-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.62 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
53
54
{
"name": "rbr-tools",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "run-p type-check build-only",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"format": "prettier . --write"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/free-regular-svg-icons": "^6.2.1",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@fortawesome/vue-fontawesome": "^3.0.2",
"@headlessui/vue": "^1.7.12",
"@vercel/analytics": "^0.1.11",
"browser-fs-access": "^0.32.1",
"chartjs-plugin-zoom": "^2.0.0",
"gridstack": "^7.2.3",
"highcharts": "^10.3.3",
"highcharts-vue": "^1.4.0",
"papaparse": "^5.3.2",
"pinia": "^2.0.30",
"vue": "^3.2.37",
"vue-router": "^4.0.16",
"vue3-resize": "^0.2.0",
"vue3-swatches": "^1.2.3"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.2.0",
"@tailwindcss/typography": "^0.5.10",
"@types/d3-dsv": "^3.0.1",
"@types/node": "^18.14.1",
"@types/papaparse": "^5.3.7",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^11.0.0",
"@vue/tsconfig": "^0.1.3",
"autoprefixer": "^10.4.7",
"daisyui": "^3.7.4",
"eslint": "^8.26.0",
"eslint-plugin-vue": "^9.7.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.14",
"prettier": "^2.7.1",
"tailwindcss": "^3.1.3",
"typescript": "^4.9.5",
"vite": "^4.1.4",
"vue-tsc": "^1.1.7"
}
}