-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.62 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
47
48
49
50
51
52
53
54
55
56
{
"name": "lapilli-ui",
"version": "1.0.0-beta.6",
"private": true,
"workspaces": [
"apps/*",
"packages/*"
],
"scripts": {
"build": "pnpm run build:types && pnpm run build:packages",
"build:types": "turbo run build:types",
"build:packages": "node ./bin/packages/build.js",
"watch": "concurrently \"pnpm run watch:types\" \"pnpm run watch:packages\"",
"watch:types": "turbo run watch:types",
"watch:packages": "node ./bin/packages/watch.js",
"clean": "turbo run clean",
"release:publish": "lerna publish from-package --dist-tag latest --no-private",
"release:dry-run": "lerna publish from-package --dist-tag latest --no-private --registry=\"http://localhost:4873/\""
},
"devDependencies": {
"@babel/core": "^7.21.8",
"@babel/plugin-transform-react-jsx": "^7.22.5",
"@babel/plugin-transform-runtime": "^7.22.10",
"@babel/preset-env": "^7.22.15",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.5",
"@babel/runtime": "^7.16.0",
"@emotion/babel-plugin": "^11.11.0",
"@types/lodash": "^4.14.194",
"@types/node": "^18.16.5",
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
"babel-plugin-optimize-clsx": "^2.6.2",
"chalk": "4.1.2",
"concurrently": "^7.6.0",
"fast-glob": "^3.2.12",
"lerna": "^7.2.0",
"lodash": "^4.17.21",
"make-dir": "^3.1.0",
"node-watch": "^0.7.3",
"prettier": "latest",
"progress": "^2.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "^4.4.1",
"turbo": "latest",
"worker-farm": "^1.7.0"
},
"engines": {
"node": ">=16.0.0"
},
"resolutions": {
"@types/react": "^18.2.28"
},
"packageManager": "[email protected]"
}