-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.24 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
{
"name": "all-school",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.7.8",
"@stitches/react": "^1.2.5",
"@vercel/analytics": "^0.1.6",
"axios": "^0.27.2",
"babel-plugin-inline-react-svg": "^2.0.1",
"classnames": "^2.3.1",
"framer-motion": "^5.6.0",
"graphql": "^16.6.0",
"lodash": "^4.17.21",
"markdown-it-image-figures": "^2.1.1",
"next": "12",
"react": "^17.0.2",
"react-accessible-accordion": "^5.0.0",
"react-dom": "^17.0.2",
"react-fast-marquee": "^1.2.1",
"react-hook-form": "^7.17.4",
"react-image-and-background-image-fade": "^1.0.8",
"react-lite-youtube-embed": "^2.1.0",
"react-mailchimp-subscribe": "^2.1.3",
"react-markdown": "^8.0.0",
"react-prevent-outside-scroll": "^0.0.2",
"react-scroll": "^1.8.7",
"react-use": "^17.3.1",
"remark-breaks": "^3.0.2",
"remark-gfm": "^3.0.1",
"rooks": "^5.7.3",
"sass": "^1.55.0",
"smartypants": "^0.1.6",
"strapi-plugin-import-export-entries": "^1.18.1"
},
"devDependencies": {
"eslint": "^8.7.0",
"eslint-config-next": "^12.0.8"
}
}