-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.33 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "wwwid-feed",
"version": "1.0.0",
"description": "WWWID feed reader",
"main": "index.js",
"author": "@sdarmaputra <surya.igede@gmail.com>",
"license": "MIT",
"scripts": {
"dev": "webpack-dev-server --hot --inline --config webpack.dev.js",
"build": "cross-env NODE_ENV=production webpack --config webpack.prod.js",
"test": "jasmine",
"deploy": "cross-env NODE_ENV=gh-pages gh-pages -d dist"
},
"devDependencies": {
"babel-minify-webpack-plugin": "^0.3.0",
"clean-webpack-plugin": "^0.1.18",
"copy-webpack-plugin": "^4.4.2",
"cross-env": "^5.1.3",
"css-loader": "^0.28.9",
"extract-text-webpack-plugin": "^3.0.2",
"gh-pages": "^1.1.0",
"html-webpack-exclude-assets-plugin": "^0.0.5",
"html-webpack-plugin": "^2.30.1",
"jasmine": "^2.9.0",
"jasmine-dom-custom-matchers": "^1.0.2",
"jsdom": "^11.6.2",
"node-sass": "^4.7.2",
"optimize-css-assets-webpack-plugin": "^3.2.0",
"sass-loader": "^6.0.6",
"script-ext-html-webpack-plugin": "^1.8.8",
"style-ext-html-webpack-plugin": "^3.4.7",
"style-loader": "^0.20.2",
"uglifyjs-webpack-plugin": "^1.2.2",
"webpack": "^3.11.0",
"webpack-bundle-analyzer": "^2.10.1",
"webpack-dev-server": "^2.11.1",
"webpack-merge": "^4.1.2"
},
"dependencies": {
"sanitize-html": "^1.18.2"
}
}