-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
48 lines (48 loc) · 1.38 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": "dermail-webmail",
"version": "5.1.0",
"private": true,
"scripts": {
"prod": "NODE_ENV=production node node_modules/browserify/bin/cmd.js -e src/main.js | node node_modules/uglify-js/bin/uglifyjs -c -m > public/prod.js",
"watch": "node node_modules/watchify/bin/cmd.js -vd -p browserify -e src/main.js -o public/app.js -v"
},
"dependencies": {
"debug": "~2.3.2",
"express": "~4.14.0"
},
"devDependencies": {
"alertify.js": "^1.0.12",
"autosize": "^3.0.17",
"babel-core": "^6.16.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.16.0",
"babel-runtime": "^6.11.6",
"bluebird": "^3.4.6",
"browserify": "^13.1.0",
"jquery": "^3.2.1",
"jquery-typeahead": "^2.8.0",
"localforage": "^1.4.2",
"marked": "^0.3.6",
"nanobar": "^0.4.2",
"socket.io-client": "^1.4.8",
"uglify-js": "^3.0.15",
"unicode-substring": "^0.1.0",
"validator": "^6.0.0",
"vue": "^1.0.28",
"vue-hot-reload-api": "^2.0.6",
"vue-infinite-scroll": "^0.2.3",
"vue-moment": "^2.0.1",
"vue-resource": "^1.0.3",
"vue-router": "^0.7.13",
"vueify": "^8.7.0",
"vueify-insert-css": "^1.0.0",
"vuex": "^1.0.0-rc2",
"vuex-router-sync": "git+https://github.com/zllovesuki/vuex-router-sync.git",
"watchify": "^3.7.0"
},
"browserify": {
"transform": [
"vueify"
]
}
}