-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 2.07 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
{
"name": "@andreani/monorepo",
"private": true,
"workspaces": [
"packages/app/*",
"packages/shared/*"
],
"devDependencies": {
"@babel/core": "^7.14.3",
"@babel/preset-env": "^7.14.4",
"@babel/preset-react": "^7.13.13",
"@babel/preset-typescript": "^7.13.0",
"@next/bundle-analyzer": "^10.2.3",
"@storybook/addon-actions": "^6.2.9",
"@storybook/addon-docs": "^6.2.9",
"@storybook/addon-essentials": "^6.2.9",
"@storybook/addon-links": "^6.2.9",
"@storybook/addon-storyshots": "^6.2.9",
"@storybook/preset-scss": "^1.0.3",
"@storybook/react": "^6.2.9",
"@testing-library/jest-dom": "^5.13.0",
"@testing-library/react": "^11.2.7",
"@types/jest": "^26.0.23",
"@types/node": "^15.12.1",
"@types/react": "^17.0.9",
"@typescript-eslint/eslint-plugin": "^4.26.0",
"@typescript-eslint/parser": "^4.26.0",
"arg": "^5.0.0",
"babel-jest": "^27.0.2",
"babel-loader": "^8.2.2",
"babel-plugin-module-resolver": "^4.1.0",
"dev-kong": "^0.11.0",
"eslint": "^7.27.0",
"eslint-config-standard-with-typescript": "^20.0.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jest": "^24.3.6",
"eslint-plugin-jest-dom": "^3.9.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-standard": "^5.0.0",
"fs-extra": "^10.0.0",
"globby": "^11.0.3",
"identity-obj-proxy": "^3.0.0",
"internal-ip": "^6.2.0",
"jest": "^27.0.4",
"jest-runtime": "^27.0.4",
"next-transpile-modules": "^7.2.0",
"plop": "^2.7.4",
"pm2": "^4.5.6",
"prettier": "^2.3.0",
"react-is": "^17.0.2",
"react-test-renderer": "^17.0.2",
"replace-in-files": "^3.0.0",
"rimraf": "^3.0.2",
"sass": "^1.34.1",
"sass-loader": "10.1.1",
"ts-jest": "^27.0.2",
"ts-node": "^10.0.0",
"typescript": "^4.3.2"
},
"dependencies": {
"next": "^10.2.3",
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
}