-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.27 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
43
{
"name": "funckit",
"version": "2.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack -p --env.prod",
"build:dev": "webpack --env.dev",
"dev": "webpack-dev-server --env.dev"
},
"author": "John Hopley <[email protected]>",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-minify-webpack-plugin": "^0.2.0",
"babel-preset-es2015": "^6.24.1",
"es6-promise": "^4.1.1",
"eslint": "^4.10.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-airbnb-standard": "^1.6.5",
"eslint-loader": "^1.9.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-prettier": "^2.3.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-react": "^7.4.0",
"eslint-plugin-standard": "^3.0.1",
"path": "^0.12.7",
"prettier-eslint-webpack-plugin": "^0.14.73",
"prettier-webpack-plugin": "^0.2.2",
"webpack": "^2.6.1",
"webpack-cleanup-plugin": "^0.5.1",
"webpack-dev-server": "^3.1.11",
"webpack-notifier": "^1.5.0",
"webpack-sources": "1.0.1"
},
"dependencies": {
"glob-all": "^3.1.0"
}
}