-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.49 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
{
"scripts": {
"build": "cross-env NODE_ENV=production webpack -p",
"build:dev": "webpack --mode=development",
"dev": "webpack-dev-server --mode=development",
"watch": "webpack --watch --mode=development",
"flow": "flow",
"flow-typed": "flow-typed"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.3",
"babel-loader": "^7.1.4",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"cross-env": "^5.1.4",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-config-react": "^1.1.7",
"eslint-loader": "^2.0.0",
"eslint-plugin-flowtype": "^2.46.3",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-react": "^7.7.0",
"flow-bin": "^0.70.0",
"flow-typed": "^2.4.0",
"prettier": "^1.12.1",
"webpack-cli": "^2.1.3",
"webpack-dev-server": "^3.1.4"
},
"dependencies": {
"inferno": "^5.0.4",
"inferno-clone-vnode": "^5.0.4",
"inferno-compat": "^5.0.4",
"inferno-create-class": "^5.0.4",
"inferno-create-element": "^5.0.4",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"styled-components": "^3.2.6",
"webpack": "^4.8.1"
},
"name": "env_setup",
"version": "1.0.0",
"description": "",
"main": "src/index.jsx",
"keywords": [],
"author": "",
"license": "ISC"
}