forked from Resourcio-Community/apertre
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.17 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
66
67
68
69
70
71
72
{
"name": "apertre",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export",
"lint": "next lint",
"fetch:leaderboard": "node leaderboard/fetch.js"
},
"dependencies": {
"@accessible/drawer": "^3.0.2",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.15.2",
"@n8tb1t/use-scroll-position": "^2.0.3",
"@sendgrid/mail": "^7.7.0",
"@svgr/webpack": "^8.0.0",
"axios": "^1.6.2",
"bullmq": "^5.3.0",
"css-in-js-media": "^2.0.1",
"dotenv": "^16.3.1",
"fuse.js": "^7.0.0",
"lodash": "^4.17.21",
"next": "latest",
"nextjs-color-mode": "^1.0.5",
"nodemailer": "^6.9.7",
"prism-react-renderer": "^1.3.5",
"react": "latest",
"react-animate-height": "^2.0.23",
"react-dom": "latest",
"react-hook-form": "^7.49.2",
"react-icons": "^4.11.0",
"react-modal": "^3.16.1",
"react-schemaorg": "^2.0.0",
"react-tsparticles": "^2.12.2",
"react-vertical-timeline-component": "^3.6.0",
"recoil": "^0.7.7",
"styled-components": "^5.3.5",
"swiper": "^11.0.5",
"tsparticles": "^2.12.0",
"url-loader": "^4.1.1",
"use-clipboard-copy": "^0.2.0",
"use-resize-observer": "^9.1.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.11.0",
"@fec/remark-a11y-emoji": "^3.1.0",
"@next/bundle-analyzer": "^13.3.1",
"@types/nodemailer": "^6.4.14",
"@types/react": "latest",
"@types/react-modal": "^3.16.3",
"@types/react-slick": "^0.23.13",
"@types/react-vertical-timeline-component": "^3.3.5",
"@types/styled-components": "^5.1.25",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.59.9",
"copy-webpack-plugin": "^11.0.0",
"eslint": "^8.0.0",
"eslint-config-next": "^13.2.4",
"eslint-config-prettier": "^8.3.0",
"eslint-config-react-app": "^7.0.0",
"eslint-plugin-flowtype": "^8.0.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.25.1",
"eslint-plugin-react-hooks": "^4.6.0",
"typescript": "latest"
}
}