-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.75 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.75 KB
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
{
"name": "ethr",
"private": true,
"workspaces": [
"app",
"docs",
"packages/*"
],
"scripts": {
"dev": "sb dev -p 8080",
"lint": "eslint ."
},
"resolutions": {
"@types/react": "~18.3.18"
},
"devDependencies": {
"@babel/core": "^7.26.9",
"@eslint/eslintrc": "^3.2.0",
"@kesills/eslint-config-airbnb-typescript": "^20.0.0",
"@storybook/addon-a11y": "^8.5.8",
"@storybook/addon-essentials": "^8.5.8",
"@storybook/nextjs": "^8.5.8",
"@storybook/react": "^8.5.8",
"@stylexjs/babel-plugin": "^0.10.1",
"@stylexjs/nextjs-plugin": "^0.10.1",
"@stylexjs/stylex": "^0.10.1",
"@stylexjs/webpack-plugin": "^0.10.1",
"@stylistic/eslint-plugin": "^2.13.0",
"@types/react": "~18.3.18",
"@types/react-dom": "~18.3.5",
"@typescript-eslint/eslint-plugin": "^8.24.0",
"@typescript-eslint/parser": "^8.24.0",
"babel-loader": "^9.2.1",
"eslint": "^8.57.1",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsdoc": "^50.6.3",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-unicorn": "^56.0.1",
"next": "^15.1.7",
"prettier": "^3.5.1",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-packagejson": "^2.5.8",
"prettier-plugin-stylex-key-sort": "^1.0.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.76.7",
"react-strict-dom": "^0.0.34",
"storybook": "^8.5.8",
"stylex-webpack": "^0.3.2",
"tsx": "^4.19.2",
"typescript": "^5.7.3",
"webpack": "^5.98.0"
},
"packageManager": "yarn@4.6.0"
}