vyx-hex/package.json

34 lines
863 B
JSON
Raw Normal View History

2019-06-07 14:46:13 +00:00
{
"name": "hex",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server",
"build": "webpack --config webpack.config.js"
},
"author": "",
"license": "ISC",
"dependencies": {
2019-06-14 14:33:22 +00:00
"@babel/runtime": "^7.4.5",
2019-06-07 14:46:13 +00:00
"p5": "^0.8.0"
},
"devDependencies": {
2019-06-14 14:33:22 +00:00
"@babel/core": "^7.4.5",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-transform-runtime": "^7.4.4",
"@babel/preset-env": "^7.4.5",
"babel-loader": "^8.0.6",
2019-06-07 14:46:13 +00:00
"css-loader": "^2.1.1",
"html-webpack-plugin": "^3.2.0",
"node-sass": "^4.12.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"webpack": "^4.33.0",
"webpack-cli": "^3.3.3",
2019-06-14 10:45:35 +00:00
"webpack-dev-server": "^3.7.1",
"worker-loader": "^2.0.0"
2019-06-07 14:46:13 +00:00
}
}