-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 954 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
37
38
39
40
41
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@mantine/core": "^4.1.3",
"@mantine/form": "^4.2.2",
"@mantine/hooks": "^4.1.3",
"@mantine/next": "^4.1.3",
"@tailwindcss/typography": "^0.5.2",
"date-fns": "^2.28.0",
"microcms-js-sdk": "^2.0.0",
"next": "latest",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.3.1"
},
"devDependencies": {
"@types/node": "17.0.23",
"@types/react": "17.0.43",
"autoprefixer": "10.4.4",
"eslint": "8.12.0",
"eslint-config-next": "12.1.4",
"eslint-config-prettier": "8.5.0",
"postcss": "8.4.12",
"prettier": "2.6.2",
"prettier-plugin-tailwindcss": "0.1.8",
"tailwindcss": "3.0.23",
"typescript": "4.5.4"
},
"postcss": {
"plugins": {
"tailwindcss": {},
"autoprefixer": {}
}
}
}