-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.08 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
{
"name": "hnr-cafe",
"version": "1.0.0",
"description": "hnr-cafe.",
"private": true,
"scripts": {
"build": "npm run fmt && run-p build:*",
"build:js": "webpack",
"build:html": "ts-node --project ./tsconfig.node.json ./build.ts",
"build:sounds": "cp -r ./client/sounds ./public/sounds",
"fmt": "run-p eslint",
"eslint": "eslint -c .eslintrc.json \"./**/*.{js,ts}\"",
"eslint-fix": "eslint --fix -c .eslintrc.json \"./**/*.{js,ts}\""
},
"author": "hieki",
"license": "MIT",
"devDependencies": {
"@types/ejs": "^3.0.1",
"@types/gtag.js": "0.0.3",
"@types/node": "^13.7.7",
"@typescript-eslint/eslint-plugin": "^2.21.0",
"@typescript-eslint/parser": "^2.21.0",
"ejs": "^3.0.1",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-ejs-js": "^0.1.0",
"eslint-plugin-prettier": "^3.1.2",
"npm-run-all": "^4.1.5",
"prettier": "^1.19.1",
"ts-loader": "^6.2.1",
"ts-node": "^8.6.2",
"typescript": "^3.8.3",
"webpack": "^4.41.6",
"webpack-cli": "^3.3.11"
},
"dependencies": {}
}