2018-07-18 20:48:45 +02:00
|
|
|
{
|
|
|
|
|
"private": true,
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"build": "cross-env NODE_ENV=production webpack",
|
2018-12-09 04:24:49 -08:00
|
|
|
"deploy": "ghpages git@github.com:supermedium/supersaber.git -p .ghpages && rm -rf .ghpages",
|
2018-10-13 17:19:36 -07:00
|
|
|
"lint": "semistandard -v | snazzy",
|
|
|
|
|
"lint:fix": "semistandard --fix",
|
2018-12-10 15:34:46 -08:00
|
|
|
"predeploy": "npm run build && shx mkdir -p .ghpages && cp -r index.html play.html assets build site vendor .ghpages",
|
2018-07-18 20:48:45 +02:00
|
|
|
"start": "webpack-dev-server --host 0.0.0.0 --progress --colors --hot --inline --port 3000"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2018-10-23 06:26:42 -07:00
|
|
|
"aframe-aabb-collider-component": "^3.1.0",
|
2018-10-15 18:10:25 -07:00
|
|
|
"aframe-atlas-uvs-component": "^2.1.0",
|
2018-10-22 03:29:17 -07:00
|
|
|
"aframe-audioanalyser-component": "^5.2.1",
|
2018-07-20 09:34:52 +02:00
|
|
|
"aframe-event-decorators": "^1.0.2",
|
2018-07-18 20:48:45 +02:00
|
|
|
"aframe-event-set-component": "^4.0.1",
|
2018-10-05 00:26:52 -07:00
|
|
|
"aframe-geometry-merger-component": "^2.0.0-beta1",
|
2018-09-20 05:12:09 -07:00
|
|
|
"aframe-haptics-component": "^1.4.2",
|
2018-10-08 03:07:49 -07:00
|
|
|
"aframe-layout-component": "^5.3.0",
|
2018-07-18 20:48:45 +02:00
|
|
|
"aframe-orbit-controls": "^1.2.0",
|
2018-09-25 05:58:16 -07:00
|
|
|
"aframe-proxy-event-component": "^2.1.0",
|
2018-10-25 02:08:14 -07:00
|
|
|
"aframe-ring-shader": "^1.1.0",
|
2018-07-18 20:48:45 +02:00
|
|
|
"aframe-slice9-component": "^1.0.0",
|
2018-11-20 03:44:21 -08:00
|
|
|
"aframe-state-component": "^6.4.2",
|
2018-10-02 17:42:12 -07:00
|
|
|
"aframe-thumb-controls-component": "^1.1.0",
|
2018-07-18 20:48:45 +02:00
|
|
|
"algoliasearch": "^3.29.0",
|
|
|
|
|
"ansi-html": "0.0.7",
|
|
|
|
|
"autoprefixer": "^7.2.3",
|
|
|
|
|
"babel": "6.23.0",
|
2018-12-11 01:43:13 -08:00
|
|
|
"babel-core": "6.24.1",
|
|
|
|
|
"babel-loader": "7.0.0",
|
2018-07-18 20:48:45 +02:00
|
|
|
"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",
|
2018-12-11 01:43:13 -08:00
|
|
|
"debug": "^4.1.0",
|
2018-11-18 02:01:47 -08:00
|
|
|
"firebase": "^5.5.8",
|
2018-07-18 20:48:45 +02:00
|
|
|
"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",
|
2018-10-12 01:18:14 -07:00
|
|
|
"style-loader": "^0.23.1",
|
2018-07-18 20:48:45 +02:00
|
|
|
"uglify-js": "git://github.com/mishoo/UglifyJS2#harmony",
|
|
|
|
|
"uglifyjs-webpack-plugin": "0.4.6",
|
2018-10-10 22:12:17 -10:00
|
|
|
"url-loader": "^1.1.2",
|
2018-07-18 20:48:45 +02:00
|
|
|
"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"
|
|
|
|
|
}
|
|
|
|
|
}
|