You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
916 B
JSON

{
"name": "@kay/jhorten",
"version": "1.6.0",
"bin": "./jhorten",
"files": [
"jhorten",
".next/standalone"
],
"scripts": {
"build": "yarn && NODE_ENV=production next build && cp -r ./.next/static ./.next/standalone/.next/ && cp -r public ./.next/standalone/",
"start": "NODE_ENV=production node ./.next/standalone/server.js",
"dev": "next dev",
"lint": "next lint"
},
"devDependencies": {
"@chakra-ui/icons": "^2.0.2",
"@chakra-ui/react": "^2.2.1",
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@kay/komponents": "^1.0.7",
"cors": "^2.8.5",
"framer-motion": "^6.3.15",
"knex": "^2.1.0",
"next": "12.1.6",
"pg": "^8.7.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"uuid": "^8.3.2",
"eslint": "8.18.0",
"eslint-config-next": "^12.1.6",
"eslint-plugin-react": "^7.30.1",
"sqlite3": "^5.0.8"
}
}