-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
32 lines (32 loc) · 894 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
{
"scripts": {
"test": "node node_modules/karma-event-driver-ext"
},
"devDependencies": {
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-istanbul": "^4.1.1",
"babel-plugin-syntax-async-generators": "^6.13.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.4.0",
"babel-preset-react": "^6.22.0",
"babel-runtime": "^5.8.38",
"chai": "^3.5.0",
"karma": "^1.5",
"karma-chai": "^0.1.0",
"karma-coverage": "^1.1.1",
"karma-event-driver-ext": "^0.0.6",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.3",
"karma-spec-reporter": "0.0.30",
"karma-webpack": "^2.0.3",
"mocha": "^3.2.0",
"semicolon-less": "^0.7.0",
"webpack": "^1.14.0"
},
"dependencies": {
"react": "^15.5.4",
"react-dom": "^15.5.4"
}
}