2023-04-07 21:33:32 -05:00
|
|
|
{
|
|
|
|
|
"name": "onspring-api-docs",
|
|
|
|
|
"version": "0.1.0",
|
|
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
2023-04-07 23:18:45 -05:00
|
|
|
"dev": "cross-env NODE_OPTIONS='--inspect' next dev",
|
2023-04-07 21:33:32 -05:00
|
|
|
"build": "next build",
|
|
|
|
|
"start": "next start",
|
2026-03-26 15:22:04 -05:00
|
|
|
"lint": "eslint .",
|
2023-04-07 23:18:45 -05:00
|
|
|
"test": "jest",
|
|
|
|
|
"test-coverage": "jest && live-server coverage/"
|
2023-04-07 21:33:32 -05:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2026-03-26 15:22:04 -05:00
|
|
|
"@markdoc/markdoc": "^0.5.7",
|
|
|
|
|
"@types/node": "25.5.0",
|
|
|
|
|
"@types/react": "19.2.14",
|
|
|
|
|
"@types/react-dom": "19.2.3",
|
|
|
|
|
"@vercel/analytics": "^2.0.1",
|
|
|
|
|
"eslint": "10.1.0",
|
|
|
|
|
"eslint-config-next": "16.2.1",
|
|
|
|
|
"next": "16.2.1",
|
|
|
|
|
"prismjs": "^1.30.0",
|
|
|
|
|
"react": "19.2.4",
|
|
|
|
|
"react-dom": "19.2.4",
|
|
|
|
|
"typescript": "6.0.2"
|
2023-04-07 23:18:45 -05:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2026-03-26 15:22:04 -05:00
|
|
|
"@eslint/eslintrc": "^3.3.5",
|
|
|
|
|
"@testing-library/dom": "^10.4.1",
|
|
|
|
|
"@testing-library/jest-dom": "^6.9.1",
|
|
|
|
|
"@testing-library/react": "^16.3.2",
|
|
|
|
|
"@types/prismjs": "^1.26.6",
|
|
|
|
|
"cross-env": "^10.1.0",
|
|
|
|
|
"eslint-config-prettier": "^10.1.8",
|
2026-06-26 16:51:54 -05:00
|
|
|
"eslint-plugin-prettier": "^5.5.6",
|
|
|
|
|
"jest": "^30.4.2",
|
|
|
|
|
"jest-environment-jsdom": "^30.4.1",
|
|
|
|
|
"prettier": "^3.8.5",
|
2026-03-26 15:22:04 -05:00
|
|
|
"ts-node": "^10.9.2"
|
2023-04-07 21:33:32 -05:00
|
|
|
}
|
2023-04-11 17:00:54 -05:00
|
|
|
}
|