-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.21 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
{
"name": "test_leroy",
"version": "1.0.0",
"main": "index.js",
"repository": "[email protected]:laugustofrontend/test_leroy.git",
"author": "Lucas Augusto <[email protected]>",
"license": "MIT",
"devDependencies": {
"axios": "^0.18.0",
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-plugin-react-html-attrs": "^2.0.0",
"babel-plugin-transform-object-rest-spread": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.22.0",
"bootstrap": "^3.3.7",
"css-loader": "^0.26.1",
"eslint": "^4.19.1",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-standard": "^3.0.1",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"font-awesome": "^4.7.0",
"node-sass": "^4.8.3",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-router": "^3.0.2",
"sass-loader": "^6.0.7",
"style-loader": "^0.13.1",
"webpack": "^1.14.0",
"webpack-dev-server": "^1.16.2"
},
"scripts": {
"dev": "webpack-dev-server --progress --colors --inline --hot",
"prod": "webpack --progress -p"
}
}