-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.3 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
{
"name": "dev.budgetcommons.ca",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"flux-standard-action": "^0.6.0",
"history": "^1.17.0",
"lodash.assign": "^3.2.0",
"material-ui": "^0.14.4",
"promise": "^7.1.1",
"react": "^0.14.7",
"react-addons-css-transition-group": "^0.14.7",
"react-addons-transition-group": "^0.14.6",
"react-dnd": "^2.0.2",
"react-dnd-touch-backend": "^0.2.4",
"react-dom": "^0.14.3",
"react-flipcard": "^0.2.1",
"react-redux": "^4.0.6",
"react-router": "^2.0.0-rc5",
"react-router-redux": "^2.1.0",
"react-tap-event-plugin": "^0.2.1",
"redux": "^3.0.5",
"redux-actions": "^0.9.1",
"redux-router": "^0.1.0",
"redux-thunk": "^1.0.3",
"superagent": "^1.6.1"
},
"devDependencies": {
"babelify": "^7.2.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"browser-sync": "^2.11.0",
"glob": "^6.0.1",
"gulp": "^3.9.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-util": "^3.0.7",
"redux-devtools": "^3.0.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.6.1",
"when": "^3.7.6"
}
}