-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 900 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 900 Bytes
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
{
"name": "app",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"lint": "eslint src",
"lint:fix": "eslint src --fix --ext .ts,.tsx"
},
"dependencies": {
"github-markdown-css": "^4.0.0",
"global": "^4.4.0",
"nprogress": "^0.2.0",
"prismjs": "^1.22.0",
"vite": "^2.8.4",
"vue": "^3.2.31",
"vue-router": "^4.0.12",
"vuex": "^4.0.2"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.12.1",
"@typescript-eslint/parser": "^5.12.1",
"@vitejs/plugin-vue": "^2.2.2",
"eslint": "^8.10.0",
"eslint-config-prettier": "^8.4.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.5.0",
"marked": "^1.2.2",
"prettier": "^2.5.1",
"sass": "^1.27.0",
"typescript": "^4.5.5",
"vite": "^2.8.4",
"vite-plugin-md": "^0.11.8"
}
}