-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.31 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "doodeoji_game",
"version": "1.0.0",
"description": "it is the web game which catch mole by hammer and it is developed by javascript",
"main": "index.js",
"scripts": {
"build": "webpack",
"dev": "webpack serve --env development",
"lint": "eslint source/*.ts",
"lint:fix": "eslint --fix source/*.ts",
"deploy": "npm run build&&gh-pages -d dist -b gh-pages",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/G-hoon/doodeoji_game.git"
},
"author": "jihoon_bae",
"license": "ISC",
"bugs": {
"url": "https://github.com/G-hoon/doodeoji_game/issues"
},
"homepage": "https://g-hoon.github.io/doodeoji_game/",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.28.1",
"@typescript-eslint/parser": "^4.28.1",
"clean-webpack-plugin": "^4.0.0-alpha.0",
"css-loader": "^5.2.6",
"eslint": "^7.30.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.23.4",
"file-loader": "^6.2.0",
"gh-pages": "^3.2.3",
"html-loader": "^2.1.2",
"html-webpack-plugin": "^5.3.2",
"style-loader": "^3.0.0",
"ts-loader": "^9.2.3",
"typescript": "^4.3.5",
"webpack": "^5.41.1",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.2"
}
}