-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 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
{
"name": "vue-pangu",
"version": "0.0.1",
"license": "MIT",
"author": "SerKo (https://github.com/serkodev)",
"repository": {
"type": "git",
"url": "https://github.com/serkodev/vue-pangu.git"
},
"homepage": "https://github.com/serkodev/vue-pangu",
"keywords": [
"pangu",
"vue",
"converter",
"chinese",
"prose"
],
"private": true,
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview"
},
"dependencies": {
"@master/keyframes.css": "^1.2.2",
"@master/normal.css": "^1.9.3",
"@master/style": "^1.5.0",
"@master/styles": "^1.11.0",
"clipboard": "^2.0.10",
"monaco-editor": "^0.33.0",
"pangu": "^4.0.7",
"vue": "^3.2.25"
},
"devDependencies": {
"@antfu/eslint-config": "^0.20.6",
"@types/node": "^17.0.25",
"@types/pangu": "^3.3.0",
"@vitejs/plugin-vue": "^2.3.1",
"eslint": "^8.13.0",
"typescript": "^4.5.4",
"vite": "^2.9.16",
"vue-tsc": "^0.34.7"
}
}