You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
863 B
33 lines
863 B
{ |
|
"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": { |
|
"@babel/runtime": "^7.4.5", |
|
"p5": "^0.8.0" |
|
}, |
|
"devDependencies": { |
|
"@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", |
|
"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", |
|
"worker-loader": "^2.0.0" |
|
} |
|
}
|
|
|