-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
61 lines (60 loc) · 1.44 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
57
58
59
60
61
{
"name": "React-bookstore",
"version": "1.0.0",
"description": "my es 6 modules",
"main": "index.js",
"scripts": {
"build": "webpack",
"start": "webpack-dev-server",
"lint": "eslint .",
"deploy":"surge"
},
"babel": {
"presets": [
"es2015",
"es2016",
"es2017",
"react"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/nileshgulia1/ES6.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/nileshgulia1/ES6/issues"
},
"homepage": "https://github.com/nileshgulia1/ES6#readme",
"dependencies": {
"webpack": "^3.8.1"
},
"devDependencies": {
"babel": "^6.23.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.2",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2016": "^6.24.1",
"babel-preset-es2017": "^6.24.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.7",
"eslint": "^4.12.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-react": "^7.5.1",
"file-loader": "^1.1.5",
"html-webpack-plugin": "^2.30.1",
"json-loader": "^0.5.7",
"polyfill": "^0.1.0",
"react": "^16.1.1",
"react-bootstrap": "^0.31.5",
"react-dom": "^16.1.1",
"react-hot-loader": "^3.1.3",
"react-loader": "^2.4.2",
"style-loader": "^0.19.0",
"ts-loader": "^3.1.1",
"url-loader": "^0.6.2",
"webpack-dev-server": "^2.9.5"
}
}