-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
69 lines (69 loc) · 3.19 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
{
"name": "mango-is-website",
"version": "3.45.1",
"private": true,
"scripts": {
"start": "npm run build:static && cp config/dev.theme._config.yml themes/mango-information-systems/_config.yml && npm run watch & hexo server & npm run watch:socketServer",
"build:test": "npm run build:assets && cp config/test.theme._config.yml themes/mango-information-systems/_config.yml && hexo generate --config config/test._config.yml",
"build:prod": "npm run build:assets && cp config/prod.theme._config.yml themes/mango-information-systems/_config.yml && hexo generate --config config/prod._config.yml",
"build:assets": "npm run build:static && npm run build:js && npm run build:skeleton",
"build:static": "./bin/build-css.sh",
"build:js": "./bin/build-js.sh",
"build:skeleton": "cd skeleton-framework && npm run build",
"deploy:test": "./bin/deploy.sh test",
"deploy:prod": "./bin/deploy.sh prod",
"postinstall": "git submodule update --init --recursive; cd skeleton-framework; npm install",
"start:socketServer": "node ./dynamic/server",
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "npm run watch:js & npm run watch:skeleton",
"watch:js": "watchify dynamic/client.js -o source/js/site.js -v --poll=2000 & watchify -t brfs dynamic/g-realtime.js -o source/js/g-realtime.js -v --poll=2000 & watchify -t brfs dynamic/pullReceipt.js -o source/js/pullReceipt.js -v --poll=2000 & watchify -t brfs dynamic/myTagOverflowChecker.js -o source/js/myTagOverflowChecker.js -v --poll=2000 & watchify -t brfs dynamic/myTagOverflow.js -o source/js/myTagOverflow.js -v --poll=2000 & cp node_modules/localforage/dist/localforage.nopromises.min.js source/js/localforage.nopromises.min.js",
"watch:skeleton": "cd skeleton-framework && npm run watch",
"watch:socketServer": "nodemon --watch dynamic dynamic/server.js"
},
"hexo": {
"version": "5.4.0"
},
"browser": {
"request": "xhr"
},
"dependencies": {
"@yuanqing/modal": "^0.1.0",
"d3": "^4.13.0",
"d3-scale-chromatic": "^1.5.0",
"debug": "^2.6.9",
"easyedit": "git://github.com/Mango-information-systems/easyedit.git#master",
"ejs": "^3.1.7",
"font-awesome": "^4.6.1",
"form-data": "^2.5.1",
"form-to-obj": "0.0.3",
"gascrolldepth": "git+https://github.com/leighmcculloch/gascrolldepth.js.git#70834032",
"hexo": "^5.4.0",
"hexo-generator-archive": "^1.0.0",
"hexo-generator-category": "^1.0.0",
"hexo-generator-feed": "^3.0.0",
"hexo-generator-sitemap": "^2.1.0",
"hexo-renderer-ejs": "^1.0.0",
"hexo-renderer-markdown-it": "^4.1.0",
"jLouvain": "git://github.com/Mango-information-systems/jLouvain.git#nodejs-compatibility",
"localforage": "^1.9.0",
"mailgun.js": "^3.4.1",
"node-persist": "0.0.11",
"normalize.css": "^7.0.0",
"request": "^2.88.0",
"socket.io": "^2.4.0",
"socket.io-client": "^2.4.0",
"validator": "^5.4.0",
"xhr": "^2.6.0",
"xss-filters": "^1.2.6"
},
"devDependencies": {
"brfs": "^2.0.2",
"browserify": "^16.5.2",
"hexo-browsersync": "^0.3.0",
"hexo-server": "^1.0.0",
"nodemon": "^2.0.9",
"uglify-es": "^3.3.9",
"uglifyify": "^5.0.2",
"watchify": "^3.11.1"
}
}