-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.17 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": "angular-react-webpack-template",
"version": "2.0.0",
"description": "Simple SPA using angularjs, react and webpack",
"main": "docs/app.js",
"config": {},
"scripts": {
"start": "webpack-dev-server --progress --color --content-base docs/ --open --inline",
"build": "NODE_ENV=prod webpack --progress --color",
"build:detail": "NODE_ENV=prod webpack --display-error-details --display-reasons --display-modules"
},
"keywords": [
"angular",
"react",
"webpack2"
],
"author": "Hank",
"license": "ISC",
"dependencies": {
"angular": "^1.5.8",
"angular-local-storage": "^0.5.0",
"angular-sanitize": "^1.5.9",
"angular-ui-router": "^0.3.2",
"ngreact": "^0.3.0",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"showdown": "^1.5.0"
},
"devDependencies": {
"babel-core": "^6.18.2",
"babel-loader": "^6.2.8",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"css-loader": "^0.26.0",
"exports-loader": "^0.6.4",
"extract-text-webpack-plugin": "^2.1.0",
"raw-loader": "^0.5.1",
"style-loader": "^0.13.1",
"webpack": "^2.5.1",
"webpack-dev-server": "^2.4.5"
}
}