27 lines
600 B
JSON
27 lines
600 B
JSON
{
|
|
"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": {
|
|
"p5": "^0.8.0"
|
|
},
|
|
"devDependencies": {
|
|
"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",
|
|
"webpack-dev-server": "^3.7.1"
|
|
}
|
|
}
|