-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
57 lines (57 loc) · 1.54 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
{
"name": "srinjoy.me.v3",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@chakra-ui/icons": "^1.0.0",
"@chakra-ui/react": "^2.3.5",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@fullhuman/postcss-purgecss": "^1.3.0",
"@mdx-js/loader": "^2.1.4",
"@mdx-js/react": "^2.1.4",
"@next/mdx": "^12.3.1",
"@react-spring/three": "^9.5.5",
"@react-three/drei": "^9.34.3",
"@react-three/fiber": "^8.8.9",
"add": "^2.0.6",
"autoprefixer": "^9.7.3",
"cssnano": "^4.1.10",
"flickr-sdk": "^3.9.0",
"framer-motion": "^7.5.3",
"gray-matter": "^4.0.2",
"imagemin-mozjpeg": "^8.0.0",
"imagemin-optipng": "^7.1.0",
"lamina": "^1.1.23",
"next": "12",
"next-seo": "^4.5.0",
"notion-client": "^6.13.11",
"raw-loader": "^4.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-ga": "^2.7.0",
"react-icons": "^3.8.0",
"react-image-lightbox": "^5.1.4",
"react-markdown": "^4.2.2",
"react-notion-x": "^6.15.2",
"react-photo-gallery": "^8.0.0",
"react-player": "^1.15.2",
"react-twitter-embed": "^3.0.3",
"react-visibility-sensor": "^5.1.1",
"styled-components": "^4.4.1",
"three": "^0.145.0",
"yarn": "^1.22.4"
},
"devDependencies": {
"@types/node": "^13.1.1",
"@types/react": "^18.0.21",
"babel-plugin-styled-components": "^1.8.0",
"next-compose-plugins": "^2.2.0",
"typescript": "^4.8.4"
}
}