-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.34 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
{
"name": "shirley-personal-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@formspree/react": "^2.2.4",
"@mui/material": "^5.0.6",
"body-parser": "^1.19.1",
"bootstrap": "^5.1.1",
"cors": "^2.8.5",
"d3": "^7.8.5",
"dotenv": "^10.0.0",
"eslint-plugin-react-hooks": "^4.3.0",
"framer-motion": "^4.1.17",
"fs": "^0.0.1-security",
"gray-matter": "^4.0.3",
"image-trace-loader": "^1.0.2",
"jimp": "^0.16.1",
"jquery": "^3.6.0",
"lqip-loader": "^2.2.1",
"nodemailer": "^6.7.2",
"path": "^0.12.7",
"popper.js": "^1.16.1",
"react": "^17.0.2",
"react-bootstrap": "^1.6.3",
"react-dom": "^17.0.2",
"react-intersection-observer": "^8.32.1",
"react-markdown": "^8.0.7",
"react-transition-group": "^4.4.2",
"rehype-raw": "^6.1.1",
"responsive-loader": "^2.3.0",
"sass": "^1.42.0",
"svg-sprite-loader": "^6.0.11",
"swr": "^1.1.2",
"uninstall": "^0.0.0",
"webp-loader": "^0.6.0"
},
"devDependencies": {
"@types/react": "^17.0.18",
"eslint": "7.32.0",
"eslint-config-next": "11.1.0",
"next": "^12.0.7",
"next-optimized-images": "^2.6.2",
"typescript": "4.3.5",
"yarn": "^1.22.17"
}
}