-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 1.13 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
{
"name": "grotesq.com",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build:next": "next build",
"start": "next start -p $PORT",
"lint": "next lint",
"deploy": "serverless",
"husky:install": "npx husky install"
},
"dependencies": {
"@fullhuman/postcss-purgecss": "^4.1.3",
"@next/bundle-analyzer": "^12.0.7",
"axios": "^1.3.4",
"encoding": "^0.1.13",
"framer-motion": "^5.6.0",
"next": "^12.1.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"serverless": "^2.72.0",
"styled-components": "^5.3.0",
"swiper": "^7.4.1"
},
"devDependencies": {
"@svgr/webpack": "^6.1.2",
"@types/lodash": "^4.14.178",
"@types/react": "17.0.13",
"@types/styled-components": "^5.1.19",
"autoprefixer": "^10.4.1",
"babel-plugin-styled-components": "^2.0.2",
"eslint": "7.29.0",
"eslint-config-next": "11.0.1",
"husky": "^7.0.4",
"next-seo": "^4.29.0",
"postcss": "^8.4.5",
"postcss-preset-env": "^7.2.0",
"prettier": "^2.3.2",
"styled-reset": "^4.3.4",
"tailwindcss": "^3.0.11",
"typescript": "4.3.5"
}
}