-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
66 lines (66 loc) · 2.07 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "vue3-ts-template",
"private": true,
"version": "0.0.0",
"repository": "https://github.com/mc-cloud-town/mc-cloud-town.github.io.git",
"author": "猴子 <[email protected]>",
"license": "MIT",
"scripts": {
"dev": "vite --host",
"build": "vue-tsc --noEmit && vite-ssg build",
"preview": "vite preview",
"lint": "eslint 'src/**/*.{js,jsx,vue,ts,tsx}' --fix",
"lint:stylelint": "stylelint src/**/*.{vue,css,scss} --fix"
},
"dependencies": {
"@vue/eslint-config-typescript": "^11.0.0",
"@vueuse/components": "^9.1.0",
"@vueuse/core": "^9.0.2",
"@vueuse/head": "^0.7.6",
"axios": "^0.27.2",
"critters": "^0.0.16",
"fast-glob": "^3.2.12",
"markdown-it": "^13.0.1",
"markdown-it-container": "^3.0.0",
"markdown-it-emoji": "^2.0.2",
"pinia": "^2.0.14",
"sitemap-ts": "^0.2.2",
"tosource": "^2.0.0-alpha.3",
"vite": "^2.9.12",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-markdown": "^2.1.0",
"vite-plugin-svg-icons": "^2.0.1",
"vite-ssg": "^0.20.2",
"vue": "^3.2.37",
"vue-router": "^4.0.16",
"yaml": "^2.1.3"
},
"devDependencies": {
"@types/jsonld": "^1.5.7",
"@types/markdown-it": "^12.2.3",
"@types/markdown-it-container": "^2.0.5",
"@types/markdown-it-emoji": "^2.0.2",
"@types/node": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.28.0",
"@typescript-eslint/parser": "^5.28.0",
"@vitejs/plugin-vue": "^2.3.3",
"eslint": "^8.18.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^9.1.1",
"postcss-html": "^1.4.1",
"postcss-scss": "^4.0.4",
"prettier": "^2.7.1",
"sass": "^1.52.3",
"stylelint": "^14.9.1",
"stylelint-config-html": "^1.0.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-standard": "26.0.0",
"stylelint-order": "^5.0.0",
"stylelint-scss": "^4.2.0",
"typescript": "^4.7.4",
"vue-tsc": "^0.40.1"
}
}