|
1 | 1 | { |
2 | | - "name": "@stackflow/plugin-map-initial-activity", |
3 | | - "version": "1.0.10", |
4 | | - "repository": { |
5 | | - "type": "git", |
6 | | - "url": "https://github.com/daangn/stackflow.git", |
7 | | - "directory": "extensions/plugin-map-initial-activity" |
8 | | - }, |
9 | | - "license": "MIT", |
10 | | - "exports": { |
11 | | - ".": { |
12 | | - "types": "./dist/index.d.ts", |
13 | | - "require": "./dist/index.js", |
14 | | - "import": "./dist/index.mjs" |
15 | | - } |
16 | | - }, |
17 | | - "main": "./dist/index.js", |
18 | | - "module": "./dist/index.mjs", |
19 | | - "types": "./dist/index.d.ts", |
20 | | - "files": [ |
21 | | - "dist", |
22 | | - "src", |
23 | | - "README.md" |
24 | | - ], |
25 | | - "scripts": { |
26 | | - "build": "yarn build:js && yarn build:dts", |
27 | | - "build:dts": "tsc --emitDeclarationOnly", |
28 | | - "build:js": "node ./esbuild.config.js", |
29 | | - "clean": "rimraf dist", |
30 | | - "dev": "yarn build:js --watch && yarn build:dts --watch", |
31 | | - "typecheck": "tsc --noEmit" |
32 | | - }, |
33 | | - "devDependencies": { |
34 | | - "@stackflow/core": "^1.1.0", |
35 | | - "@stackflow/esbuild-config": "^1.0.3", |
36 | | - "@stackflow/react": "^1.3.0", |
37 | | - "esbuild": "^0.23.0", |
38 | | - "rimraf": "^3.0.2", |
39 | | - "typescript": "^5.5.3" |
40 | | - }, |
41 | | - "peerDependencies": { |
42 | | - "@stackflow/core": "^1.1.0-canary.0", |
43 | | - "@stackflow/react": "^1.3.0-canary.0" |
44 | | - }, |
45 | | - "publishConfig": { |
46 | | - "access": "public" |
47 | | - }, |
48 | | - "ultra": { |
49 | | - "concurrent": [ |
50 | | - "dev", |
51 | | - "build" |
52 | | - ] |
53 | | - } |
| 2 | + "name": "@stackflow/plugin-map-initial-activity", |
| 3 | + "version": "1.0.10", |
| 4 | + "repository": { |
| 5 | + "type": "git", |
| 6 | + "url": "https://github.com/daangn/stackflow.git", |
| 7 | + "directory": "extensions/plugin-map-initial-activity" |
| 8 | + }, |
| 9 | + "license": "MIT", |
| 10 | + "exports": { |
| 11 | + ".": { |
| 12 | + "types": "./dist/index.d.ts", |
| 13 | + "require": "./dist/index.js", |
| 14 | + "import": "./dist/index.mjs" |
| 15 | + } |
| 16 | + }, |
| 17 | + "main": "./dist/index.js", |
| 18 | + "module": "./dist/index.mjs", |
| 19 | + "types": "./dist/index.d.ts", |
| 20 | + "files": ["dist", "src", "README.md"], |
| 21 | + "scripts": { |
| 22 | + "build": "yarn build:js && yarn build:dts", |
| 23 | + "build:dts": "tsc --emitDeclarationOnly", |
| 24 | + "build:js": "node ./esbuild.config.js", |
| 25 | + "clean": "rimraf dist", |
| 26 | + "dev": "yarn build:js --watch && yarn build:dts --watch", |
| 27 | + "typecheck": "tsc --noEmit" |
| 28 | + }, |
| 29 | + "devDependencies": { |
| 30 | + "@stackflow/core": "^1.1.0", |
| 31 | + "@stackflow/esbuild-config": "^1.0.3", |
| 32 | + "esbuild": "^0.23.0", |
| 33 | + "rimraf": "^3.0.2", |
| 34 | + "typescript": "^5.5.3" |
| 35 | + }, |
| 36 | + "peerDependencies": { |
| 37 | + "@stackflow/core": "^1.1.0-canary.0" |
| 38 | + }, |
| 39 | + "publishConfig": { |
| 40 | + "access": "public" |
| 41 | + }, |
| 42 | + "ultra": { |
| 43 | + "concurrent": ["dev", "build"] |
| 44 | + } |
54 | 45 | } |
0 commit comments