-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 766 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 766 Bytes
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
{
"name": "react-flux-presentation",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"babel-polyfill": "^6.9.1",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"babelify": "^7.3.0",
"bootstrap": "^3.3.6",
"browserify": "^13.0.1",
"flux": "^2.1.1",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-connect": "^4.1.0",
"gulp-open": "^2.0.0",
"gulp-sass": "^2.3.2",
"jquery": "^3.0.0",
"lodash": "^4.13.1",
"react": "^15.1.0",
"react-dom": "^15.2.0",
"react-router": "^2.5.1",
"toastr": "^2.1.2",
"vinyl-source-stream": "^1.1.0"
},
"devDependencies": {},
"scripts": {
"test": "test"
},
"author": "",
"license": "ISC"
}