-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.32 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
{
"name": "sorting-visualized",
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/dom": "^10.1.0",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^15.0.6",
"@testing-library/user-event": "^14.5.2",
"@ungap/structured-clone": "^1.2.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^9.2.0",
"gsap": "^3.12.5",
"nth-check": "^2.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.22.0",
"react-syntax-highlighter": "^15.5.0",
"router-dom": "^2.2.11",
"sass": "^1.70.0",
"semantic-ui-react": "^2.1.5",
"typewriter-effect": "^2.21.0",
"vite": "^5.2.11",
"web-vitals": "^3.5.2"
},
"scripts": {
"start": "vite",
"build": "vite build",
"serve": "vite preview",
"format": "npm run prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}' --config ./.prettierrc"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@eslint/js": "^9.1.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.0.0",
"globals": "^15.1.0",
"node-gyp": "^10.1.0",
"prettier": "^3.2.5"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "^4.17.2"
}
}