-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
54 lines (54 loc) · 1.48 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
{
"name": "citrushack_2021",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@date-io/core": "1.3.13",
"@date-io/date-fns": "1.3.13",
"@emotion/react": "^11.1.4",
"@emotion/styled": "^11.0.0",
"@material-ui/core": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.57",
"@reduxjs/toolkit": "^1.5.0",
"clipboard-copy": "^4.0.1",
"date-fns": "^2.16.1",
"final-form": "^4.20.1",
"framer-motion": "^3.2.0",
"js-cookie": "^2.2.1",
"material-ui": "^0.20.2",
"mui-rff": "^3.0.3",
"next": "10.0.4",
"next-images": "^1.6.2",
"ogl": "^0.0.60",
"prop-types": "^15.7.2",
"react": "17.0.1",
"react-accessible-accordion": "^3.3.3",
"react-auth-kit": "^1.4.3",
"react-countdown": "^2.3.1",
"react-device-detect": "^1.15.0",
"react-dom": "17.0.1",
"react-dropzone": "^11.2.4",
"react-final-form": "^6.5.2",
"react-icons": "^4.1.0",
"react-redux": "^7.2.2",
"react-scroll": "^1.8.1",
"react-sticky-nav": "^4.0.6",
"react-tsparticles": "^1.18.11",
"what-input": "^5.2.10",
"whatwg-fetch": "^3.5.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.12.0",
"@typescript-eslint/parser": "^4.12.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"
}
}