-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.74 KB
/
Copy pathpackage.json
File metadata and controls
68 lines (68 loc) · 1.74 KB
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
60
61
62
63
64
65
66
67
68
{
"name": "spbstu-schedule",
"version": "1.0.0",
"description": "Schedule interface for SPbPU university",
"main": "src/index.js",
"repository": "http://github.com/h4/spbstu-schedule",
"dependencies": {
"compression": "^1.6.1",
"es6-shim": "^0.34.0",
"express": "^4.13.3",
"history": "^1.12.6",
"ical-generator": "^0.2.7",
"isomorphic-fetch": "^2.1.1",
"lodash": "^4.7.0",
"moment": "^2.13.0",
"moment-timezone": "^0.5.4-2016d",
"phantomjs-prebuilt": "^2.1.7",
"react": "^0.14.0",
"react-dom": "^0.14.0",
"react-redux": "^4.0.0",
"react-router": "^1.0.0-rc3",
"reactify": "^1.1.1",
"redux": "^3.0.0",
"redux-localstorage": "^0.4.0",
"redux-router": "^1.0.0-beta3",
"redux-thunk": "^1.0.0",
"temp": "^0.8.3",
"xss-filters": "^1.2.7"
},
"devDependencies": {
"babelify": "^6.3.0",
"browserify": "^11.2.0",
"envify": "^3.4.0",
"es6-promise": "^3.0.2",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.0.2",
"gulp-concat": "^2.6.0",
"gulp-minify-css": "^1.2.1",
"gulp-rename": "^1.2.2",
"gulp-stylus": "^2.1.0",
"redux-devtools": "^2.1.3",
"require-dir": "^0.3.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.5.0",
"babel-register": "^6.7.2",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"uglifyify": "^3.0.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp",
"start": "cd ./src && node $NODE_DEBUG_OPTION server.js"
},
"author": "Mikhail Baranov <mikhail.baranov@gmail.com>",
"license": "ISC",
"browserify": {
"transform": [
[
"reactify",
{
"es6": true
}
],
"envify"
]
}
}