-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.74 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
56
57
58
59
60
61
62
63
64
65
{
"name": "interface-amnet",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@artsy/fresnel": "^3.4.0",
"@babel/runtime": "^7.16.3",
"axios": "^0.27.2",
"commitizen": "^3.1.2",
"cookie": "^0.5.0",
"cookies": "^0.8.0",
"framer-motion": "^6.5.1",
"http-proxy": "^1.18.1",
"image-type": "^5.0.0",
"image-validator": "^1.2.1",
"immutability-helper": "^3.1.1",
"isomorphic-dompurify": "^0.20.0",
"jwt-decode": "^3.1.2",
"next": "^12.0.7",
"nprogress": "^0.2.0",
"react": "^17.0.2",
"react-dnd": "^15.1.1",
"react-dnd-html5-backend": "^15.1.2",
"react-dom": "17.0.2",
"react-icons": "^4.4.0",
"react-native-validator-form": "^1.0.0",
"react-phone-input-2": "^2.15.0",
"react-phone-number-input": "^3.2.3",
"react-quill": "^2.0.0-beta.4",
"react-table": "^7.7.0",
"react-use": "^17.4.0",
"react-virtualized-auto-sizer": "^1.0.6",
"react-virtuoso": "^2.19.0",
"react-window": "^1.8.6",
"read-chunk": "^4.0.2",
"request-ip": "^3.3.0",
"sharp": "^0.30.7",
"styled-components": "^5.3.3"
},
"devDependencies": {
"@types/cookie": "^0.5.1",
"@types/cookies": "^0.7.7",
"@types/http-proxy": "^1.17.9",
"@types/node": "^16.11.11",
"@types/nprogress": "^0.2.0",
"@types/react": "^17.0.37",
"@types/regenerator-runtime": "^0.13.1",
"@types/request-ip": "^0.0.37",
"babel-plugin-styled-components": "^2.0.2",
"cz-emoji": "^1.3.1",
"eslint": "7.32.0",
"eslint-config-next": "12.0.4",
"typescript": "^4.5.2"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-emoji"
}
}
}