@widget-js/core 24.1.1-beta.85 → 24.1.1-beta.87

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 CHANGED
@@ -1,74 +1,75 @@
1
- {
2
- "name": "@widget-js/core",
3
- "type": "module",
4
- "version": "24.1.1-beta.85",
5
- "description": "",
6
- "publishConfig": {
7
- "access": "public"
8
- },
9
- "author": "Neo Fu <rtugeek@gmail.com>",
10
- "license": "MIT",
11
- "homepage": "https://github.com/widom-widget/core",
12
- "repository": {
13
- "type": "git",
14
- "url": "https://github.com/widom-widget/core.git"
15
- },
16
- "bugs": {
17
- "url": "https://github.com/widom-widget/core/issues"
18
- },
19
- "exports": {
20
- "import": "./dist/index.js",
21
- "require": "./dist/index.cjs"
22
- },
23
- "main": "dist/index.cjs",
24
- "module": "dist/index.js",
25
- "types": "dist/index.d.ts",
26
- "files": [
27
- "dist"
28
- ],
29
- "dependencies": {
30
- "@supabase/supabase-js": "^2.84.0",
31
- "@types/css-tree": "^2.3.8",
32
- "css-tree": "^2.3.1",
33
- "localforage": "^1.10.0",
34
- "lodash": "^4.17.21",
35
- "path-normalize": "^6.0.12"
36
- },
37
- "devDependencies": {
38
- "@antfu/eslint-config": "^2.16.1",
39
- "@babel/cli": "^7.19.3",
40
- "@babel/core": "^7.20.2",
41
- "@babel/node": "^7.20.2",
42
- "@babel/preset-env": "^7.20.2",
43
- "@babel/preset-typescript": "^7.22.5",
44
- "@types/jest": "^29.2.3",
45
- "@types/lodash": "^4.14.202",
46
- "@types/node": "^20.2.5",
47
- "@types/urijs": "^1.19.19",
48
- "babel-core": "^6.26.3",
49
- "consola": "^3.2.3",
50
- "csstype": "^3.1.3",
51
- "eslint": "8.48.0",
52
- "esno": "^4.0.0",
53
- "file-type": "^18.4.0",
54
- "husky": "^8.0.2",
55
- "jest": "^29.3.1",
56
- "pinst": "^3.0.0",
57
- "rimraf": "^4.4.1",
58
- "sharp": "^0.32.6",
59
- "ts-jest": "^29.0.3",
60
- "ts-loader": "^9.5.1",
61
- "ts-node": "^10.9.2",
62
- "tsdoc-markdown": "^0.6.0",
63
- "tsup": "^8.1.0",
64
- "typescript": "^5.5.2",
65
- "vitest": "^1.1.0"
66
- },
67
- "scripts": {
68
- "test": "jest --no-cache --runInBand",
69
- "test:cov": "jest --coverage --no-cache --runInBand",
70
- "copy": "node ./script/copy.js",
71
- "build": "tsup-node src/index.ts && npm run copy",
72
- "pnpm:publish": "npm run build && pnpm publish --no-git-checks"
73
- }
74
- }
1
+ {
2
+ "name": "@widget-js/core",
3
+ "type": "module",
4
+ "version": "24.1.1-beta.87",
5
+ "description": "",
6
+ "publishConfig": {
7
+ "access": "public"
8
+ },
9
+ "author": "Neo Fu <rtugeek@gmail.com>",
10
+ "license": "MIT",
11
+ "homepage": "https://github.com/widom-widget/core",
12
+ "repository": {
13
+ "type": "git",
14
+ "url": "https://github.com/widom-widget/core.git"
15
+ },
16
+ "bugs": {
17
+ "url": "https://github.com/widom-widget/core/issues"
18
+ },
19
+ "exports": {
20
+ "import": "./dist/index.js",
21
+ "require": "./dist/index.cjs"
22
+ },
23
+ "main": "dist/index.cjs",
24
+ "module": "dist/index.js",
25
+ "types": "dist/index.d.ts",
26
+ "files": [
27
+ "dist"
28
+ ],
29
+ "scripts": {
30
+ "test": "jest --no-cache --runInBand",
31
+ "test:cov": "jest --coverage --no-cache --runInBand",
32
+ "copy": "node ./script/copy.js",
33
+ "build": "tsup-node src/index.ts && npm run copy",
34
+ "pnpm:publish": "npm run build && pnpm publish --no-git-checks"
35
+ },
36
+ "dependencies": {
37
+ "@supabase/supabase-js": "^2.84.0",
38
+ "@types/css-tree": "^2.3.8",
39
+ "css-tree": "^2.3.1",
40
+ "localforage": "^1.10.0",
41
+ "lodash": "^4.17.21",
42
+ "path-normalize": "^6.0.12"
43
+ },
44
+ "devDependencies": {
45
+ "@antfu/eslint-config": "^2.16.1",
46
+ "@babel/cli": "^7.19.3",
47
+ "@babel/core": "^7.20.2",
48
+ "@babel/node": "^7.20.2",
49
+ "@babel/preset-env": "^7.20.2",
50
+ "@babel/preset-typescript": "^7.22.5",
51
+ "@types/jest": "^29.2.3",
52
+ "@types/lodash": "^4.14.202",
53
+ "@types/node": "^20.2.5",
54
+ "@types/urijs": "^1.19.19",
55
+ "babel-core": "^6.26.3",
56
+ "consola": "^3.2.3",
57
+ "csstype": "^3.1.3",
58
+ "eslint": "8.48.0",
59
+ "esno": "^4.0.0",
60
+ "file-type": "^18.4.0",
61
+ "husky": "^8.0.2",
62
+ "jest": "^29.3.1",
63
+ "pinst": "^3.0.0",
64
+ "rimraf": "^4.4.1",
65
+ "sharp": "^0.32.6",
66
+ "systeminformation": "^5.31.1",
67
+ "ts-jest": "^29.0.3",
68
+ "ts-loader": "^9.5.1",
69
+ "ts-node": "^10.9.2",
70
+ "tsdoc-markdown": "^0.6.0",
71
+ "tsup": "^8.1.0",
72
+ "typescript": "^5.5.2",
73
+ "vitest": "^1.1.0"
74
+ }
75
+ }