-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 933 Bytes
/
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
{
"name": "sum-safari",
"displayName": "SumSafari",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"format": "prettier --write src/"
},
"dependencies": {
"motion": "^10.18.0",
"tone": "^15.0.0",
"vue": "^3.5.12"
},
"devDependencies": {
"@types/vue": "^1.0.31",
"@typescript-eslint/eslint-plugin": "^8.12.0",
"@typescript-eslint/parser": "^8.12.0",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/eslint-config-prettier": "10.1.0",
"@vue/eslint-config-typescript": "^14.1.0",
"eslint": "^9.13.0",
"eslint-plugin-vue": "^9.18.0",
"prettier": "^3.3.0",
"typescript": "^5.6.2",
"unocss": "^0.63.6",
"vite": "^5.4.9",
"vue-tsc": "^2.1.6"
}
}