-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) 路 840 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) 路 840 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
30
31
32
33
{
"name": "asian-dramas",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write \"./**/*.{js,jsx}\""
},
"dependencies": {
"@headlessui/react": "^1.4.3",
"@reach/dialog": "^0.16.2",
"@reach/visually-hidden": "^0.16.0",
"@tailwindcss/forms": "^0.4.0",
"next": "12.0.7",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-error-boundary": "^3.1.4",
"react-query": "^3.34.7"
},
"devDependencies": {
"autoprefixer": "^10.4.0",
"eslint": "^7.32.0",
"eslint-config-next": "12.0.7",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"postcss": "^8.2.15",
"prettier": "^2.5.1",
"prop-types": "^15.8.0",
"tailwindcss": "^3.0.2"
}
}