-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 924 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 924 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
34
35
36
37
38
39
{
"name": "flightschedule",
"version": "0.0.1",
"dependencies": {
"bootstrap": "^3.3.5",
"classnames": "^2.1.3",
"express": "^4.13.3",
"flux": "^2.0.1",
"font-awesome": "^4.4.0",
"jquery": "^2.1.4",
"keymirror": "^0.1.0",
"object-assign": "^4.0.1",
"pg": "^4.4.3",
"pg-hstore": "^2.3.2",
"react": "^0.14.0",
"react-dom": "^0.14.0",
"react-input-calendar": "^0.1.13",
"react-intl": "^1.2.1",
"react-redux": "^4.0.0",
"redux-logger": "^2.0.4",
"redux-thunk": "^1.0.0",
"sequelize": "^3.12.2",
"sqlite3": "^3.1.0"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-browserify": "^0.5.1",
"gulp-concat": "^2.6.0",
"gulp-jshint": "^1.11.2",
"gulp-less": "^3.0.3",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.4.1",
"babelify": "^6.3.0",
"serve-static": "^1.10.0"
},
"engines": {
"node": ">=0.8.0"
}
}