-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
51 lines (51 loc) · 1.1 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
44
45
46
47
48
49
50
51
{
"name": "@acnb/plugins",
"version": "0.5.3",
"description": "",
"author": {
"name": "guangzan",
"url": "https://www.cnblogs.com/guangzan",
"email": "[email protected]"
},
"license": "MIT",
"homepage": "https://github.com/acnblogs/acnb-plugins#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/acnblogs/acnb-plugins.git"
},
"bugs": {
"url": "https://github.com/acnblogs/acnb-plugins/issues"
},
"keywords": [
"博客园"
],
"exports": {
".": {
"import": "./src/index.js"
}
},
"main": "./src/index.js",
"module": "./src/index.js",
"files": [
"src"
],
"scripts": {
"dev": "vite",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@acnb/core": "^1.0.8",
"@acnb/options": "^0.2.9",
"notyf": "^3.10.0"
},
"devDependencies": {
"@types/node": "^16.11.19",
"@vercel/style-guide": "^4.0.2",
"sass": "^1.42.1",
"vite": "^3.0.0",
"vite-plugin-html": "^2.1.0",
"vite-plugin-singlefile": "^0.5.1"
},
"prettier": "@vercel/style-guide/prettier"
}