generated from AMRC-FactoryPlus/acs-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.58 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
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"storybook": "start-storybook -p 6006"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^6.3.0",
"@vitejs/plugin-vue2": "^2.0.0",
"axios": "^0.19",
"cross-env": "^7.0",
"jquery": "^3.2",
"laravel-echo": "^1.9.0",
"laravel-vite-plugin": "^0.7.0",
"lodash": "^4.17.13",
"popper.js": "^1.12",
"postcss": "^8.4.7",
"pusher-js": "^7.0.1",
"resolve-url-loader": "^2.3.1",
"sass": "^1.49.9",
"sass-loader": "^12.1.0",
"vite": "^3.2.0",
"vue": "^2.7.14",
"vue-loader": "^15.9.8",
"vue-template-compiler": "^2.6.10",
"webpack-cli": "^4.9.2"
},
"dependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.1.1",
"@esbuild-plugins/node-modules-polyfill": "^0.1.4",
"@apidevtools/json-schema-ref-parser": "^9.0.9",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.12.10",
"@vuelidate/core": "^2.0.0",
"@vuelidate/validators": "^2.0.0",
"autoprefixer": "^10.4.2",
"babel-runtime": "^6.26.0",
"downloadjs": "^1.4.7",
"laravel-mix-valet": "^1.3.0",
"moment": "^2.24.0",
"tailwindcss": "^3.4.1",
"uuid": "^9.0.0",
"v-calendar": "^2.3.4",
"v-tooltip": "^2.0.3",
"vue-ads-pagination": "^2.1.7",
"vue-currency-input": "^2.0.0",
"vue-markdown": "^2.2.4",
"vue-sanitize": "^0.2.1",
"vue-toastification": "1.7.14",
"vue-uuid": "^3.0.0",
"webpack": "^5.23.0",
"xml-js": "^1.6.11"
}
}