-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.32 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
{
"name": "antoineg.dev",
"version": "0.1.0",
"private": true,
"homepage": "https://antoineg.dev",
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"deploy": "rimraf node_modules/.cache && rimraf out && npm run build && gh-pages -d out -t true",
"push": "gh-pages -d out -t true",
"start": "next start"
},
"dependencies": {
"@fullhuman/postcss-purgecss": "^4.0.3",
"@heroicons/react": "^1.0.1",
"@react-three/drei": "^3.8.2",
"classnames": "^2.2.6",
"date-fns": "^2.11.1",
"dotenv": "^8.2.0",
"gh-pages": "^3.1.0",
"gray-matter": "^4.0.2",
"locomotive-scroll": "^4.0.4",
"next": "^12.0.7",
"next-seo": "^4.17.0",
"postcss-preset-env": "^6.7.0",
"react": "^17.0.2",
"react-countdown": "^2.3.1",
"react-device-detect": "^1.14.0",
"react-dom": "^17.0.2",
"react-in-viewport": "^1.0.0-alpha.16",
"react-reveal": "^1.2.2",
"react-scroll-parallax": "^2.3.5",
"react-three-fiber": "^5.3.4",
"remark": "^13.0.0",
"remark-html": "^12.0.0",
"rimraf": "^3.0.2",
"sass": "^1.32.4",
"three": "^0.128.0"
},
"devDependencies": {
"@types/node": "^13.11.0",
"@types/react": "^16.9.32",
"autoprefixer": "^10.4.0",
"postcss": "^8.4.5",
"tailwindcss": "^3.0.7",
"typescript": "^4.5.4"
}
}