mirror of
https://github.com/jambonz/next-static-site.git
synced 2025-12-19 04:47:44 +00:00
38 lines
869 B
JSON
38 lines
869 B
JSON
{
|
|
"name": "jambonz",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "next",
|
|
"start": "next start",
|
|
"prebuild": "yarn lint",
|
|
"build": "next build",
|
|
"export": "next export",
|
|
"lint": "eslint ./ --ext js,jsx,ts,tsx"
|
|
},
|
|
"author": "Jambonz Developers",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"classnames": "^2.2.6",
|
|
"nanoid": "^3.1.22",
|
|
"next": "^10.0.8-canary.9",
|
|
"prismjs": "^1.23.0",
|
|
"react": "^17.0.1",
|
|
"react-dom": "^17.0.1",
|
|
"react-feather": "^2.0.9"
|
|
},
|
|
"devDependencies": {
|
|
"babel-plugin-prismjs": "^2.0.1",
|
|
"env-cmd": "^10.1.0",
|
|
"eslint": "^7.25.0",
|
|
"eslint-plugin-react": "^7.23.2",
|
|
"gray-matter": "^4.0.2",
|
|
"remark": "^13.0.0",
|
|
"remark-gfm": "^1.0.0",
|
|
"remark-html": "^13.0.1",
|
|
"sass": "^1.32.8",
|
|
"yamljs": "^0.3.0"
|
|
}
|
|
}
|