File tree 2 files changed +71
-304
lines changed
2 files changed +71
-304
lines changed Original file line number Diff line number Diff line change 5
5
"scripts" : {
6
6
"serve" : " vue-cli-service serve" ,
7
7
"build" : " vue-cli-service build" ,
8
- "lint" : " vue-cli-service lint" ,
9
- "cxsd" : " cxsd"
8
+ "lint" : " vue-cli-service lint"
10
9
},
11
10
"dependencies" : {
12
11
"@tailwindcss/postcss7-compat" : " npm:@tailwindcss/postcss7-compat@^2.0.2" ,
12
+ "ansi-regex" : " ^5.0.1" ,
13
13
"autoprefixer" : " ^9" ,
14
+ "bl" : " ^1.2.3" ,
14
15
"core-js" : " ^3.6.5" ,
15
- "cxsd " : " ^0 .1.1 " ,
16
+ "cryptiles " : " ^4 .1.2 " ,
16
17
"fast-xml-parser" : " ^4.0.0-beta.8" ,
18
+ "glob-parent" : " ^5.1.2" ,
19
+ "hoek" : " ^4.2.1" ,
20
+ "lodash" : " ^4.17.21" ,
21
+ "nth-check" : " ^2.0.1" ,
17
22
"postcss" : " ^7" ,
18
23
"tailwind" : " ^4.0.0" ,
19
24
"tailwindcss" : " npm:@tailwindcss/postcss7-compat@^2.0.2" ,
25
+ "tough-cookie" : " ^2.3.3" ,
26
+ "tunnel-agent" : " ^0.6.0" ,
20
27
"typescript" : " ^4.4.3" ,
21
28
"vue" : " ^3.0.0" ,
22
29
"vue-class-component" : " ^8.0.0-0" ,
23
30
"vue-router" : " ^4.0.12" ,
24
- "vue-typescript" : " ^0.7.0"
31
+ "vue-typescript" : " ^0.7.0" ,
32
+ "ws" : " ^6.2.2"
25
33
},
26
34
"devDependencies" : {
27
35
"@typescript-eslint/eslint-plugin" : " ^4.18.0" ,
35
43
"babel-eslint" : " ^10.1.0" ,
36
44
"eslint" : " ^6.7.2" ,
37
45
"eslint-plugin-vue" : " ^7.0.0" ,
38
- "typescript" : " ~4.1.5" ,
39
46
"vue-cli-plugin-tailwind" : " ~2.0.6"
40
47
},
41
48
"eslintConfig" : {
You can’t perform that action at this time.
0 commit comments