-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.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
{
"name": "track-1-root",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/Track-1/client.git",
"author": "myeongheonhong <ruddyh7076@gmail.com>",
"license": "MIT",
"private": "true",
"scripts": {
"dev-mobile": "yarn workspace track-1-mobile dev",
"dev-desktop": "yarn workspace track-1-desktop dev",
"lint-mobile": "yarn workspace track-1-mobile lint",
"lint-desktop": "yarn workspace track-1-desktop lint"
},
"workspaces": {
"packages": [
"apps/**"
]
},
"dependencies": {
"axios": "^1.6.8",
"react": "^18.2.0",
"react-cookie": "^7.1.4",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.2",
"react-query": "^3.39.3",
"react-router-dom": "^6.22.3",
"recoil": "^0.7.7",
"recoil-persist": "^5.1.0",
"styled-components": "^5.3.6",
"styled-reset": "^4.5.2",
"track-1-shared": "*",
"webpack-dev-server": "^5.0.4"
},
"devDependencies": {
"@babel/core": "^7.24.3",
"@babel/preset-env": "^7.24.3",
"@babel/preset-react": "^7.24.1",
"@babel/preset-typescript": "^7.24.1",
"@types/react": "^18.2.23",
"@types/react-dom": "^18.2.23",
"@types/styled-components": "^5.1.34",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.4.0",
"babel-loader": "^9.1.3",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^4.2.1",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.6.0",
"prettier": "^3.2.5",
"style-loader": "^3.3.4",
"ts-loader": "^9.5.1",
"typescript": "^5.4.3",
"webpack-cli": "^5.1.4"
}
}