-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
110 lines (110 loc) · 3.5 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": "untitled-game",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build:production": "cross-env NODE_ENV=production babel-node ./client/build",
"server:production": "cross-env NODE_ENV=production babel-node ./server",
"build:staging": "cross-env NODE_ENV=staging babel-node ./client/build",
"server:staging": "cross-env NODE_ENV=staging babel-node ./server",
"dev:client": "cross-env NODE_ENV=development babel-node ./client/build",
"dev:server": "cross-env NODE_ENV=development babel-node ./server",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AwesomeFE/untitled-game.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/AwesomeFE/untitled-game/issues"
},
"homepage": "https://github.com/AwesomeFE/untitled-game#readme",
"dependencies": {
"axios": "^0.17.1",
"body-parser": "^1.18.2",
"canvas": "^1.6.9",
"casual": "^1.5.19",
"connect-mongo": "^2.0.1",
"cross-env": "^5.1.3",
"dotenv": "^5.0.0",
"ejs": "^2.5.7",
"express": "^4.16.2",
"express-session": "^1.15.6",
"gifify": "^2.4.1",
"i18next": "^10.3.0",
"log4js": "^2.5.2",
"moment": "^2.20.1",
"mongoose": "^5.0.3",
"morgan": "^1.9.0",
"mosca": "^2.7.0",
"multer": "^1.3.0",
"node-uuid": "^1.4.8",
"ua-parser-js": "^0.7.17",
"validator": "^9.4.0"
},
"devDependencies": {
"@kazupon/vue-i18n-loader": "^0.2.1",
"babel-cli": "^6.26.0",
"babel-helper-vue-jsx-merge-props": "^2.0.3",
"babel-loader": "^7.1.2",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-plugin-transform-vue-jsx": "^3.5.1",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-0": "^6.24.1",
"babylonjs": "^3.2.0-alphaB",
"babylonjs-gui": "^3.2.0-alphaB",
"babylonjs-loaders": "^3.2.0-beta.1",
"bootstrap": "^4.0.0",
"clean-webpack-plugin": "^0.1.18",
"connect-history-api-fallback": "^1.5.0",
"copy-webpack-plugin": "^4.4.2",
"core-decorators": "^0.20.0",
"css-loader": "^0.28.9",
"date-fns": "^1.29.0",
"eventsource-polyfill": "^0.9.6",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.6",
"font-awesome": "^4.7.0",
"hammerjs": "^2.0.8",
"handjs": "^1.3.11",
"html-webpack-include-assets-plugin": "^1.0.2",
"html-webpack-plugin": "^2.30.1",
"http-proxy-middleware": "^0.17.4",
"json-loader": "^0.5.7",
"less": "^2.7.3",
"less-loader": "^4.0.5",
"mocha": "^5.0.0",
"mqtt": "^2.15.1",
"node-sass": "^4.7.2",
"normalize.css": "^7.0.0",
"opn": "^5.2.0",
"perfect-scrollbar": "^1.3.0",
"resolve-url-loader": "^2.2.1",
"sass-loader": "^6.0.6",
"style-loader": "^0.20.1",
"swiper": "^4.1.0",
"url-loader": "^0.6.2",
"vee-validate": "^2.0.3",
"vue": "^2.5.13",
"vue-class-component": "^6.1.2",
"vue-i18n": "^7.4.2",
"vue-loader": "^14.1.1",
"vue-property-decorator": "^6.0.0",
"vue-router": "^3.0.1",
"vue-style-loader": "^3.1.2",
"vue-template-compiler": "^2.5.13",
"vuex": "^3.0.1",
"webpack": "^3.10.0",
"webpack-dev-middleware": "^2.0.4",
"webpack-hot-middleware": "^2.21.0",
"workbox-webpack-plugin": "^2.1.2",
"write-file-webpack-plugin": "^4.2.0",
"yaml-loader": "^0.5.0"
}
}