-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.59 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
{
"name": "resume",
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"host": "vite --host",
"clean": "vite --force",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview --port 5050",
"typecheck": "vue-tsc --noEmit",
"check": "vue-tsc --noEmit",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
},
"dependencies": {
"@fontsource-variable/montserrat": "^5.0.13",
"@fontsource-variable/noto-sans-jp": "^5.0.19",
"file-saver": "^2.0.5",
"highlight.js": "^11.8.0",
"matter-js": "^0.19.0",
"poly-decomp": "^0.3.0",
"vite-svg-loader": "^4.0.0",
"vue": "^3.2.29",
"vue-clipboard3": "^2.0.0",
"vue-router": "^4.1.6",
"vue3-highlightjs": "^1.0.5"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.1.0",
"@tsconfig/node18": "^18.2.1",
"@types/file-saver": "^2.0.5",
"@types/highlightjs": "^9.12.2",
"@types/matter-js": "^0.19.0",
"@types/node": "18",
"@vitejs/plugin-vue": "^4.3.4",
"@vitejs/plugin-vue-jsx": "^3.0.2",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^11.0.3",
"@vue/tsconfig": "^0.4.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.14.0",
"eslint-plugin-vue": "^9.17.0",
"magic-string": "^0.30.0",
"mathlive": "^0.98.6",
"postcss": "^8.4.27",
"postcss-nesting": "^12.0.1",
"prettier": "^3.0.3",
"tailwindcss": "^3.3.3",
"typescript": "~5.2.2",
"vite": "^4.4.9",
"vue-tsc": "^1.8.10"
},
"packageManager": "[email protected]"
}