-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.02 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
{
"name": "eopes3",
"version": "1.0.0",
"description": "This README would normally document whatever steps are necessary to get the application up and running.",
"directories": {
"test": "test"
},
"dependencies": {
"babel-cli": "^6.22.2",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.22.0",
"babelify": "^7.3.0",
"browserify": "^13.3.0",
"browserify-incremental": "^3.1.1",
"espower-babel": "^4.0.3",
"material-ui": "^0.16.7",
"mocha": "^3.2.0",
"power-assert": "^1.4.2",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-redux": "^5.0.2",
"react-router": "^3.0.2",
"react-router-redux": "^4.0.7",
"react-select": "^1.0.0-rc.2",
"react-tap-event-plugin": "^2.0.1",
"redux": "^3.6.0",
"redux-devtools-extension": "^1.0.0",
"redux-form": "^6.5.0",
"redux-thunk": "^2.2.0"
},
"devDependencies": {},
"scripts": {
"test": "mocha --compilers js:espower-babel/guess spec/client/lib/*.js"
},
"author": "",
"license": "ISC"
}