-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 903 Bytes
/
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
{
"name": "transmatter-platform",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@hennge/vue3-pagination": "^1.0.17",
"@tailwindcss/line-clamp": "^0.4.0",
"ag-grid-community": "27.3.0",
"ag-grid-vue3": "27.3.0",
"autoprefixer": "9.8.8",
"axios": "0.25.0",
"core-js": "3.6.5",
"daisyui": "^2.20.0",
"dayjs": "1.10.7",
"nprogress": "0.2.0",
"postcss": "7.0.39",
"vee-validate": "4.5.11",
"vue": "3.2.25",
"vue-input-facade": "2.0.1",
"vue-loader": "17.0.0",
"vue-router": "4.0.15",
"vue-slick": "1.1.20",
"vuex": "4.0.2",
"yup": "0.32.11"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.2.0",
"autoprefixer": "^10.4.2",
"postcss": "^8.4.8",
"tailwindcss": "^3.0.23",
"vite": "^2.8.0"
}
}