-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.58 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.58 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
50
51
52
53
54
55
56
57
58
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "yarn run next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "next build && next export"
},
"dependencies": {
"@emotion/react": "^11.9.3",
"@hookform/error-message": "^2.0.0",
"@stripe/react-stripe-js": "^2.7.1",
"@stripe/stripe-js": "^3.4.0",
"animejs": "^3.2.1",
"date-fns": "^2.29.2",
"google-protobuf": "^3.21.0",
"jwt-decode": "^3.1.2",
"lodash": "^4.17.21",
"long": "^5.2.3",
"mqtt": "^5.10.4",
"next": "13.1.2-canary.4",
"nice-grpc-common": "^2.0.2",
"nice-grpc-web": "^3.2.4",
"polished": "^4.2.2",
"protobufjs": "^7.2.3",
"react": "18.2.0",
"react-device-detect": "^2.2.2",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.2",
"react-hook-form": "^7.34.2",
"react-infinite-scroll-component": "^6.1.0",
"react-range": "^1.8.14",
"react-select": "^5.4.0",
"react-toastify": "^9.0.7",
"recoil": "^0.7.4",
"swr": "^2.2.2",
"uuid": "^8.3.2"
},
"devDependencies": {
"@emotion/babel-plugin": "^11.10.2",
"@emotion/babel-preset-css-prop": "^11.10.0",
"@svgr/webpack": "^6.3.1",
"@types/animejs": "^3.1.5",
"@types/dompurify": "^2.3.4",
"@types/google-protobuf": "^3.15.6",
"@types/node": "^22.13.10",
"@types/react": "18.0.15",
"@types/react-dom": "18.0.6",
"@types/uuid": "^8.3.4",
"babel-plugin-react-require": "^3.1.3",
"eslint": "8.20.0",
"eslint-config-next": "13.1.1",
"typescript": "5.8.2"
}
}