forked from callstack/repack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.82 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
{
"name": "repack",
"private": true,
"scripts": {
"build": "turbo run build",
"lint": "turbo run lint --filter=!metro-compat-test",
"typecheck": "turbo run typecheck --filter=!metro-compat-test",
"test": "turbo run test",
"release": "pnpm build && pnpm lint && pnpm test && pnpm changeset publish",
"new-website:start": "pnpm --filter new-website run start",
"new-website:build": "pnpm --filter new-website run export",
"website:start": "turbo run docs && pnpm --filter website run start",
"website:build": "turbo run docs && pnpm --filter website run export",
"TesterApp:start": "turbo run build && pnpm --filter testerapp run start",
"TesterApp:bundle": "turbo run build && pnpm --filter testerapp run bundle"
},
"dependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"turbo": "^1.13.2"
},
"devDependencies": {
"@babel/cli": "^7.23.9",
"@babel/core": "^7.23.9",
"@babel/plugin-syntax-flow": "^7.23.3",
"@babel/plugin-transform-react-jsx": "^7.23.4",
"@babel/preset-env": "^7.23.9",
"@babel/preset-typescript": "^7.23.3",
"@babel/runtime": "^7.23.9",
"@callstack/eslint-config": "^14.1.0",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"eslint": "^8.53.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.6.3",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-native": "^4.1.0",
"eslint-plugin-react-native-a11y": "^3.3.0",
"prettier": "^3.2.4",
"typescript": "^5.2.2"
},
"packageManager": "[email protected]"
}