-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
92 lines (91 loc) · 2.63 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
82
83
84
85
86
87
88
89
90
91
{
"name": "madrus",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"nx": "nx",
"docs": "npx docsify-cli serve docs -p 3030",
"start": "nx serve",
"build": "nx build",
"build:ui": "nx build ui",
"test": "nx test",
"lint": "nx workspace-lint && nx lint"
},
"private": true,
"dependencies": {
"classnames": "^2.3.1",
"core-js": "^3.23.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-normalize": "^0.4.4",
"react-router-dom": "^6.3.0",
"regenerator-runtime": "^0.13.9"
},
"devDependencies": {
"@babel/core": "^7.18.9",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/preset-env": "^7.18.9",
"@babel/preset-react": "^7.18.6",
"@nrwl/cli": "^14.4.3",
"@nrwl/eslint-plugin-nx": "^14.4.3",
"@nrwl/linter": "^14.4.3",
"@nrwl/react": "^14.4.3",
"@nrwl/web": "^14.4.3",
"@nrwl/workspace": "^14.4.3",
"@nxext/react": "^14.0.1",
"@nxext/vitest": "^14.0.0",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/typography": "^0.5.4",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.3.0",
"@types/node": "^18.0.6",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"@vitejs/plugin-react": "^2.0.0",
"@vitest/ui": "^0.18.1",
"autoprefixer": "^10.4.7",
"babel-loader": "^8.2.5",
"babel-polyfill": "^6.26.0",
"c8": "^7.12.0",
"concurrently": "^7.3.0",
"cssnano": "^5.1.12",
"eslint": "^8.20.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"jsdom": "^20.0.0",
"nx": "14.4.3",
"postcss-cli": "^10.0.0",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-focus-visible": "^7.0.0",
"postcss-import": "^14.1.0",
"postcss-preset-env": "^7.7.2",
"prettier": "^2.7.1",
"pretty-quick": "^3.1.3",
"react-docgen-typescript": "^2.2.2",
"react-styleguidist": "^11.2.0",
"react-test-renderer": "^18.2.0",
"tailwindcss": "^3.1.6",
"ts-node": "^10.9.1",
"tslib": "^2.4.0",
"typescript": "^4.7.4",
"vite": "^3.0.2",
"vite-plugin-eslint": "^1.7.0",
"vite-tsconfig-paths": "^3.5.0",
"vitest": "^0.18.1"
},
"browserslist": [
">1%",
"last 1 version",
"Firefox ESR",
"not dead"
]
}