forked from aiken-lang/site
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 820 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 820 Bytes
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
{
"name": "opshin-site",
"version": "0.0.1",
"description": "OpShin Landing",
"scripts": {
"dev": "next",
"build": "next build && next export && touch out/.nojekyll && echo opshin.dev > out/CNAME",
"start": "next start",
"deploy": "gh-pages -d out -t true"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OpShin/site.git"
},
"license": "Apache 2.0",
"dependencies": {
"babel-polyfill": "^6.26.0",
"gh-pages": "^5.0.0",
"highlight.js": "^11.7.0",
"next": "^13.1.1",
"next-themes": "^0.2.1",
"nextra": "^2.2.1",
"nextra-theme-docs": "^2.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sharp": "^0.31.3"
},
"devDependencies": {
"@types/node": "18.11.15",
"prettier": "^2.8.1",
"typescript": "4.9.4"
}
}