forked from fanaticscripter/EggContractor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1 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
{
"license": "MIT",
"devDependencies": {
"@tailwindcss/jit": "^0.1.1",
"@vue/compiler-sfc": "^3.0.4",
"autoprefixer": "^10.1.0",
"css-loader": "^5.2.4",
"cssnano": "^4.1.10",
"postcss": "^8.2.13",
"postcss-cli": "^8.3.1",
"postcss-hash": "^2.0.0",
"postcss-import": "^14.0.0",
"prettier": "^2.2.1",
"protobufjs": "^6.10.2",
"style-loader": "^2.0.0",
"vue-loader": "^16.1.2",
"webpack": "^5.11.0",
"webpack-cli": "^4.3.0",
"webpack-manifest-plugin": "^3.0.0",
"webpack-merge": "^5.7.3"
},
"dependencies": {
"@tailwindcss/forms": "^0.2.1",
"copy-text-to-clipboard": "^2.2.0",
"dayjs": "^1.10.4",
"echarts": "^5.0.2",
"google-protobuf": "^3.15.0-rc.1",
"html2canvas": "^1.0.0-rc.7",
"lunr": "^2.3.9",
"scroll-into-view-if-needed": "^2.2.28",
"tailwindcss": "^2.0.3",
"tippy.js": "^6.2.7",
"vue": "^3.0.4",
"vue-echarts": "^6.0.0-rc.3",
"vue-router": "^4.0.3",
"vue-tippy": "^6.0.0-alpha.24"
}
}