-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 970 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 970 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
{
"name": "g100-blog",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"docs:build": "vuepress build docs",
"dev": "vuepress dev docs"
},
"author": "G100",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.18.6",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@vuepress/plugin-container": "^2.0.0-beta.60",
"@vuepress/plugin-google-analytics": "^2.0.0-beta.60",
"@vuepress/plugin-register-components": "^2.0.0-beta.60",
"@vuepress/plugin-toc": "^2.0.0-beta.60",
"autoprefixer": "^10.4.13",
"eslint": "^8.32.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-vue": "^9.9.0",
"postcss": "^8.4.21",
"postcss-nested": "^6.0.0",
"prettier": "^2.8.3",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.4",
"vite-svg-loader": "^4.0.0",
"vuepress": "^2.0.0-beta.60"
}
}