-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.18 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
{
"name": "apsisio",
"version": "2.0.0",
"scripts": {
"dev": "next dev",
"build": "next build && next-sitemap",
"start": "next start"
},
"engines": {
"node": ">=20"
},
"repository": {
"type": "git",
"url": "git+https://github.com/apsislabs/apsisio.git"
},
"author": "Apsis Labs, LLP",
"license": "MIT",
"bugs": {
"url": "https://github.com/apsislabs/apsisio/issues"
},
"homepage": "https://apsis.io",
"dependencies": {
"clsx": "^2.1.1",
"fast-glob": "^3.3.2",
"gray-matter": "^4.0.3",
"highlight.js": "^11.10.0",
"husky": "^9.1.6",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"lottie-react": "^2.4.0",
"lucide": "^0.445.0",
"lucide-react": "^0.445.0",
"marked": "^14.1.2",
"marked-footnote": "^1.2.4",
"marked-highlight": "^2.1.4",
"next": "^14.2.13",
"nprogress": "^0.2.0",
"prettier": "^3.3.3",
"pretty-quick": "^4.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sass": "^1.79.3"
},
"devDependencies": {
"@types/node": "^22.5.5",
"@types/nprogress": "^0.2.3",
"@types/react": "^18.3.8",
"next-sitemap": "^4.2.3",
"typescript": "^5.6.2"
}
}