-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 976 Bytes
/
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
{
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^10.0.2",
"@types/node": "^20.11.30",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"gitmoji-cli": "^9.2.0",
"prettier": "^3.2.5",
"prettier-plugin-organize-imports": "^3.2.4",
"prettier-plugin-toml": "^2.0.1",
"semantic-release": "^22.0.5",
"semantic-release-gitmoji": "^1.6.5",
"semantic-release-replace-plugin": "^1.2.7",
"typescript": "^5.4.3",
"vite": "^5.2.14"
},
"engines": {
"node": "^20"
},
"overrides": {
"ip": "^2.0.1",
"npm": "^10.3.0"
},
"prettier": {
"plugins": [
"prettier-plugin-organize-imports",
"prettier-plugin-toml"
]
},
"scripts": {
"build": "npm ci && npm run build:local",
"build:local": "vite build userland/web/static"
}
}