-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.3 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
{
"name": "ryantanrk.github.io",
"version": "0.1.0",
"homepage": "https://ryantanrk.github.io",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^15.0.7",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.12",
"@types/node": "^20.9.2",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.2.7",
"dayjs": "^1.11.11",
"react": "^18.3.1",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-markdown": "^9.0.1",
"react-router-dom": "^6.23.0",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.0",
"sass": "^1.77.2",
"typescript": "^5.4.5",
"web-vitals": "^3.4.0"
},
"devDependencies": {
"@vitejs/plugin-react": "4.2.1",
"prettier": "3.2.5",
"vite": "^5.2.10",
"vite-plugin-svgr": "4.2.0"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"build:css": "sass src/index.scss src/index.css"
},
"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"
]
}
}