-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 697 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 697 Bytes
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
{
"name": "template",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@babel/eslint-parser": "^7.19.1",
"eslint": "^8.25.0",
"eslint-import-resolver-alias": "^1.1.2",
"next": "12.3.1",
"prettier-plugin-organize-imports": "^3.1.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"swr": "^1.3.0"
},
"devDependencies": {
"autoprefixer": "^10.4.12",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-next": "12.3.1",
"eslint-plugin-import": "^2.25.2",
"postcss": "^8.4.18",
"tailwindcss": "^3.2.0"
}
}