-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 947 Bytes
/
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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"build:docker": "COMPOSE_DOCKER_CLI_BUILD=1 DOCKER_BUILDKIT=1 docker-compose build",
"run:docker": "docker-compose up"
},
"dependencies": {
"@tailwindcss/typography": "^0.5.2",
"classnames": "^2.3.1",
"date-fns": "^2.27.0",
"gray-matter": "^4.0.3",
"next": "^12.1.0",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^7.4.1",
"prettier": "^2.5.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"remark": "^14.0.2",
"remark-html": "^15.0.1",
"sass": "^1.44.0",
"sharp": "^0.30.1",
"tailwindcss": "^3.0.23"
},
"devDependencies": {
"@types/node": "^16.11.11",
"@types/react": "^17.0.37",
"eslint": "^7.32.0",
"eslint-config-next": "12.0.6",
"eslint-config-prettier": "^8.3.0",
"typescript": "^4.5.2"
}
}