Genesis
This commit is contained in:
23
package.json
Normal file
23
package.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "automat",
|
||||
"version": "0.1.0",
|
||||
"type": "module",
|
||||
"description": "Observable state management for React PureComponents — state independent of component lifecycle",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "vite build",
|
||||
"build:lib": "vite build --config vite.config.lib.js",
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"exports": {
|
||||
".": "./src/lib/index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"react": "^19.3.0",
|
||||
"react-dom": "^19.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vitejs/plugin-react": "^6.1.1",
|
||||
"vite": "^8.3.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user