-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.77 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
{
"name": "zack",
"description": "Portfolio",
"version": "1.0.0",
"main": "index.js",
"private": true,
"scripts": {
"dev": "next dev",
"start": "next start",
"build": "next build",
"lint": "next lint",
"export": "next build && next export",
"deploy": "gh-pages -b master -d out -t true"
},
"dependencies": {
"@emailjs/browser": "^3.6.2",
"axios": "^0.26.1",
"disqus-react": "^1.1.2",
"framer-motion": "^6.2.10",
"fslightbox-react": "^1.6.2-2",
"gray-matter": "^4.0.3",
"gsap": "^3.10.4",
"marked": "^4.0.14",
"next": "12.1.6",
"next-pwa": "^5.4.6",
"normalize.css": "^8.0.1",
"nprogress": "^0.2.0",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-hook-form": "^7.30.0",
"react-icons": "^4.3.1",
"react-portal": "^4.2.2",
"react-query": "^3.34.19",
"react-scroll": "^1.8.6",
"react-scroll-parallax": "^3.2.0",
"react-star-ratings": "^2.3.0",
"react-svg": "^14.1.18",
"react-typed": "^1.2.0",
"remark": "^14.0.2",
"remark-html": "^15.0.1",
"sharp": "^0.30.4",
"swiper": "^8.1.4"
},
"devDependencies": {
"autoprefixer": "^10.4.4",
"eslint": "8.12.0",
"eslint-config-next": "12.1.4",
"gh-pages": "^5.0.0",
"next-compose-plugins": "^2.2.1",
"postcss": "^8.4.12",
"prettier": "^2.6.1",
"prettier-plugin-tailwindcss": "^0.1.8",
"sass": "^1.52.0",
"tailwindcss": "^3.0.23",
"tailwindcss-debug-screens": "^2.2.1",
"tailwindcss-nested-groups": "^1.2.4"
},
"license": "MIT",
"proxy": "http://localhost:3000/api"
}