-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
58 lines (58 loc) · 1.69 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
55
56
57
58
{
"name": "intership-fe",
"private": true,
"author": "Mateusz Ciołko <[email protected]> (https://www.linkedin.com/in/mateusz-cio%C5%82ko-77667a144/)",
"version": "0.0.0",
"scripts": {
"dev": "vite serve",
"lint": "eslint --fix --ext .js,.jsx,.vue .",
"format": "eslint --fix --ext .js,.jsx,.vue . && prettier --write .",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview --port 3000"
},
"dependencies": {
"@ant-design/icons-vue": "7.0.1",
"@tanstack/vue-query": "^5.49.1",
"@vueuse/core": "10.11.0",
"ant-design-vue": "4.2.3",
"axios": "1.7.2",
"dayjs": "1.11.11",
"js-cookie": "3.0.5",
"less": "4.2.0",
"lodash-es": "4.17.21",
"pinia": "2.1.7",
"vue": "3.4.31",
"vue-advanced-cropper": "2.8.9",
"vue-i18n": "9.13.1",
"vue-plyr": "7.0.0",
"vue-router": "4.4.0"
},
"devDependencies": {
"@babel/traverse": "7.24.7",
"@nabla/vite-plugin-eslint": "2.0.4",
"@types/babel__traverse": "7.20.6",
"@types/js-cookie": "3.0.6",
"@types/lodash-es": "4.17.12",
"@types/node": "20.14.9",
"@typescript-eslint/eslint-plugin": "7.14.1",
"@typescript-eslint/parser": "7.14.1",
"@vitejs/plugin-vue": "5.0.5",
"@vue/compiler-sfc": "3.4.31",
"@vue/eslint-config-prettier": "9.0.0",
"@vue/eslint-config-typescript": "13.0.0",
"eslint": "9.5.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-vue": "9.26.0",
"prettier": "3.3.2",
"prettier-eslint": "16.3.0",
"prettier-eslint-cli": "8.0.1",
"tslib": "2.6.3",
"typescript": "5.5.2",
"vite": "5.3.2",
"vue-tsc": "2.0.22"
},
"engines": {
"npm": ">=6.14.13",
"node": ">=14.17.0"
}
}