formue-crud 0.0.44 → 0.0.45
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/formue-crud.js +7176 -6059
- package/dist/formue-crud.umd.cjs +30 -26
- package/dist/style.css +1 -1
- package/package.json +59 -60
package/package.json
CHANGED
@@ -1,60 +1,59 @@
|
|
1
|
-
{
|
2
|
-
"name": "formue-crud",
|
3
|
-
"version": "0.0.
|
4
|
-
"private": false,
|
5
|
-
"scripts": {
|
6
|
-
"dev": "vite",
|
7
|
-
"build": "run-p type-check build-only",
|
8
|
-
"preview": "vite preview",
|
9
|
-
"build-only": "vite build",
|
10
|
-
"type-check": "vue-tsc --noEmit -p tsconfig.app.json --composite false",
|
11
|
-
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
|
12
|
-
"format": "prettier --write src/"
|
13
|
-
},
|
14
|
-
"dependencies": {
|
15
|
-
"@vueform/vueform": "^1.5.3",
|
16
|
-
"@vueuse/core": "^10.4.0",
|
17
|
-
"axios": "^1.6.2",
|
18
|
-
"formue": "^0.0.13",
|
19
|
-
"lodash": "^4.17.21",
|
20
|
-
"pinia": "^2.1.6",
|
21
|
-
"qs": "^6.11.2",
|
22
|
-
"tabulator-tables": "^
|
23
|
-
"vue": "^3.3.4",
|
24
|
-
"vue3-persian-datetime-picker": "^1.2.2"
|
25
|
-
},
|
26
|
-
"devDependencies": {
|
27
|
-
"@rushstack/eslint-patch": "^1.2.0",
|
28
|
-
"@tsconfig/node18": "^2.0.1",
|
29
|
-
"@types/node": "^18.16.17",
|
30
|
-
"@vitejs/plugin-vue": "^4.2.3",
|
31
|
-
"@vue/eslint-config-prettier": "^7.1.0",
|
32
|
-
"@vue/eslint-config-typescript": "^11.0.3",
|
33
|
-
"@vue/tsconfig": "^0.4.0",
|
34
|
-
"autoprefixer": "^10.4.14",
|
35
|
-
"eslint": "^8.39.0",
|
36
|
-
"eslint-plugin-vue": "^9.11.0",
|
37
|
-
"npm-run-all": "^4.1.5",
|
38
|
-
"postcss": "^8.4.24",
|
39
|
-
"postcss-import": "^15.1.0",
|
40
|
-
"prettier": "^2.8.8",
|
41
|
-
"tailwindcss": "^3.3.2",
|
42
|
-
"typescript": "~5.0.4",
|
43
|
-
"vite": "^4.3.9",
|
44
|
-
"vite-plugin-classname": "^0.0.3",
|
45
|
-
"
|
46
|
-
|
47
|
-
|
48
|
-
"
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
"
|
53
|
-
"
|
54
|
-
|
55
|
-
|
56
|
-
"
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
}
|
1
|
+
{
|
2
|
+
"name": "formue-crud",
|
3
|
+
"version": "0.0.45",
|
4
|
+
"private": false,
|
5
|
+
"scripts": {
|
6
|
+
"dev": "vite",
|
7
|
+
"build": "run-p type-check build-only",
|
8
|
+
"preview": "vite preview",
|
9
|
+
"build-only": "vite build",
|
10
|
+
"type-check": "vue-tsc --noEmit -p tsconfig.app.json --composite false",
|
11
|
+
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
|
12
|
+
"format": "prettier --write src/"
|
13
|
+
},
|
14
|
+
"dependencies": {
|
15
|
+
"@vueform/vueform": "^1.5.3",
|
16
|
+
"@vueuse/core": "^10.4.0",
|
17
|
+
"axios": "^1.6.2",
|
18
|
+
"formue": "^0.0.13",
|
19
|
+
"lodash": "^4.17.21",
|
20
|
+
"pinia": "^2.1.6",
|
21
|
+
"qs": "^6.11.2",
|
22
|
+
"tabulator-tables": "^6.2.1",
|
23
|
+
"vue": "^3.3.4",
|
24
|
+
"vue3-persian-datetime-picker": "^1.2.2"
|
25
|
+
},
|
26
|
+
"devDependencies": {
|
27
|
+
"@rushstack/eslint-patch": "^1.2.0",
|
28
|
+
"@tsconfig/node18": "^2.0.1",
|
29
|
+
"@types/node": "^18.16.17",
|
30
|
+
"@vitejs/plugin-vue": "^4.2.3",
|
31
|
+
"@vue/eslint-config-prettier": "^7.1.0",
|
32
|
+
"@vue/eslint-config-typescript": "^11.0.3",
|
33
|
+
"@vue/tsconfig": "^0.4.0",
|
34
|
+
"autoprefixer": "^10.4.14",
|
35
|
+
"eslint": "^8.39.0",
|
36
|
+
"eslint-plugin-vue": "^9.11.0",
|
37
|
+
"npm-run-all": "^4.1.5",
|
38
|
+
"postcss": "^8.4.24",
|
39
|
+
"postcss-import": "^15.1.0",
|
40
|
+
"prettier": "^2.8.8",
|
41
|
+
"tailwindcss": "^3.3.2",
|
42
|
+
"typescript": "~5.0.4",
|
43
|
+
"vite": "^4.3.9",
|
44
|
+
"vite-plugin-classname": "^0.0.3",
|
45
|
+
"vue-tsc": "^1.6.5"
|
46
|
+
},
|
47
|
+
"type": "module",
|
48
|
+
"files": [
|
49
|
+
"dist"
|
50
|
+
],
|
51
|
+
"main": "./dist/formue-crud.umd.cjs",
|
52
|
+
"module": "./dist/formue-crud.js",
|
53
|
+
"exports": {
|
54
|
+
".": {
|
55
|
+
"import": "./dist/formue-crud.js",
|
56
|
+
"require": "./dist/formue-crud.umd.cjs"
|
57
|
+
}
|
58
|
+
}
|
59
|
+
}
|