-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1018 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
40
41
{
"name": "spell-bg",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"test": "vitest",
"format": "prettier --write ./src",
"dev": "vite",
"lint": "eslint",
"update spells": "node ./src/plugin/genAssets.js",
"build": "vite build -c vite.pro.config.js",
"preview": "vite preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aolose/spell-bg.git"
},
"keywords": [],
"author": "",
"bugs": {
"url": "https://github.com/aolose/spell-bg/issues"
},
"homepage": "https://github.com/aolose/spell-bg#readme",
"devDependencies": {
"eslint": "^8.10.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-prettier": "^5.2.1",
"prettier": "^3.3.3",
"sass": "^1.78.0",
"vite": "^5.4.1",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-minify": "^2.0.0",
"vite-plugin-pwa": "^0.20.5",
"vitest": "^2.1.1"
},
"engines": {
"node": ">= 18"
}
}