super-page-runtime 0.0.1-tmp3 → 0.0.1-tmp7
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/package.json +5 -1
- package/.prettierrc.json +0 -8
- package/package-ws.json +0 -70
package/package.json
CHANGED
|
@@ -1,10 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "super-page-runtime",
|
|
3
|
-
"version": "0.0.1-
|
|
3
|
+
"version": "0.0.1-tmp7",
|
|
4
4
|
"description": "AgileBuilder super page runtime",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"typings": "lib/index.d.ts",
|
|
8
|
+
"files": [
|
|
9
|
+
"lib",
|
|
10
|
+
"src"
|
|
11
|
+
],
|
|
8
12
|
"scripts": {
|
|
9
13
|
"dev": "vite",
|
|
10
14
|
"build": "run-p type-check \"build-only {@}\" --",
|
package/.prettierrc.json
DELETED
package/package-ws.json
DELETED
|
@@ -1,70 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "super-page-runtime",
|
|
3
|
-
"version": "1.0.10",
|
|
4
|
-
"description": "AgileBuilder super page runtime",
|
|
5
|
-
"license": "ISC",
|
|
6
|
-
"main": "src/index.ts",
|
|
7
|
-
"files": [
|
|
8
|
-
"dist/*"
|
|
9
|
-
],
|
|
10
|
-
"typings": "dist/lib/index.d.ts",
|
|
11
|
-
"scripts": {
|
|
12
|
-
"dev": "vite",
|
|
13
|
-
"build": "run-p type-check \"build-only {@}\" --",
|
|
14
|
-
"preview": "vite preview",
|
|
15
|
-
"test:unit": "vitest",
|
|
16
|
-
"test:e2e": "start-server-and-test preview http://localhost:4173 'cypress run --e2e'",
|
|
17
|
-
"test:e2e:dev": "start-server-and-test 'vite dev --port 4173' http://localhost:4173 'cypress open --e2e'",
|
|
18
|
-
"build-only": "vite build",
|
|
19
|
-
"type-check": "vue-tsc --build --force",
|
|
20
|
-
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
|
|
21
|
-
"format": "prettier --write src/"
|
|
22
|
-
},
|
|
23
|
-
"dependencies": {
|
|
24
|
-
"@vueup/vue-quill": "^1.2.0",
|
|
25
|
-
"@vueuse/core": "^10.9.0",
|
|
26
|
-
"agilebuilder-ui": "1.0.13",
|
|
27
|
-
"async-validator": "^4.2.5",
|
|
28
|
-
"dayjs": "^1.11.11",
|
|
29
|
-
"echarts": "^5.5.0",
|
|
30
|
-
"jsbarcode": "^3.11.6",
|
|
31
|
-
"nprogress": "^0.2.0",
|
|
32
|
-
"qrcode": "^1.5.3",
|
|
33
|
-
"quill": "^2.0.1",
|
|
34
|
-
"uuid": "^9.0.1",
|
|
35
|
-
"vue-awesome": "^4.5.0",
|
|
36
|
-
"vue-codemirror": "^6.1.1",
|
|
37
|
-
"mitt": "^3.0.1",
|
|
38
|
-
"vue-draggable-plus": "^0.3.5",
|
|
39
|
-
"vue-echarts": "^6.6.9"
|
|
40
|
-
},
|
|
41
|
-
"devDependencies": {
|
|
42
|
-
"@element-plus/icons": "^0.0.11",
|
|
43
|
-
"@element-plus/icons-vue": "^2.3.1",
|
|
44
|
-
"@rushstack/eslint-patch": "^1.3.3",
|
|
45
|
-
"@types/jsdom": "^21.1.6",
|
|
46
|
-
"@types/node": "^20.11.28",
|
|
47
|
-
"@vitejs/plugin-vue-jsx": "^3.1.0",
|
|
48
|
-
"@vue/eslint-config-prettier": "^8.0.0",
|
|
49
|
-
"@vue/test-utils": "^2.4.4",
|
|
50
|
-
"axios": "^1.6.8",
|
|
51
|
-
"cypress": "^13.6.6",
|
|
52
|
-
"element-plus": "^2.6.1",
|
|
53
|
-
"eslint": "^8.49.0",
|
|
54
|
-
"eslint-plugin-cypress": "^2.15.1",
|
|
55
|
-
"eslint-plugin-vue": "^9.17.0",
|
|
56
|
-
"js-cookie": "^3.0.5",
|
|
57
|
-
"jsdom": "^24.0.0",
|
|
58
|
-
"saas": "^1.0.0",
|
|
59
|
-
"sass": "^1.72.0",
|
|
60
|
-
"start-server-and-test": "^2.0.3",
|
|
61
|
-
"typescript": "^5.4.5",
|
|
62
|
-
"vite": "^5.1.6",
|
|
63
|
-
"vite-plugin-dts": "^3.9.1",
|
|
64
|
-
"vitest": "^1.3.1",
|
|
65
|
-
"vue": "^3.4.21",
|
|
66
|
-
"vue-i18n": "^9.10.2",
|
|
67
|
-
"vue-router": "^4.3.0",
|
|
68
|
-
"vuex": "^4.1.0"
|
|
69
|
-
}
|
|
70
|
-
}
|