-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
52 lines (52 loc) · 1.42 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
52
{
"name": "sc-viewer-v2",
"private": true,
"version": "1.0.0",
"license": "MIT",
"type": "module",
"scripts": {
"dev": "vite",
"start": "vite",
"serve:doc": "honkit serve --reload",
"build:doc": "honkit build",
"build": "make prebuild && vue-tsc && vite build && honkit build",
"preview": "vite preview",
"lint:js": "eslint src --ext .ts,.vue"
},
"dependencies": {
"@octokit/types": "^9.0.0",
"@vercel/analytics": "^1.0.1",
"axios": "^1.7.4",
"comment-json": "^4.2.3",
"file-saver": "^2.0.5",
"markdown-it": "^13.0.1",
"naive-ui": "^2.34.2",
"papaparse": "^5.3.2",
"vue": "^3.2.45",
"vue-audio-visual": "^3.0.7",
"vue-i18n": "9",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@types/file-saver": "^2.0.5",
"@types/markdown-it": "^12.2.3",
"@types/papaparse": "^5.3.5",
"@typescript-eslint/eslint-plugin": "^5.54.1",
"@typescript-eslint/parser": "^5.54.1",
"@vicons/carbon": "^0.12.0",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/eslint-config-typescript": "^11.0.2",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.7.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.9.0",
"honkit": "^4.0.7",
"naive-ui": "^2.34.2",
"prettier": "^2.8.4",
"typescript": "^4.9.3",
"vite": "^4.5.3",
"vite-plugin-pwa": "^0.14.1",
"vue-eslint-parser": "^9.1.0",
"vue-tsc": "^1.0.11"
}
}