-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.03 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
{
"name": "levi-notebook",
"version": "1.0.0",
"description": "",
"main": "index.js",
"private": true,
"type": "module",
"keywords": [],
"author": "",
"license": "ISC",
"scripts": {
"dev": "pnpm -F @levi/docs dev",
"build": "pnpm -F @levi/docs build",
"serve": "pnpm -F @levi/docs serve"
},
"dependencies": {
"naive-ui": "^2.37.3"
},
"devDependencies": {
"@types/node": "^18.19.17",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"autoprefixer": "^10.4.17",
"eslint": "^8.56.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.21.1",
"postcss": "^8.4.35",
"prettier": "^2.8.8",
"sass": "^1.71.0",
"tailwindcss": "^3.4.1",
"typescript": "^4.9.5",
"vitepress": "1.0.0-rc.44",
"vue": "^3.4.19"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"@algolia/client-search"
]
}
},
"engines": {
"node": ">=16.0.0"
}
}