forked from djyde/Catchem
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.32 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
{
"name": "catchem-personal",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"dev:static": "webpack --config webpack.base.conf.js -w",
"build": "mkdir _db && ./node_modules/webpack/bin/webpack.js --config webpack.base.conf.js -p"
},
"dependencies": {
"body-parser": "~1.13.2",
"cheerio": "^0.20.0",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"express": "~4.13.1",
"jade": "~1.11.0",
"morgan": "~1.6.1",
"node-schedule": "^1.0.0",
"sequelize": "^3.19.2",
"serve-favicon": "~2.3.0",
"sqlite3": "^3.1.1",
"superagent": "^1.7.2",
"webpack": "^1.12.13"
},
"devDependencies": {
"babel-core": "^6.5.2",
"babel-loader": "^6.2.2",
"babel-plugin-transform-runtime": "^6.5.2",
"babel-preset-es2015": "^6.3.13",
"babel-runtime": "^5.8.35",
"css-loader": "^0.23.1",
"jade-loader": "^0.8.0",
"normalize.css": "^3.0.3",
"notie": "^2.1.0",
"nprogress": "^0.2.0",
"postcss-import": "^8.0.2",
"postcss-nested": "^1.0.0",
"postcss-simple-vars": "^1.2.0",
"purecss": "^0.6.0",
"template-html-loader": "0.0.3",
"vue": "^1.0.16",
"vue-hot-reload-api": "^1.3.2",
"vue-html-loader": "^1.1.0",
"vue-loader": "^8.1.1",
"vue-router": "^0.7.11",
"vue-style-loader": "^1.0.0"
}
}