-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.48 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "reactcomponents",
"version": "1.0.0",
"description": "react components for priem system",
"main": "app.js",
"scripts": {
"test": "jest"
},
"babel": {
"presets": [
"react",
"es2015"
]
},
"author": "stanislav voronov",
"license": "ISC",
"dependencies": {
"babel-runtime": "^6.23.0",
"material-ui": "^0.16.5",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-dropzone": "^3.9.0",
"react-redux": "^4.4.5",
"react-router": "^4.0.0",
"react-router-redux": "^4.0.8",
"react-select": "^1.0.0-rc.2",
"react-select-box": "^3.0.1",
"react-tabtab": "^0.8.0",
"react-tap-event-plugin": "^2.0.1",
"react-widgets": "^3.4.4",
"redux": "^3.6.0",
"redux-saga": "^0.14.3",
"webfontloader": "^1.6.26",
"webpack": "^1.13.2"
},
"devDependencies": {
"babel-core": "^6.23.1",
"babel-jest": "^19.0.0",
"babel-loader": "^6.3.2",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.0",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-0": "^6.22.0",
"babel-register": "^6.23.0",
"chai": "^3.5.0",
"enzyme": "^2.7.1",
"jest": "^19.0.2",
"jsdom": "^9.11.0",
"mocha": "^3.2.0",
"react": "^15.4.2",
"react-addons-test-utils": "^15.4.2",
"react-dom": "^15.4.2",
"react-tabtab": "^0.8.0",
"react-test-renderer": "^15.4.2",
"react-webcam": "0.0.14",
"sinon": "^1.17.7"
}
}