This repository was archived by the owner on Jan 3, 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
51 lines (51 loc) · 1.37 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.37 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
{
"name": "gemdocs",
"version": "1.0.0",
"description": "New NextJS+Preact rewrite of the website",
"author": {
"name": "Anslem Seguya",
"email": "anslembarn@gmail.com"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@chakra-ui/react": "^2.4.6",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"framer-motion": "^8.1.7",
"gsap": "^3.11.0",
"next": "^12.2.5",
"preact": "^10.10.6",
"preact-render-to-string": "^5.2.6",
"react": "npm:@preact/compat@^17.1.1",
"react-dom": "npm:@preact/compat@^17.1.1",
"react-timeago": "^7.1.0"
},
"devDependencies": {
"@fortawesome/fontawesome-svg-core": "^6.2.0",
"@fortawesome/free-brands-svg-icons": "^6.2.0",
"@fortawesome/free-regular-svg-icons": "^6.2.0",
"@fortawesome/free-solid-svg-icons": "^6.2.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@tailwindcss/line-clamp": "^0.4.0",
"@types/dompurify": "^2.3.4",
"@types/node": "^18.11.18",
"@types/react": "^18.0.18",
"@types/react-timeago": "^4.1.3",
"autoprefixer": "^10.4.8",
"cssnano": "^5.1.13",
"dompurify": "^2.4.0",
"env-cmd": "^10.1.0",
"eslint": "^8.23.0",
"eslint-config-next": "^12.2.5",
"isomorphic-dompurify": "^0.22.0",
"next-plugin-preact": "^3.0.7",
"postcss": "^8.4.16",
"sass": "^1.54.8",
"tailwindcss": "^3.1.8",
"typescript": "^4.8.2"
}
}