forked from base-org/web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 2.4 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "@base-org/base-web",
"version": "1.0.0",
"description": "Base web monorepo",
"repository": "[email protected]::base-org/base-web.git",
"license": "Apache-2.0",
"scripts": {
"build": "yarn workspaces foreach run build",
"lint": "yarn workspaces foreach run lint"
},
"workspaces": [
"apps/*",
"examples/*",
"libs/*",
"packages/*"
],
"devDependencies": {
"@babel/preset-react": "^7.14.5",
"@graphql-eslint/eslint-plugin": "^3.10.4",
"@swc/core": "^1.2.173",
"@swc/jest": "0.2.20",
"@testing-library/react": "14.0.0",
"@types/jest": "^29.4.0",
"@types/node": "18.14.2",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@typescript-eslint/eslint-plugin": "^5.54.1",
"@typescript-eslint/parser": "^5.54.1",
"@typescript-eslint/type-utils": "^5.54.1",
"@typescript-eslint/types": "^5.54.1",
"@typescript-eslint/utils": "^5.54.1",
"babel-jest": "^29.4.1",
"babel-plugin-relay": "^14.1.0",
"babel-plugin-tsconfig-paths": "^1.0.3",
"eslint": "^8.27.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-next": "13.1.1",
"eslint-config-prettier": "^8.5.0",
"eslint-formatter-codeframe": "^7.32.1",
"eslint-import-resolver-typescript": "^3.5.2",
"eslint-plugin-compat": "^4.0.2",
"eslint-plugin-cypress": "^2.10.3",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jest": "^27.1.4",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-react-perf": "^3.3.1",
"eslint-plugin-relay": "^1.8.3",
"eslint-plugin-simple-import-sort": "^8.0.0",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"prettier": "^2.7.1",
"react": "^18.2.0",
"react-test-renderer": "18.2.0",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.1",
"typescript": "~4.9.4"
},
"resolutions": {
"next-transpile-modules": "^10.0.0"
},
"resolutionComments": {
"next-transpile-modules": "Next compatibility"
},
"engines": {
"node": "18.14"
},
"packageManager": "[email protected]",
"dependencies": {
"@linaria/babel-preset": "^4.4.3",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-select": "^1.2.1",
"classnames": "^2.3.2",
"clsx": "^1.2.1",
"moment": "^2.29.4",
"next": "12.2.3",
"tslib": "^2.3.0"
}
}