mirror of
https://github.com/correl/planning-poker.git
synced 2024-11-15 03:00:18 +00:00
31 lines
820 B
JSON
31 lines
820 B
JSON
{
|
|
"repository": {},
|
|
"description": " ",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"deploy": "webpack --mode production",
|
|
"elm": "elm",
|
|
"watch": "webpack --mode development --watch"
|
|
},
|
|
"dependencies": {
|
|
"phoenix": "file:../deps/phoenix",
|
|
"phoenix_html": "file:../deps/phoenix_html",
|
|
"uuid4": "^1.1.4"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.0.0",
|
|
"@babel/preset-env": "^7.0.0",
|
|
"babel-loader": "^8.0.0",
|
|
"copy-webpack-plugin": "^5.1.1",
|
|
"css-loader": "^3.4.2",
|
|
"elm": "^0.19.1-3",
|
|
"elm-webpack-loader": "^6.0.1",
|
|
"mini-css-extract-plugin": "^0.9.0",
|
|
"node-sass": "^4.13.1",
|
|
"optimize-css-assets-webpack-plugin": "^5.0.1",
|
|
"sass-loader": "^8.0.2",
|
|
"terser-webpack-plugin": "^2.3.2",
|
|
"webpack": "4.41.5",
|
|
"webpack-cli": "^3.3.2"
|
|
}
|
|
}
|