66 lines
2.1 KiB
JSON
66 lines
2.1 KiB
JSON
{
|
|
"name": "avocado-examples",
|
|
"version": "1.0.0",
|
|
"author": "cha0s",
|
|
"license": "MIT",
|
|
"browserslist": [
|
|
"last 1 version",
|
|
"> 1%",
|
|
"maintained node versions",
|
|
"not dead"
|
|
],
|
|
"devDependencies": {
|
|
"@babel/core": "7.3.4",
|
|
"@babel/plugin-proposal-object-rest-spread": "7.3.4",
|
|
"@babel/polyfill": "7.2.5",
|
|
"@babel/preset-env": "7.3.4",
|
|
"@babel/preset-react": "7.0.0",
|
|
"babel-loader": "8.0.5",
|
|
"contempo": "1.x",
|
|
"css-loader": "3.1.0",
|
|
"extract-css-chunks-webpack-plugin": "4.5.6",
|
|
"html-webpack-plugin": "3.2.0",
|
|
"node-sass": "4.12.0",
|
|
"node-sass-glob-importer": "5.3.2",
|
|
"postcss-loader": "3.0.0",
|
|
"raw-loader": "3.1.0",
|
|
"sass-loader": "7.1.0",
|
|
"start-server-webpack-plugin": "2.2.5",
|
|
"webpack": "4.29.6",
|
|
"webpack-cli": "3.2.3",
|
|
"webpack-dev-server": "3.2.1",
|
|
"webpack-node-externals": "1.7.2"
|
|
},
|
|
"scripts": {
|
|
"client": "webpack-dev-server --hot --config webpack.client.config.js",
|
|
"client:build": "webpack --config webpack.client.config.js",
|
|
"deploy": "yarn server:build --production && yarn client:build --production && cp -ar resource/* dist && rsync -r dist/ www.cha0s.io:~/web/cha0s.io/humus/public_html/",
|
|
"server": "DEBUG=@avocado:* webpack --autorun --watch --hot --config webpack.server.config.js",
|
|
"server:build": "webpack --config webpack.server.config.js",
|
|
"start": "webpack --config webpack.server.config.js && webpack-dev-server --config webpack.client.config.js"
|
|
},
|
|
"dependencies": {
|
|
"@avocado/behavior": "1.x",
|
|
"@avocado/core": "1.x",
|
|
"@avocado/entity": "1.x",
|
|
"@avocado/graphics": "1.x",
|
|
"@avocado/input": "1.x",
|
|
"@avocado/net": "1.x",
|
|
"@avocado/physics": "1.x",
|
|
"@avocado/resource": "1.x",
|
|
"@avocado/sound": "1.x",
|
|
"@avocado/timing": "1.x",
|
|
"@avocado/topdown": "1.x",
|
|
"classnames": "2.2.6",
|
|
"glob": "^7.1.3",
|
|
"immutable": "4.0.0-rc.12",
|
|
"immutablediff": "0.4.4",
|
|
"is-plain-object": "2.0.4",
|
|
"react": "16.8.6",
|
|
"react-dom": "16.8.6",
|
|
"react-hot-loader": "4.8.3",
|
|
"source-map-support": "^0.5.11",
|
|
"v8-natives": "^1.1.0"
|
|
}
|
|
}
|