@citruslime/create-boilerplate 1.0.0-beta.7 → 1.0.0-beta.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/boilerplate-app/package.json +31 -29
- package/package.json +2 -2
|
@@ -10,44 +10,46 @@
|
|
|
10
10
|
"prepare": "cd .. && husky install"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@citruslime/ui": "^
|
|
14
|
-
"@harlem/core": "^2.0
|
|
15
|
-
"@harlem/extension-storage": "^2.0
|
|
16
|
-
"@harlem/plugin-devtools": "^2.0
|
|
17
|
-
"@vueuse/core": "^6.
|
|
18
|
-
"
|
|
19
|
-
"vue
|
|
13
|
+
"@citruslime/ui": "^2.0.0-beta.10",
|
|
14
|
+
"@harlem/core": "^2.2.0",
|
|
15
|
+
"@harlem/extension-storage": "^2.2.0",
|
|
16
|
+
"@harlem/plugin-devtools": "^2.2.0",
|
|
17
|
+
"@vueuse/core": "^6.9.0",
|
|
18
|
+
"flatpickr": "^4.6.9",
|
|
19
|
+
"vue": "^3.2.19",
|
|
20
|
+
"vue-i18n": "^9.1.9",
|
|
20
21
|
"vue-router": "^4.0.11"
|
|
21
22
|
},
|
|
22
23
|
"devDependencies": {
|
|
23
|
-
"@iconify/vue": "^3.
|
|
24
|
+
"@iconify/vue": "^3.1.0",
|
|
24
25
|
"@tailwindcss/forms": "^0.3.4",
|
|
25
|
-
"@types/node": "^16.11.
|
|
26
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
27
|
-
"@typescript-eslint/parser": "^
|
|
28
|
-
"@vitejs/plugin-vue": "^1.9.
|
|
29
|
-
"@vue/compiler-sfc": "^3.2.
|
|
30
|
-
"@vue/eslint-config-typescript": "^
|
|
31
|
-
"autoprefixer": "^10.
|
|
32
|
-
"eslint": "^
|
|
33
|
-
"eslint-plugin-import": "^2.
|
|
34
|
-
"eslint-plugin-jsdoc": "^
|
|
35
|
-
"eslint-plugin-vue": "^
|
|
26
|
+
"@types/node": "^16.11.7",
|
|
27
|
+
"@typescript-eslint/eslint-plugin": "^5.3.1",
|
|
28
|
+
"@typescript-eslint/parser": "^5.3.1",
|
|
29
|
+
"@vitejs/plugin-vue": "^1.9.4",
|
|
30
|
+
"@vue/compiler-sfc": "^3.2.22",
|
|
31
|
+
"@vue/eslint-config-typescript": "^9.0.1",
|
|
32
|
+
"autoprefixer": "^10.4.0",
|
|
33
|
+
"eslint": "^8.2.0",
|
|
34
|
+
"eslint-plugin-import": "^2.25.3",
|
|
35
|
+
"eslint-plugin-jsdoc": "^37.0.3",
|
|
36
|
+
"eslint-plugin-vue": "^8.0.3",
|
|
36
37
|
"husky": "^7.0.2",
|
|
37
|
-
"lint-staged": "^
|
|
38
|
+
"lint-staged": "^12.0.2",
|
|
38
39
|
"postcss": "^8.3.9",
|
|
39
|
-
"
|
|
40
|
+
"postcss-html": "^1.2.0",
|
|
41
|
+
"stylelint": "^14.1.0",
|
|
40
42
|
"stylelint-config-idiomatic-order": "^8.1.0",
|
|
41
|
-
"stylelint-config-
|
|
43
|
+
"stylelint-config-recommended-vue": "^1.0.0",
|
|
44
|
+
"stylelint-config-standard": "^24.0.0",
|
|
42
45
|
"stylelint-group-selectors": "^1.0.8",
|
|
43
|
-
"stylelint-
|
|
44
|
-
"
|
|
45
|
-
"tailwindcss": "^2.2.17",
|
|
46
|
+
"stylelint-order": "^5.0.0",
|
|
47
|
+
"tailwindcss": "^2.2.19",
|
|
46
48
|
"typescript": "^4.4.4",
|
|
47
|
-
"unplugin-vue-components": "^0.
|
|
48
|
-
"vite": "^2.6.
|
|
49
|
+
"unplugin-vue-components": "^0.17.2",
|
|
50
|
+
"vite": "^2.6.14",
|
|
49
51
|
"vite-plugin-mkcert": "^1.5.2",
|
|
50
|
-
"vite-plugin-pages": "^0.18.
|
|
51
|
-
"vue-tsc": "^0.
|
|
52
|
+
"vite-plugin-pages": "^0.18.2",
|
|
53
|
+
"vue-tsc": "^0.29.5"
|
|
52
54
|
}
|
|
53
55
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@citruslime/create-boilerplate",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.8",
|
|
4
4
|
"author": {
|
|
5
5
|
"name": "Citrus-Lime Ltd",
|
|
6
6
|
"url": "https://citruslime.com"
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"node": ">=12.0.0"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"core-js": "3.
|
|
29
|
+
"core-js": "3.19.1",
|
|
30
30
|
"kolorist": "^1.5.0",
|
|
31
31
|
"minimist": "^1.2.5",
|
|
32
32
|
"prompts": "^2.4.2"
|