-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 955 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
37
38
{
"name": "y2",
"version": "0.0.1",
"description": "because we like you",
"main": "index.js",
"scripts": {
"build": "webpack",
"start": "webpack-dev-server --content-base public",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "R & R",
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.18.2",
"babel-loader": "^6.2.7",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"chai": "^3.5.0",
"css-loader": "^0.25.0",
"file-loader": "^0.9.0",
"mocha": "^3.1.2",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"redux-devtools": "^3.3.1",
"sinon": "^1.17.6",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.3",
"webpack-dev-server": "^1.16.2"
},
"dependencies": {
"jquery": "^3.1.1",
"react-redux": "^4.4.6",
"react-router": "^3.0.0",
"redux": "^3.6.0"
}
}