-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.29 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
{
"name": "landing-page",
"version": "1.0.0",
"description": "iomotion-landing-page",
"license": "ISC",
"main": "index.js",
"scripts": {
"dev": "webpack-dev-server -d --env.platform=default --progress --hot",
"start": "NODE_ENV='production' webpack -p --progress --hot",
"test": "jest --config jest.config.json --updateSnapshot"
},
"keywords": [],
"author": "",
"babel": {
"presets": [
"es2015",
"react",
"stage-2"
]
},
"devDependencies": {
"babel-core": "^6.25.0",
"babel-eslint": "^7.2.3",
"babel-jest": "^20.0.3",
"babel-loader": "^7.1.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"bulma": "^0.4.4",
"css-loader": "^0.28.4",
"eslint": "^4.3.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-react": "^7.1.0",
"extract-text-webpack-plugin": "^3.0.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^20.0.4",
"prop-types": "^15.5.10",
"react-hot-loader": "^1.3.1",
"react-redux": "^5.0.5",
"react-router-dom": "^4.1.2",
"react-test-renderer": "^15.6.1",
"style-loader": "^0.18.2",
"webpack": "^3.3.0",
"webpack-dev-server": "^3.2.1"
},
"dependencies": {
"react": "^15.6.1",
"react-dom": "^15.6.1"
}
}