49 lines
1.2 KiB
JSON
49 lines
1.2 KiB
JSON
{
|
|
"name": "abyss-lab",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"@mdi/js": "^6.5.95",
|
|
"@mdi/react": "^1.5.0",
|
|
"date-fns": "^2.27.0",
|
|
"next": "^12.0.7",
|
|
"next-i18next": "^10.1.0",
|
|
"nprogress": "^0.2.0",
|
|
"open-color": "^1.9.1",
|
|
"ramda": "^0.27.1",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-indiana-drag-scroll": "^2.1.0",
|
|
"theme-ui": "^0.12.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/nprogress": "^0.2.0",
|
|
"@types/ramda": "^0.27.60",
|
|
"@types/react": "^17.0.37",
|
|
"cheerio": "^1.0.0-rc.10",
|
|
"eslint": "8.5.0",
|
|
"eslint-config-next": "12.0.7",
|
|
"filenamify": "^4.3.0",
|
|
"http-server": "^14.1.0",
|
|
"node-fetch": "^2.6.7",
|
|
"npm-run-all": "^4.1.5",
|
|
"ts-node": "^10.4.0",
|
|
"typescript": "^4.5.2"
|
|
},
|
|
"scripts": {
|
|
"dev": "run-p dev:web dev:assets",
|
|
"dev:web": "next dev -p 4000",
|
|
"dev:assets": "http-server assets -p 4001 -s",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"tsc": "tsc --watch",
|
|
"node": "ts-node -T -P ./tsconfig-node.json",
|
|
"assets-sync": "sh ./secrets/scripts/sync-public-assets.sh"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|