-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
83 lines (83 loc) · 2.62 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
{
"name": "entry-lts",
"version": "1.0.0",
"description": "---",
"main": "index.js",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "tsc && vite build",
"analyze": "webpack-bundle-analyzer ./dist/bundle-report.json --default-sizes gzip"
},
"type": "module",
"repository": "git+https://github.com/EntryDSM/Entry-LTS.git",
"author": "jikwan <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/EntryDSM/Entry-LTS/issues"
},
"homepage": "https://github.com/EntryDSM/Entry-LTS#readme",
"dependencies": {
"@channel.io/channel-web-sdk-loader": "^1.1.7",
"@emotion/core": "^11.0.0",
"@emotion/css": "^11.10.5",
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.10.5",
"@tanstack/react-query": "^4.28.0",
"@tanstack/react-query-devtools": "^4.28.0",
"@team-entry/design_system": "^1.1.16",
"axios": "^1.2.2",
"dotenv": "^16.0.3",
"file-saver": "^2.0.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-outside-click-handler": "^1.3.0",
"react-pdf": "^7.1.2",
"react-responsive": "^9.0.2",
"react-router-dom": "^6.6.1",
"universal-cookie": "^4.0.4",
"zustand": "^4.2.0"
},
"devDependencies": {
"@babel/core": "^7.20.7",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
"@svgr/webpack": "^6.5.1",
"@types/file-saver": "^2.0.5",
"@types/node": "^18.19.42",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/react-outside-click-handler": "^1.3.1",
"@types/react-responsive": "^8.0.5",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
"babel-loader": "^9.1.0",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.7.3",
"eslint": "^8.31.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.7.2",
"prettier": "^2.8.1",
"process": "^0.11.10",
"react-refresh": "^0.14.0",
"react-refresh-typescript": "^2.0.7",
"style-loader": "^3.3.1",
"ts-loader": "^9.4.2",
"typescript": "^4.9.4",
"vite": "^4.5.0",
"vite-plugin-env-compatible": "^2.0.1",
"webpack": "^5.89.0",
"webpack-bundle-analyzer": "^4.7.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1",
"webpack-merge": "^5.8.0"
},
"packageManager": "[email protected]"
}