-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1020 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 1020 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"type": "module",
"description": "Simple React store based on useSyncExternalStore",
"author": "tingyuan",
"license": "MIT",
"workspaces": [
"devtools",
"playground",
"store",
"code-position"
],
"homepage": "https://github.com/lovetingyuan/react-atomic-store#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/lovetingyuan/react-atomic-store.git"
},
"bugs": {
"url": "https://github.com/lovetingyuan/react-atomic-store/issues"
},
"scripts": {
"playground": "npm run dev --workspace playground",
"devtools": "npm run dev --workspace devtools",
"build:store": "npm run build --workspace react-atomic-store",
"build:devtools": "npm run build --workspace devtools",
"build:route": "npm run build --workspace vite-plugin-convention-route"
},
"devDependencies": {
"typescript": "~5.9.0",
"@types/node": "^22.17.0",
"vite": "npm:rolldown-vite@latest",
"@vitejs/plugin-react": "^5.1.0",
"tsup": "^8.5.0"
}
}