-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·46 lines (46 loc) · 1.5 KB
/
package.json
File metadata and controls
executable file
·46 lines (46 loc) · 1.5 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
{
"name": "advocacy-commons-client",
"version": "0.0.1",
"description": "client web app for advocacy commons",
"main": "assets/js/bundle.js",
"dependencies": {
"autoprefixer": "^6.5.1",
"babel-core": "^6.7.6",
"babel-eslint": "^7.0.0",
"babel-loader": "^6.2.8",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"classnames": "^2.2.5",
"css-loader": "^0.19.0",
"csswring": "^4.0.0",
"eslint": "^3.4.0",
"eslint-config-airbnb": "^12.0.0",
"eslint-friendly-formatter": "^1.2.2",
"eslint-loader": "^1.0.0",
"eslint-plugin-import": "^2.0.1",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.7.1",
"file-loader": "^0.8.1",
"html-webpack-plugin": "^2.0.3",
"image-webpack-loader": "^2.0.0",
"moment": "^2.10.0",
"node-fetch": "^1.6.3",
"node-sass": "^3.3.3",
"postcss-loader": "^0.6.0",
"react": "^15.3.2",
"react-dom": "^15.3.1",
"react-hot-loader": "^2.0.0-alpha-4",
"react-router": "4.0.0-alpha.4",
"sass-loader": "^3.0.0",
"style-loader": "^0.12.4",
"url-loader": "^0.5.5",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.12.0"
},
"scripts": {
"start": "webpack-dev-server --progress --colors --hot --content-base dist",
"build": "webpack --config webpack.production.config.js --progress --profile --colors",
"dev": " webpack-dashboard -- webpack-dev-server --progress --profile --colors",
"lint": "eslint --ext js --ext jsx src || exit 0"
}
}