This repository was archived by the owner on Mar 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.35 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.35 KB
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
{
"name": "@imageing/website",
"version": "0.0.0",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.16",
"@headlessui/react": "^1.4.2",
"@heroicons/react": "^1.0.5",
"@mantine/core": "^4.1.3",
"@mantine/hooks": "^4.1.3",
"@mantine/next": "^4.1.3",
"@mantine/notifications": "^4.1.3",
"@mui/material": "^5.2.6",
"daisyui": "^2.14.3",
"marked": "^4.0.16",
"next": "latest",
"next-seo": "^5.4.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.2",
"@types/marked": "^4.0.3",
"@types/node": "16.11.6",
"@types/react": "17.0.34",
"autoprefixer": "^10.4.1",
"eslint": "7",
"eslint-config-next": "12.0.2",
"postcss": "^8.4.5",
"tailwindcss": "^3.0.8",
"typescript": "4.4.4"
},
"prettier": {
"arrowParens": "always",
"singleQuote": false,
"tabWidth": 2,
"trailingComma": "none",
"semi": true
},
"packageManager": "yarn@3.2.0"
}