generated from guygriffiths/vue3-skeleton
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
46 lines (46 loc) · 1.3 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
{
"name": "vue3-skeleton",
"version": "1.1.0",
"description": "Example Vue 3 App",
"scripts": {
"dev": "vite --config vite.config.ts",
"build": "vue-tsc --noEmit --project ./ && vite --config vite.config.ts build",
"deploy": "npm run build && rm -Rf docs/assets && cp -r dist/* docs && cp dist/index.html docs/404.html && git add docs"
},
"author": "Guy Griffiths",
"license": "ISC",
"devDependencies": {
"@types/d3": "^7.4.0",
"@types/js-cookie": "^3.0.3",
"@types/papaparse": "^5.3.14",
"@typescript-eslint/parser": "^6.18.1",
"@vitejs/plugin-vue": "^5.0.3",
"eslint": "^8.38.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vue": "^9.11.0",
"prettier": "^3.1.1",
"sass": "^1.62.0",
"sass-loader": "^13.2.2",
"typescript": "5.3.3",
"vite": "^5.0.13",
"vue-tsc": "1.8.27"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/vue-fontawesome": "^3.0.8",
"d3": "^7.8.4",
"date-fns": "^3.2.0",
"js-cookie": "^3.0.1",
"papaparse": "^5.4.1",
"pinia": "^2.0.35",
"promise-worker": "^2.0.1",
"shepherd.js": "^13.0.1",
"v-onboarding": "^2.8.2",
"vue": "^3.2.47",
"vue-router": "^4.1.6",
"vue-shepherd": "^3.0.0",
"vue3-loading-overlay": "^0.0.0"
},
"packageManager": "yarn@4.5.3"
}