forked from amannn/next-intl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 804 Bytes
/
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
{
"name": "root",
"private": true,
"scripts": {
"build": "turbo run build",
"test": "turbo run test --concurrency 1",
"lint": "turbo run lint",
"prepare": "turbo run build --filter './packages/**'",
"size": "turbo run size",
"publish": "lerna publish --yes --no-private"
},
"devDependencies": {
"lerna": "^6.6.2",
"tsup": "^7.2.0",
"turbo": "^1.9.3",
"@babel/core": "^7.12.9",
"@babel/preset-env": "^7.22.14",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.11",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-node-resolve": "^15.2.1",
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-terser": "^0.4.3",
"rollup": "^3.28.1",
"execa": "^5.1.1"
}
}