-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 922 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
{
"name": "acnb-theme-reacg",
"version": "1.0.0",
"description": "",
"author": "guangzan",
"license": "MIT",
"homepage": "https://github.com/acnblogs/acnb-theme-geek#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/acnblogs/acnb-theme-reacg.git"
},
"bugs": {
"url": "https://github.com/acnblogs/acnb-theme-reacg/issues"
},
"keywords": [],
"main": "index.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@acnb/core": "^1.0.8",
"@acnb/options": "^0.2.9",
"@acnb/plugins": "^0.5.2"
},
"devDependencies": {
"@guangzan/eslint-config": "^0.1.19",
"@types/node": "^18.15.13",
"eslint": "^8.39.0",
"sass": "^1.62.0",
"terser": "^5.17.1",
"typescript": "^5.0.4",
"vite": "^4.3.1",
"vite-plugin-ignore-public": "^0.0.1"
}
}