-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 848 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
{
"name": "react-test",
"version": "0.1.0",
"private": true,
"devDependencies": {
"babel-preset-es2015": "^6.1.18",
"chai": "^3.5.0",
"chai-jquery": "^2.0.0",
"enzyme": "^2.7.1",
"jquery": "^2.2.1",
"jsdom": "^8.1.0",
"mocha": "^3.2.0",
"react-addons-test-utils": "^15.4.2",
"react-scripts": "0.9.5"
},
"dependencies": {
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-redux": "^5.0.3",
"redux": "^3.6.0",
"babel-preset-stage-1": "^6.1.18"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"test:mocha": "mocha --compilers js:babel-core/register --require ./test/test_helper.js --recursive ./test",
"test:watch": "npm run test -- --watch",
"eject": "react-scripts eject"
}
}