-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.63 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.63 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
{
"name": "@clean-front",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"postinstall": "remix setup node"
},
"private": true,
"dependencies": {
"@builder.io/partytown": "^0.7.3",
"@remix-run/node": "^1.6.8",
"@remix-run/react": "^1.6.8",
"@remix-run/serve": "^1.6.8",
"axios": "^1.1.3",
"class-transformer": "^0.5.1",
"i18next": "^22.0.2",
"i18next-browser-languagedetector": "^6.1.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"reflect-metadata": "^0.1.13",
"vue-router": "^4.1.6",
"zod": "^3.19.1"
},
"devDependencies": {
"@nrwl/cli": "14.5.10",
"@nrwl/eslint-plugin-nx": "^14.5.10",
"@nrwl/jest": "15.0.4",
"@nrwl/js": "^15.0.3",
"@nrwl/linter": "15.0.4",
"@nrwl/nx-cloud": "latest",
"@nrwl/react": "15.0.4",
"@nrwl/remix": "^14.7.0",
"@nrwl/web": "15.0.4",
"@nrwl/workspace": "^15.0.3",
"@remix-run/dev": "^1.6.8",
"@remix-run/eslint-config": "^1.6.8",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@typescript-eslint/eslint-plugin": "^5.40.1",
"@typescript-eslint/parser": "^5.40.1",
"eslint": "^8.2.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"naive-ui": "^2.33.5",
"nx": "15.0.3",
"prettier": "^2.7.1",
"typescript": "^4.6.4",
"vite": "^3.1.0"
},
"workspaces": [
"packages/*"
]
}