-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.27 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"createFilmList": "node ./scripts/createFilmList.js",
"createDirectorList": "node ./scripts/createDirectorList.js",
"lint": "eslint \"./**/*.{ts,tsx,js,jsx}\" --quiet"
},
"dependencies": {
"@tw-classed/react": "^1.3.2",
"axios": "^1.2.1",
"cheerio": "^1.0.0-rc.12",
"date-fns": "^2.29.3",
"gray-matter": "^4.0.3",
"next": "latest",
"node-fetch": "^3.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.7.1",
"remark": "^14.0.2",
"remark-html": "^15.0.1"
},
"devDependencies": {
"@next/eslint-plugin-next": "^13.1.0",
"@types/node": "18.11.17",
"@types/react": "18.0.26",
"@typescript-eslint/eslint-plugin": "^5.40.1",
"@typescript-eslint/parser": "^5.40.1",
"autoprefixer": "^10.4.13",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^3.5.1",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"postcss": "^8.4.20",
"prettier": "^2.8.1",
"scss": "^0.2.4",
"tailwind-component-classes": "^2.0.4",
"tailwindcss": "^3.2.4",
"typescript": "4.9.4"
}
}