-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.15 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
{
"name": "pollinating",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next dev",
"build": "next build",
"lint": "next lint",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tmshv/pollinating.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/tmshv/pollinating/issues"
},
"homepage": "https://github.com/tmshv/pollinating#readme",
"dependencies": {
"@emotion/react": "^11.10.4",
"@emotion/server": "^11.10.0",
"@mantine/core": "^5.9.5",
"@mantine/hooks": "^5.9.5",
"@mantine/next": "^5.9.5",
"eslint": "^8.30.0",
"next": "^13.1.0",
"next-localization": "^0.12.0",
"next-mdx-remote": "^4.2.0",
"next-seo": "^5.15.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rehype-img-size": "^1.0.1",
"typescript": "^4.9.4"
},
"devDependencies": {
"@types/node": "18.11.18",
"@types/react": "18.0.26",
"@typescript-eslint/eslint-plugin": "^5.47.0",
"eslint-config-next": "^13.1.1",
"eslint-plugin-import": "^2.26.0"
}
}