This repository has been archived by the owner on Dec 7, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
83 lines (83 loc) · 2.91 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
{
"private": true,
"version": "1.0.0",
"scripts": {
"build": "cross-env NODE_ENV=production webpack",
"deploy": "ghpages -p .ghpages && rm -rf .ghpages",
"lint": "semistandard -v | snazzy",
"lint:fix": "semistandard --fix",
"predeploy": "npm run build && shx mkdir -p .ghpages && cp -r index.html assets build .ghpages",
"start": "SET NODE_ENV=development && webpack-dev-server --progress --colors --hot-only --inline --port 3000"
},
"dependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.3.3",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-decorators": "^7.0.0",
"@babel/plugin-proposal-do-expressions": "^7.0.0",
"@babel/plugin-proposal-export-default-from": "^7.0.0",
"@babel/plugin-proposal-export-namespace-from": "^7.0.0",
"@babel/plugin-proposal-function-bind": "^7.0.0",
"@babel/plugin-proposal-function-sent": "^7.0.0",
"@babel/plugin-proposal-json-strings": "^7.0.0",
"@babel/plugin-proposal-logical-assignment-operators": "^7.0.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0",
"@babel/plugin-proposal-numeric-separator": "^7.0.0",
"@babel/plugin-proposal-optional-chaining": "^7.0.0",
"@babel/plugin-proposal-pipeline-operator": "^7.0.0",
"@babel/plugin-proposal-throw-expressions": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-syntax-import-meta": "^7.0.0",
"@babel/preset-env": "^7.3.1",
"aframe-environment-component": "2.0.0",
"aframe-gif-shader": "*",
"aframe-layout-component": "5.3.0",
"aframe-log-component": "*",
"aframe-look-at-component": "0.8.0",
"aframe-meshline-component": "0.2.1",
"aframe-orbit-controls": "1.2.0",
"aframe-particle-system-component": "^1.1.3",
"aframe-proxy-event-component": "2.1.0",
"aframe-render-order-component": "1.0.0",
"aframe-slice9-component": "1.0.0",
"aframe-state-component": "6.6.0",
"aframe-super-hot-html-loader": "*",
"aframe-super-hot-loader": "*",
"aframe-template-component": "3.2.1",
"ansi-html": "0.0.7",
"autoprefixer": "^7.2.3",
"babel-loader": "^8.0.5",
"babel-minify-webpack-plugin": "^0.3.1",
"cross-env": "4.0.0",
"css-loader": "^0.28.7",
"debug": "^4.1.0",
"diff-dom": "^3.1.0",
"ghpages": "0.0.10",
"html-entities": "^1.2.1",
"html-require-loader": "*",
"ip": "1.1.5",
"json-loader": "^0.5.7",
"nunjucks": "3.0.1",
"postcss-loader": "^2.0.9",
"semistandard": "10.0.0",
"shx": "^0.2.2",
"snazzy": "7.0.0",
"style-loader": "^0.23.1",
"super-nunjucks-loader": "*",
"url-loader": "^1.1.2",
"webpack": "^4.29.5",
"webpack-cli": "3.2.3",
"webpack-dev-server": "^3.2.0",
"webpack-glsl-loader": "^1.0.1",
"webpack-sources": "1.0.1"
},
"semistandard": {
"globals": [
"AFRAME",
"THREE"
],
"ignore": [
"build/**"
]
}
}