mirror of
https://github.com/Aviortheking/MasterMind.git
synced 2025-07-16 00:19:50 +00:00
Base du jeux
Signed-off-by: Florian BOUILLON <florian.bouillon@delta-wings.net>
This commit is contained in:
26
package.json
Normal file
26
package.json
Normal file
@ -0,0 +1,26 @@
|
||||
{
|
||||
"name": "my-webpack-project",
|
||||
"version": "1.0.0",
|
||||
"main": "index.js",
|
||||
"repository": "git@github.com:Nicolas-Brossard/MasterMind.git",
|
||||
"author": "Florian BOUILLON <florian.bouillon@delta-wings.net>",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"serve": "^11.3.2",
|
||||
"typescript": "^4.1.2",
|
||||
"webpack": "^5.6.0",
|
||||
"webpack-cli": "^4.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@webpack-cli/init": "^1.0.3",
|
||||
"babel-plugin-syntax-dynamic-import": "^6.18.0",
|
||||
"terser-webpack-plugin": "^5.0.3",
|
||||
"ts-loader": "^8.0.11"
|
||||
},
|
||||
"description": "My webpack project",
|
||||
"scripts": {
|
||||
"dev": "webpack --watch",
|
||||
"build": "webpack",
|
||||
"serve": "serve ."
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user