-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.45 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": "iphone-price",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "vue-tsc && npx eslint . --ext .ts,.js,.cjs,.vue",
"lint-fix": "npx eslint --fix . --ext .ts,.js,.cjs,.vue"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-brands-svg-icons": "^6.4.2",
"@fortawesome/free-regular-svg-icons": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/vue-fontawesome": "^3.0.3",
"@vueuse/core": "^10.4.1",
"daisyui": "^4.12.10",
"dayjs": "^1.11.9",
"echarts": "^5.4.3",
"lodash-es": "^4.17.21",
"nanoid": "^5.0.1",
"vue": "^3.3.4",
"vue-echarts": "^6.6.1"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.6.3",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@vitejs/plugin-vue": "^4.2.3",
"autoprefixer": "^10.4.15",
"eslint": "^8.0.1",
"eslint-config-standard-with-typescript": "^39.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0 || ^16.0.0 ",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-tailwindcss": "^3.13.0",
"eslint-plugin-vue": "^9.17.0",
"postcss": "^8.4.29",
"sass": "^1.68.0",
"tailwindcss": "^3.3.3",
"typescript": "*",
"vite": "^4.4.5",
"vue-tsc": "^2.1.4"
}
}