-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
74 lines (74 loc) · 2.12 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
{
"name": "pyconkr-web",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@fortawesome/free-regular-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mdi/js": "^7.4.47",
"@mdi/react": "^1.6.1",
"@picocss/pico": "^2.0.6",
"@reduxjs/toolkit": "^2.2.3",
"@suspensive/react": "^2.16.1",
"@tanstack/react-query": "^5.55.0",
"@tanstack/react-query-devtools": "^5.55.0",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"axios": "^1.6.8",
"dotenv": "^16.4.5",
"env-cmd": "^10.1.0",
"hamburger-react": "^2.5.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.13",
"react-helmet": "^6.1.0",
"react-markdown": "^9.0.1",
"react-redux": "^9.1.0",
"react-router": "^6.22.3",
"react-router-dom": "^6.22.3",
"react-scripts": "5.0.1",
"remeda": "^2.12.0",
"sass": "^1.74.1",
"styled-components": "^6.1.8",
"swiper": "^11.1.5",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "env-cmd -f ./.env.development react-scripts start",
"start:prod": "env-cmd -f ./.env.production react-scripts start",
"build": "env-cmd -f ./.env.development react-scripts build --profile",
"build:prod": "env-cmd -f ./.env.production react-scripts build"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/kakaomaps": "^1.1.5",
"@types/navermaps": "^3.7.8",
"@types/react-helmet": "^6.1.11",
"@types/react-redux": "^7.1.33",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.2.5",
"typescript": "^5.4.3"
}
}