-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.1 KB
/
package.json
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
36
37
38
39
40
41
42
43
44
45
46
{
"name": "@ideoui/monorepo",
"version": "0.1.0-alpha",
"private": true,
"author": "Ideoui",
"license": "MIT",
"workspaces": [
"packages/*",
"docs"
],
"directories": {
"docs": "docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ideoui/ideoui.git"
},
"bugs": {
"url": "https://github.com/ideoui/ideoui/issues"
},
"scripts": {
"build": "pnpm --stream -r build",
"docs:dev": "pnpm --filter @ideoui/docs dev",
"docs:start": "lerna run start --scope=docs"
},
"devDependencies": {
"@babel/cli": "^7.18.10",
"@babel/core": "^7.19.1",
"@babel/preset-env": "^7.19.1",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"autoprefixer": "^10.4.12",
"concurrently": "^7.4.0",
"cross-env": "^7.0.3",
"jest": "^29.0.3",
"postcss": "^8.4.16",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.1.8",
"typescript": "^4.8.3"
}
}