-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.31 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
{
"name": "playground",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"common-components": "yarn workspace @common/components",
"common-styles": "yarn workspace @common/styles"
},
"packageManager": "yarn@3.2.1",
"devDependencies": {
"@babel/core": "^7.15.8",
"@emotion/babel-plugin": "^11.9.2",
"@emotion/eslint-plugin": "^11.7.0",
"@emotion/react": "^11.9.0",
"@storybook/react": "^6.5.6",
"@types/jest": "^27.5.1",
"@types/node": "^17.0.35",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.5",
"@typescript-eslint/eslint-plugin": "latest",
"@typescript-eslint/parser": "latest",
"eslint": "^8.16.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jest": "^26.2.2",
"eslint-plugin-jest-dom": "^4.0.2",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "latest",
"eslint-plugin-react-hooks": "^4.5.0",
"prettier": "^2.6.2",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"typescript": "^4.7.2",
"util": "^0.12.4",
"webpack": "^5.72.1"
},
"resolutions": {
"@storybook/core-common/webpack": "^5",
"@storybook/core-server/webpack": "^5",
"@storybook/react/webpack": "^5"
},
"dependencies": {
"@babel/runtime": "^7.18.3"
}
}