-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.45 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.45 KB
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
43
44
45
46
47
48
49
50
{
"name": "sepcon-todo-app",
"version": "1.0.0",
"description": "",
"main": "webpack.config.js",
"dependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.18.2",
"babel-loader": "^6.2.9",
"babel-plugin-root-import": "^5.1.0",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-2": "^6.24.1",
"compression-webpack-plugin": "^0.3.2",
"file-loader": "^0.11.1",
"firebase": "^3.9.0",
"html-loader": "^0.4.5",
"sepcon": "file:../sepcon",
"string-replace": "^0.2.0",
"url-loader": "^0.5.8",
"webpack": "^1.14.0",
"webpack-strip": "^0.1.0"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"chai": "^3.5.0",
"copy-webpack-plugin": "^4.3.0",
"css-loader": "^0.28.1",
"extract-text-webpack-plugin": "^0.8.2",
"html-webpack-plugin": "^2.29.0",
"jshint": ">= 2.9.5",
"jshint-loader": "^0.8.4",
"mocha": "^3.2.0",
"node-noop": "^1.0.0",
"node-sass": "^4.5.2",
"sass-loader": "^6.0.3",
"style-loader": "^0.17.0",
"uglifyjs-webpack-plugin": "^0.4.4",
"webpack": "^1.15.0",
"webpack-dev-server": "^1.16.2"
},
"scripts": {
"start": "WEBPACK_ENV=dev npm run server",
"server": "babel-node node_modules/webpack-dev-server/bin/webpack-dev-server.js",
"dist": "rm -rf dist/* && WEBPACK_ENV=prod babel-node node_modules/webpack/bin/webpack.js"
},
"keywords": [],
"author": "Ron Rostovsky",
"license": "ISC"
}