mirror of
https://github.com/jambonz/next-static-site.git
synced 2026-07-04 19:21:55 +00:00
34 lines
680 B
JSON
34 lines
680 B
JSON
{
|
|
"name": "jambonz",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "next",
|
|
"start": "next start",
|
|
"build": "next build",
|
|
"export": "next export"
|
|
},
|
|
"author": "Jambonz Developers",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"classnames": "^2.2.6",
|
|
"env-cmd": "^10.1.0",
|
|
"next": "^10.0.8-canary.9",
|
|
"nextra": "^0.4.1",
|
|
"nextra-theme-docs": "^1.1.2",
|
|
"react": "^17.0.1",
|
|
"react-dom": "^17.0.1",
|
|
"react-feather": "^2.0.9",
|
|
"sass": "^1.32.8",
|
|
"yamljs": "^0.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "^2.0.5"
|
|
},
|
|
"prettier": {
|
|
"semi": false,
|
|
"singleQuote": true
|
|
}
|
|
}
|