-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 940 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
{
"name": "react-test",
"version": "1.0.0",
"main": "webpack.config.js",
"directories": {
"test": "test"
},
"dependencies": {
"react": "^15.3.2",
"react-dom": "^15.3.2"
},
"devDependencies": {
"babel-core": "^6.18.2",
"babel-loader": "^6.2.7",
"babel-preset-airbnb": "^2.1.1",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-register": "^6.18.0",
"chai": "^3.5.0",
"enzyme": "^2.5.1",
"jsdom": "^9.8.3",
"mocha": "^3.1.2",
"react-addons-test-utils": "^15.3.2",
"webpack": "^1.13.3",
"webpack-dev-server": "^1.16.2"
},
"scripts": {
"test": "mocha --colors --compilers js:babel-register -w test/helpers/setup.js **/*.spec.js",
"dev:hot": "webpack-dev-server --hot --inline --progress --colors --watch --display-error-details --display-cached --content-base ./"
},
"author": "",
"license": "ISC",
"description": ""
}