-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
executable file
·62 lines (62 loc) · 1.76 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
{
"name": "devdao",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "eslint . && next build",
"build-export": "eslint . && next build && next export",
"start": "next start",
"lint": "eslint ."
},
"dependencies": {
"@date-io/date-fns": "^1.3.13",
"@hookform/resolvers": "^2.8.2",
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.57",
"@material-ui/pickers": "^3.3.10",
"@material-ui/styles": "^4.11.3",
"@stripe/react-stripe-js": "^1.4.0",
"@stripe/stripe-js": "^1.14.0",
"@svgr/webpack": "^5.5.0",
"@zeit/next-sass": "^1.0.1",
"axios": "^0.21.1",
"bootstrap": "^4.6.0",
"date-fns": "^2.25.0",
"hellosign-embedded": "^2.9.0",
"js-sha256": "^0.9.0",
"moment": "^2.29.1",
"next": "10.0.5",
"node-sass": "^5.0.0",
"qs": "^6.10.1",
"react": "17.0.1",
"react-bootstrap": "^1.4.3",
"react-copy-to-clipboard": "^5.0.3",
"react-data-table-component": "^7.0.0-alpha-5",
"react-date-picker": "^8.0.6",
"react-dom": "17.0.1",
"react-dropzone": "^11.3.0",
"react-feather": "^2.0.9",
"react-hook-form": "^7.17.5",
"react-idle-timer": "^4.6.4",
"react-redux": "^7.2.2",
"react-reveal": "^1.2.2",
"react-router-dom": "^5.2.0",
"react-scroll": "^1.8.1",
"react-spinners": "^0.10.4",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"styled-components": "^5.2.1",
"wallet-address-validator": "^0.2.4",
"yup": "^0.32.11"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.17.0",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.22.0",
"prettier": "2.2.1"
}
}