forked from nusmodifications/nusmods
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
110 lines (110 loc) · 3.13 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"name": "nusmods",
"version": "0.3.0",
"description": "NUS CORS Module Finder & Timetable Builder (Unofficial)",
"homepage": "https://github.com/nusmodifications/nusmods",
"author": {
"name": "NUSModifications",
"email": "mods@nusmods.com"
},
"repository": {
"type": "git",
"url": "git://github.com/nusmodifications/nusmods.git"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/nusmodifications/nusmods/blob/master/LICENSE-MIT"
}
],
"scripts": {
"start": "webpack-dev-server",
"build": "webpack && cp -r app/vendor dist/vendor",
"rsync": "gulp rsync",
"deploy": "npm run build && npm run rsync",
"test": "webpack && gulp"
},
"dependencies": {
"animate.css": "^3.4.0",
"backbone": "~1.2.1",
"backbone.babysitter": "~0.1.8",
"backbone.marionette": "~2.4.2",
"backbone.select": "~1.3.1",
"backbone.wreqr": "~1.3.3",
"bluebird": "~2.9.32",
"bootstrap-sass": "^3.3.6",
"d3": "~3.5.6",
"fastclick": "~1.0.6",
"font-awesome": "^4.3.0",
"gulp-rsync": "0.0.5",
"jasny-bootstrap": "jasny/bootstrap#2bc3e6f3dc0bc3e6453943f3a2d15723f1c3f9e9",
"jquery": "~2.1.4",
"jquery-file-download": "^1.4.5",
"jquery-ui": "^1.12.0",
"jquery-ui-touch-punch": "^0.2.3",
"localforage": "^1.4.2",
"marked": "~0.3.3",
"moment": "~2.10.3",
"mousetrap": "~1.5.3",
"nusmoderator": "^1.1.1",
"qs": "~4.0.0",
"qtip2": "^3.0.0",
"raven-js": "~1.1.19",
"select2": "^3.5.1",
"select2-bootstrap-css": "^1.4.6",
"spin.js": "~2.3.1",
"underscore": "~1.8.3",
"watchify": "^3.7.0",
"zeroclipboard": "~2.2.0"
},
"devDependencies": {
"autoprefixer": "^6.3.1",
"babel-core": "^6.11.4",
"babel-loader": "^6.2.4",
"babel-plugin-syntax-trailing-function-commas": "^6.13.0",
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babel-preset-es2015": "^6.13.2",
"babel-preset-react": "^6.11.1",
"browser-sync": "^2.11.1",
"browserify": "^10.2.6",
"browserify-shim": "~3.8.9",
"cheerio":"^0.19.0",
"css-loader": "^0.23.1",
"del": "^2.2.0",
"eslint": "^2.10.0",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.11.1",
"eslint-plugin-jsx-a11y": "^1.2.2",
"eslint-plugin-react": "^5.2.2",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"gulp": "^3.9.0",
"gulp-eslint": "^2.1.0",
"gulp-jshint": "^2.0.0",
"gulp-load-plugins": "^1.2.0",
"gulp-mocha": "^2.2.0",
"gulp-svgmin": "^1.2.1",
"handlebars": "~3.0.3",
"handlebars-loader": "^1.3.0",
"hbsfy": "~2.2.1",
"html-webpack-plugin": "^2.22.0",
"jshint": "^2.9.1",
"jshint-stylish": "~2.0.1",
"json-loader": "^0.5.4",
"node-sass": "^3.8.0",
"request":"^2.65.0",
"sass-loader": "^4.0.0",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"vinyl-source-stream": "^1.1.0",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1",
"webpack-merge": "^0.14.1",
"webpack-stream": "^3.2.0",
"webpack-validator": "^2.2.7"
},
"engines": {
"node": ">=5.11.0"
},
"private": true
}