forked from glaures/forestshuffle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.43 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
{
"name": "forestshuffle-scoring",
"version": "1.5.5",
"private": true,
"scripts": {
"build": "npm run bump-version && vite build",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
"deploy": "gh-pages -d dist",
"bump-version": "node bump-version.js",
"dev": "vite",
"format": "prettier --write src/",
"preview": "vite preview"
},
"dependencies": {
"@capacitor/android": "^6.1.0",
"@capacitor/cli": "^6.1.0",
"@capacitor/core": "^6.1.0",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/vue-fontawesome": "^3.0.8",
"@popperjs/core": "^2.11.8",
"@unhead/vue": "^1.9.15",
"@vueuse/core": "^10.11.0",
"bootstrap": "^5.3.3",
"flag-icon-css": "^4.1.7",
"gh-pages": "^6.1.1",
"pinia": "^2.1.7",
"register-service-worker": "^1.7.2",
"sass": "^1.77.6",
"sitemap": "^8.0.0",
"vue": "^3.4.29",
"vue-gtag": "^2.0.1",
"vue-i18n": "^9.13.1",
"vue-router": "^4.4.0",
"vue-toastification": "^2.0.0-rc.5"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.8.0",
"@vitejs/plugin-vue": "^5.0.5",
"@vue/cli-plugin-pwa": "~5.0.0",
"@vue/eslint-config-prettier": "^9.0.0",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.23.0",
"prettier": "^3.2.5",
"vite": "^5.3.1",
"vite-plugin-vue-devtools": "^7.3.1"
},
"type": "module"
}