-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
52 lines (52 loc) · 1.44 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
{
"name": "inspace",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview",
"start": "react-scripts start",
"test": "react-scripts test",
"eject": "react-scripts eject",
"stickers": "node scripts/generateStickerData.js"
},
"dependencies": {
"axios": "^1.7.9",
"eslint-plugin-styled-components": "^0.0.0",
"eslint-plugin-styled-components-a11y": "^2.1.36",
"event-source-polyfill": "^1.0.31",
"lodash": "^4.17.21",
"page-flip": "^2.0.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.4.0",
"react-image-crop": "^11.0.7",
"react-masonry-css": "^1.0.16",
"react-modal": "^3.16.3",
"react-moveable": "^0.56.0",
"react-pageflip": "^2.0.3",
"react-redux": "^9.2.0",
"react-router-dom": "^7.0.2",
"redux": "^5.0.1",
"redux-thunk": "^3.1.0",
"styled-components": "^6.1.14"
},
"devDependencies": {
"@eslint/js": "^9.15.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.12.0",
"prettier": "^3.4.1",
"vite": "^6.0.1"
}
}