-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
52 lines (52 loc) · 1.45 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": "website-min",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"build": "vue-tsc --noEmit && vite build",
"dev": "vite",
"dev:docker": "DOCKER=TRUE vite",
"lint": "eslint src --ext .ts,.vue --fix",
"lint:check": "eslint src --ext .ts,.vue",
"preview": "vite preview"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.3.0",
"@fortawesome/free-brands-svg-icons": "^6.0.0",
"@fortawesome/free-solid-svg-icons": "^6.0.0-beta3",
"@fortawesome/vue-fontawesome": "^3.0.0-5",
"@tailwindcss/postcss7-compat": "^2.2.17",
"@vueuse/core": "^7.5.5",
"autoprefixer": "^10.4.2",
"daisyui": "^2.0.2",
"highlight.js": "^11.4.0",
"marked": "^4.0.12",
"nprogress": "^0.2.0",
"postcss": "^8.4.5",
"tailwindcss": "^3.0.17",
"theme-change": "^2.0.2",
"vue": "^3.2.27",
"vue-router": "^4.0.12"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.1",
"@types/marked": "^4.0.2",
"@types/node": "^17.0.14",
"@types/node-fetch": "^2.6.1",
"@types/nprogress": "^0.2.0",
"@types/vue-router": "^2.0.0",
"@typescript-eslint/eslint-plugin": "^5.1.0",
"@typescript-eslint/parser": "^5.1.0",
"@vitejs/plugin-vue": "^2.0.0",
"eslint": "^8.1.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-vue": "^7.20.0",
"prettier": "^2.4.1",
"typescript": "^4.4.4",
"vite": "^2.7.2",
"vite-plugin-pages": "^0.20.0",
"vue-cli-plugin-tailwind": "~2.2.18",
"vue-eslint-parser": "^8.2.0",
"vue-tsc": "^0.29.8"
}
}