This repository has been archived by the owner on Mar 12, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
63 lines (63 loc) · 1.86 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
{
"name": "hype-game4",
"description": "A Vue.js project",
"version": "1.0.0",
"author": "Viktor Shcheglov <[email protected]>",
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules",
"start": "node server.js",
"heroku-postbuild": "npm run build"
},
"dependencies": {
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-polyfill": "^6.26.0",
"express": "^4.16.2",
"firebase": "^4.6.0",
"firebaseui": "^2.4.1",
"mobile-detect": "^1.3.7",
"mobx": "^3.3.1",
"nanoid": "^0.2.2",
"notie": "^4.3.1",
"path": "^0.12.7",
"shader-loader": "^1.3.1",
"three": "^0.87.1",
"voxel": "^0.5.0",
"voxel-control": "^1.0.0",
"voxel-debug": "^0.3.0",
"voxel-engine": "github:weglov/voxel-engine",
"voxel-fly": "^0.1.2",
"voxel-highlight": "0.0.10",
"voxel-player": "^0.1.0",
"voxel-walk": "0.0.5",
"vue": "^2.5.2",
"vue-countup-v2": "^0.1.2",
"vue-js-modal": "^1.3.4"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"copy-webpack-plugin": "^4.2.0",
"cross-env": "^5.1.1",
"css-loader": "^0.28.7",
"csso-loader": "^0.3.1",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.4",
"html-loader": "^0.5.1",
"html-webpack-plugin": "^2.30.1",
"nanodelay": "^0.1.2",
"node-sass": "^4.5.3",
"postcss-loader": "^2.0.8",
"sass-loader": "^6.0.6",
"style-loader": "^0.19.0",
"vue-loader": "^13.0.5",
"vue-template-compiler": "^2.5.2",
"webpack": "^3.8.1",
"webpack-dev-server": "^2.9.3",
"worker-loader": "^1.1.0"
}
}