-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 2.03 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "page-react",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "next build && next export",
"server": "json-graphql-server graphql-server/db.js",
"test": "jest",
"coverage": "jest --coverage"
},
"dependencies": {
"@next/font": "13.1.6",
"@next/third-parties": "^14.2.5",
"@types/node": "18.14.0",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"daisyui": "^2.51.0",
"date-fns": "^2.29.3",
"disqus-react": "^1.1.5",
"eslint": "8.34.0",
"eslint-config-next": "13.1.6",
"gray-matter": "^4.0.3",
"human-date": "^1.4.0",
"markdown-to-jsx": "^7.1.9",
"next": "^13.1.6",
"node-fetch": "^3.3.1",
"num-words": "^1.2.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hotjar": "^6.1.0",
"react-icons": "^4.7.1",
"sass": "^1.58.3",
"sharp": "^0.31.3",
"typescript": "4.9.5"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@tailwindcss/typography": "^0.5.9",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/human-date": "^1.4.2",
"@types/jest": "^29.5.0",
"@types/node-fetch": "^2.6.2",
"@types/testing-library__jest-dom": "^5.14.5",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"autoprefixer": "^10.4.13",
"eslint-config-prettier": "^8.6.0",
"eslint-config-standard": "^17.0.0",
"eslint-config-standard-with-typescript": "^34.0.0",
"eslint-plugin-import-sort": "^0.0.0",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-simple-import-sort": "^10.0.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"json-graphql-server": "^2.3.2",
"postcss": "^8.4.21",
"prettier": "^2.8.4",
"tailwindcss": "^3.2.7",
"watch-cli": "^0.2.3"
}
}