-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 781 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 781 Bytes
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
{
"name": "react-test",
"version": "1.0.0",
"description": "",
"main": "bundle.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --progress --inline --port 9091 --content-base ."
},
"keywords": [],
"author": "Aaron",
"license": "ISC",
"dependencies": {
"css-loader": "^0.23.1",
"jquery": "^2.2.4",
"marked": "^0.3.5",
"react": "^15.1.0",
"react-dom": "^15.1.0",
"style-loader": "^0.13.1"
},
"devDependencies": {
"babel-core": "^6.9.1",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"eslint": "^2.11.1",
"eslint-plugin-react": "^5.1.1",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1"
}
}