-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.29 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.29 KB
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
{
"name": "lovin-mobile-web",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"start": "vite",
"host": "vite --host",
"build": "tsc && vite build",
"test": "vitest",
"preview": "vite preview"
},
"dependencies": {
"@react-spring/web": "^9.7.2",
"@reduxjs/toolkit": "^1.9.3",
"axios": "^1.3.4",
"less": "^4.1.3",
"npm": "^9.6.7",
"ramda": "^0.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-google-recaptcha": "^2.1.0",
"react-intersection-observer": "^9.4.3",
"react-photo-view": "^1.2.3",
"react-redux": "^8.0.5",
"react-router-dom": "^6.9.0",
"react-textarea-autosize": "^8.4.1",
"react-use": "^17.4.0",
"weixin-js-sdk": "^1.6.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/react-google-recaptcha": "^2.1.5",
"@vitejs/plugin-react": "^3.1.0",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.7.0",
"eslint-config-react-app": "^7.0.1",
"jsdom": "^21.1.1",
"path": "^0.12.7",
"prettier": "^2.8.4",
"typescript": "^4.9.3",
"vite": "^4.1.0",
"vite-plugin-eslint": "^1.8.1",
"vitest": "^0.29.3"
}
}