This repository was archived by the owner on Jun 18, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.57 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.57 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": "paintrack-client",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"build-static": "next build && next export",
"start": "next start"
},
"dependencies": {
"@stripe/react-stripe-js": "^1.1.0",
"@stripe/stripe-js": "^1.2.0",
"axios": "^0.19.2",
"change-case": "^4.1.1",
"chart.js": "^2.9.3",
"cross-fetch": "^3.0.5",
"date-fns": "^2.12.0",
"detect-it": "^3.0.7",
"emoji-mart": "^3.0.0",
"file-saver": "^2.0.2",
"filesize": "^6.1.0",
"graphql": "^15.3.0",
"immutability-helper": "^3.0.2",
"jszip": "^3.5.0",
"next": "9.2.2",
"next-images": "^1.3.1",
"now": "^19.0.0",
"rc-progress": "^2.5.2",
"react": "16.12.0",
"react-day-picker": "^7.4.0",
"react-device-detect": "^1.13.1",
"react-dom": "16.12.0",
"react-drag-drop-container": "^6.1.1",
"react-dropzone": "^11.0.1",
"react-ga": "^3.2.0",
"react-google-picker": "^0.1.0",
"react-highlight-words": "^0.16.0",
"react-hook-form": "^5.1.3",
"react-lazy-load-image-component": "^1.5.0",
"react-modal": "^3.11.2",
"react-select": "^3.1.0",
"react-time-picker": "^4.0.1",
"react-toastify": "^5.5.0",
"react-tooltip": "^4.2.10",
"react-waypoint": "^9.0.2",
"subscriptions-transport-ws": "^0.9.18",
"textarea-caret": "^3.1.0",
"universal-cookie": "^4.0.3",
"websocket": "^1.0.32",
"yup": "^0.28.4"
},
"devDependencies": {
"@types/node": "^13.13.16",
"@types/react": "^16.9.23",
"typescript": "^3.8.2"
}
}