@ray-js/builder-web 1.4.0-alpha.6 → 1.4.0-alpha.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +17 -17
package/package.json CHANGED
@@ -1,29 +1,32 @@
1
1
  {
2
2
  "name": "@ray-js/builder-web",
3
- "version": "1.4.0-alpha.6",
3
+ "version": "1.4.0-alpha.8",
4
4
  "description": "Ray builder for web",
5
5
  "keywords": [
6
6
  "ray"
7
7
  ],
8
+ "repository": {},
8
9
  "license": "MIT",
10
+ "maintainers": [
11
+ {
12
+ "name": "tuyafe",
13
+ "email": "tuyafe@tuya.com"
14
+ }
15
+ ],
9
16
  "main": "lib/index.js",
10
17
  "files": [
11
18
  "lib",
12
19
  "views"
13
20
  ],
14
- "publishConfig": {
15
- "access": "public",
16
- "registry": "https://registry.npmjs.org"
17
- },
18
21
  "scripts": {
19
- "clean": "rm -rf lib",
20
22
  "build": "tsc -p ./tsconfig.build.json",
23
+ "clean": "rm -rf lib",
21
24
  "watch": "tsc -p ./tsconfig.build.json --watch"
22
25
  },
23
26
  "dependencies": {
24
- "@ray-js/babel-preset-standard": "^1.4.0-alpha.6",
25
- "@ray-js/shared": "^1.4.0-alpha.6",
26
- "@ray-js/types": "^1.4.0-alpha.6",
27
+ "@ray-js/babel-preset-standard": "^1.4.0-alpha.8",
28
+ "@ray-js/shared": "^1.4.0-alpha.8",
29
+ "@ray-js/types": "^1.4.0-alpha.8",
27
30
  "address": "^1.2.2",
28
31
  "autoprefixer": "^9.8.8",
29
32
  "case-sensitive-paths-webpack-plugin": "^2.4.0",
@@ -52,12 +55,9 @@
52
55
  "@types/node": "^20.5.0",
53
56
  "typescript": "^4.9.5"
54
57
  },
55
- "maintainers": [
56
- {
57
- "name": "tuyafe",
58
- "email": "tuyafe@tuya.com"
59
- }
60
- ],
61
- "gitHead": "14cb935df10f020e714b44bb41d4899646db751c",
62
- "repository": {}
58
+ "publishConfig": {
59
+ "access": "public",
60
+ "registry": "https://registry.npmjs.org"
61
+ },
62
+ "gitHead": "14cb935df10f020e714b44bb41d4899646db751c"
63
63
  }