-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 912 Bytes
/
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
{
"name": "react-start-project",
"version": "0.0.1",
"description": "",
"main": "",
"scripts": {
"start": "webpack-dev-server --inline --progress --colors"
},
"repository": {
"type": "git",
"url": "git+https://github.com/peterp/react-start-project/"
},
"author": "Peter Pistorius",
"license": "ISC",
"bugs": {
"url": "https://github.com/peterp/react-start-project/issues"
},
"homepage": "https://github.com/peterp/react-start-project#readme",
"dependencies": {
"jquery": "^3.0.0",
"react": "^0.14.3",
"react-dom": "^0.14.3"
},
"devDependencies": {
"babel": "^6.1.18",
"babel-core": "^6.2.1",
"babel-loader": "^6.2.0",
"babel-preset-react": "^6.1.18",
"css-loader": "^0.23.0",
"file-loader": "^0.8.4",
"style-loader": "^0.13.0",
"url-loader": "^0.5.6",
"webpack": "^1.12.1",
"webpack-dev-server": "^1.10.1"
}
}