-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 800 Bytes
/
package.json
File metadata and controls
32 lines (32 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
{
"name": "@untitled-ui/monorepo",
"version": "0.1.2",
"author": "Devias IO",
"description": "",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/devias-io/untitled-ui.git"
},
"scripts": {
"build:icons": "npm run build:icons:react",
"build:icons:react": "node scripts/build-icons/index.mjs build --pkg react"
},
"workspaces": [
"packages/*"
],
"devDependencies": {
"@svgr/core": "^8.1.0",
"@svgr/plugin-jsx": "^8.1.0",
"@svgr/plugin-prettier": "^8.1.0",
"@svgr/plugin-svgo": "^8.1.0",
"@types/node": "^20.14.9",
"@types/react": "^18.3.3",
"@types/yargs": "^17.0.32",
"camelcase": "^8.0.0",
"react": "^18.3.1",
"svgo": "^3.3.2",
"typescript": "^5.5.2",
"yargs": "^17.7.2"
}
}