forked from jim60105/UnfairSpinWheel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.54 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": "unfair-spin-wheel",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "run-p type-check \"build-only {@}\" --",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"build-only": "vite build",
"dev": "vite --host",
"format": "prettier --write src/",
"preview": "vite preview",
"type-check": "vue-tsc --noEmit -p tsconfig.app.json --composite false"
},
"dependencies": {
"csv": "^6.3.5",
"events": "^3.3.0",
"pako": "^2.1.0",
"pouchdb-browser": "^8.0.1",
"pouchdb-find": "^8.0.1",
"primeflex": "^3.3.1",
"primeicons": "^6.0.1",
"primevue": "^3.42.0",
"random": "^4.1.0",
"shareon": "^2.3.0",
"spin-wheel": "^4.3.0",
"vue": "^3.3.9"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.3.3",
"@tsconfig/node18": "^18.2.2",
"@types/gtag.js": "^0.0.18",
"@types/node": "^18.18.14",
"@types/pako": "^2.0.2",
"@types/pouchdb-browser": "^6.1.3",
"@types/pouchdb-find": "^7.3.1",
"@vitejs/plugin-vue": "^4.3.4",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/tsconfig": "^0.4.0",
"eslint": "^8.49.0",
"eslint-plugin-vue": "^9.19.2",
"npm-run-all2": "^6.0.6",
"prettier": "^3.0.3",
"sass": "^1.69.0",
"typescript": "~5.3.2",
"vite": "^4.5.3",
"vite-plugin-pwa": "^0.16.5",
"vite-plugin-static-copy": "^0.17.1",
"vue-tsc": "^1.8.11"
},
"homepage": "https://github.com/jim60105/unfair-spin-wheel"
}