-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
56 lines (56 loc) · 1.56 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
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "llumino-pwa",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev-server": "http-server ./public",
"dev-watch": "webpack --watch",
"lint": "eslint 'src/js/**/*'",
"flow": "flow --show-all-errors",
"test": "mocha --require babel-register 'src/js/**/*-test.js'"
},
"author": "cocopon",
"license": "MIT",
"dependencies": {
"autoprefixer": "^8.2.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-plugin-syntax-flow": "^6.18.0",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"bugsnag-js": "^4.6.0",
"bugsnag-react": "^1.1.1",
"color": "^3.0.0",
"css-loader": "^2.1.1",
"fs-extra": "^5.0.0",
"node-sass": "^4.12.0",
"postcss-loader": "^2.1.3",
"raw-loader": "^0.5.1",
"react": "^16.3.0",
"react-dom": "^16.3.0",
"react-redux": "^5.0.7",
"react-router-dom": "^4.2.2",
"redux": "^3.7.2",
"redux-actions": "^2.3.0",
"redux-persist": "^5.9.1",
"redux-thunk": "^2.2.0",
"sass-loader": "^6.0.7",
"webpack": "^4.32.2"
},
"devDependencies": {
"babel-eslint": "^8.2.2",
"eslint": "^4.19.1",
"eslint-plugin-flowtype": "^2.46.1",
"eslint-plugin-json": "^1.2.0",
"eslint-plugin-react": "^7.7.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"flow-bin": "^0.69.0",
"http-server": "^0.11.1",
"mocha": "^5.0.5",
"power-assert": "^1.5.0",
"webpack-cli": "^3.3.2"
}
}