-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.16 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
{
"name": "resume",
"version": "0.6.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"build-only": "vite build",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"format": "prettier --write src/"
},
"dependencies": {
"chart.js": "^4.4.3",
"d3": "^7.9.0",
"dayjs": "^1.11.13",
"marked": "^15.0.3",
"pinia": "^2.2.2",
"ramda": "^0.30.1",
"vue": "^3.5.0"
},
"devDependencies": {
"@eslint/js": "^9.19.0",
"@stylistic/eslint-plugin-js": "^2.11.0",
"@vitejs/plugin-vue": "^5.0.5",
"@vue/eslint-config-prettier": "^10.1.0",
"eslint": "^9.19.0",
"eslint-plugin-vue": "^9.32.0",
"globals": "^15.14.0",
"prettier": "^3.2.5",
"vite": "^6.0.9",
"vite-plugin-vue-devtools": "^7.3.1"
},
"browserslist": [
"> 2%",
"last 2 versions",
"not ie <= 9"
],
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}