-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 800 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 800 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
35
{
"name": "variations",
"version": "1.2.2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"module": "dist/index.es.js",
"scripts": {
"build": "vite build",
"dev": "vite",
"dev:pack": "npm run build && npm pack"
},
"keywords": [
"react",
"variations",
"ui",
"components",
"design",
"prototype"
],
"author": "Dan Perrera",
"license": "MIT",
"description": "A React component library that enables rapid prototyping and exploration of UI variations.",
"dependencies": {
"react": "^19.0.0",
"react-dom": "^19.0.0",
"styled-jsx": "^5.1.6"
},
"devDependencies": {
"@types/react": "^19.0.8",
"@vitejs/plugin-react": "^4.3.4",
"typescript": "^5.7.3",
"vite": "^6.0.11",
"vite-plugin-dts": "^4.5.0"
}
}