-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 970 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
39
{
"dependencies": {
"@element-plus/icons-vue": "^2.0.9",
"@heroicons/vue": "^2.0.16",
"@soerenmartius/vue3-clipboard": "^0.1.2",
"element-plus": "^2.2.17",
"jquery": "^3.6.4",
"lodash": "^4.17.21",
"postcss-nested": "^6.0.1",
"vue": "^3.2.40",
"vue-clipboard2": "^0.3.3",
"vue-router": "^4.1.5",
"vuex": "^4.0.2"
},
"devDependencies": {
"@vue/compiler-sfc": "^3.2.40",
"autoprefixer": "^10.4.14",
"laravel-mix": "^6.0.49",
"node-sass": "^8.0.0",
"postcss": "^8.4.21",
"resolve-url-loader": "^5.0.0",
"sass": "^1.55.0",
"sass-loader": "^13.0.2",
"tailwindcss": "^3.3.1",
"unplugin-auto-import": "^0.11.2",
"unplugin-vue-components": "^0.22.7",
"vue-loader": "^17.0.0"
},
"scripts": {
"watch": "mix watch"
},
"name": "fluentplugin",
"description": "",
"version": "1.0.0",
"main": "postcss.config.js",
"keywords": [],
"author": "",
"license": "ISC"
}