71 lines
2.0 KiB
JSON
71 lines
2.0 KiB
JSON
{
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"build": "cross-env NODE_ENV=production webpack",
|
|
"start": "webpack-dev-server --host 0.0.0.0 --progress --colors --hot --inline --port 3000"
|
|
},
|
|
"dependencies": {
|
|
"aframe-animation-component": "^5.1.2",
|
|
"aframe-animation-timeline-component": "^1.3.1",
|
|
"aframe-audioanalyser-component": "^4.0.1",
|
|
"aframe-cubemap-component": "^0.1.2",
|
|
"aframe-event-decorators": "^1.0.2",
|
|
"aframe-event-set-component": "^4.0.1",
|
|
"aframe-gltf-part-component": "1.1.0",
|
|
"aframe-haptics-component": "^1.4.2",
|
|
"aframe-layout-component": "^5.2.0",
|
|
"aframe-orbit-controls": "^1.2.0",
|
|
"aframe-particle-system-component": "^1.0.11",
|
|
"aframe-particleplayer-component": "^2.0.0-beta2",
|
|
"aframe-proxy-event-component": "^2.1.0",
|
|
"aframe-slice9-component": "^1.0.0",
|
|
"aframe-state-component": "^5.0.0-beta6",
|
|
"aframe-super-keyboard": "2.0.2",
|
|
"algoliasearch": "^3.29.0",
|
|
"ansi-html": "0.0.7",
|
|
"autoprefixer": "^7.2.3",
|
|
"babel": "6.23.0",
|
|
"babel-core": "6.24.1",
|
|
"babel-loader": "7.0.0",
|
|
"babel-minify-webpack-plugin": "0.2.0",
|
|
"babel-preset-es2015": "6.24.1",
|
|
"babel-preset-stage-0": "6.24.1",
|
|
"body-parser": "1.18.2",
|
|
"classnames": "^2.2.5",
|
|
"css-loader": "^0.28.7",
|
|
"html-entities": "^1.2.1",
|
|
"html-minifier": "^3.5.11",
|
|
"ip": "1.1.5",
|
|
"json-loader": "^0.5.7",
|
|
"nunjucks": "3.0.1",
|
|
"postcss-loader": "^2.0.9",
|
|
"uglify-js": "git://github.com/mishoo/UglifyJS2#harmony",
|
|
"uglifyjs-webpack-plugin": "0.4.6",
|
|
"webpack": "2.3.3",
|
|
"webpack-glsl-loader": "^1.0.1",
|
|
"webpack-sources": "1.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"cross-env": "4.0.0",
|
|
"ghpages": "0.0.10",
|
|
"semistandard": "10.0.0",
|
|
"shx": "^0.2.2",
|
|
"snazzy": "7.0.0",
|
|
"superagent": "^3.8.2",
|
|
"webpack-dev-server": "2.4.4"
|
|
},
|
|
"semistandard": {
|
|
"globals": [
|
|
"AFRAME",
|
|
"THREE"
|
|
],
|
|
"ignore": [
|
|
"build/**"
|
|
]
|
|
},
|
|
"engines": {
|
|
"node": "8.9.1"
|
|
}
|
|
}
|