feat: add basic script to build techradar
This commit is contained in:
committed by
Mathias Schopmans
parent
535c9e8a8f
commit
2682ea4e46
35
package.json
35
package.json
@@ -1,7 +1,10 @@
|
||||
{
|
||||
"name": "aoe-next-techradar",
|
||||
"version": "0.1.0",
|
||||
"name": "aoe_technology_radar",
|
||||
"version": "4.0.0-alpha.2",
|
||||
"private": true,
|
||||
"bin": {
|
||||
"techradar": "./bin/techradar.sh"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "next dev --turbo",
|
||||
"build:icons": "npx @svgr/cli --typescript --no-dimensions --no-prettier --out-dir src/components/Icons -- src/icons",
|
||||
@@ -13,33 +16,31 @@
|
||||
"prepare": "husky",
|
||||
"postinstall": "npm run build:icons"
|
||||
},
|
||||
"dependencies": {
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "^19.0.3",
|
||||
"@commitlint/config-conventional": "^19.0.3",
|
||||
"@radix-ui/react-dialog": "^1.0.5",
|
||||
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
|
||||
"@types/node": "^20",
|
||||
"@types/react": "^18",
|
||||
"@types/react-dom": "^18",
|
||||
"clsx": "^2.1.0",
|
||||
"eslint": "^8.57.0",
|
||||
"eslint-config-next": "14.1.0",
|
||||
"fuse.js": "^7.0.0",
|
||||
"gray-matter": "^4.0.3",
|
||||
"highlight.js": "^11.9.0",
|
||||
"husky": "^9.0.11",
|
||||
"lint-staged": "^15.2.2",
|
||||
"marked": "^12.0.0",
|
||||
"marked-highlight": "^2.1.1",
|
||||
"next": "14.1.0",
|
||||
"postcss-nested": "^6.0.1",
|
||||
"postcss-preset-env": "^9.4.0",
|
||||
"prettier": "^3.2.5",
|
||||
"react": "^18",
|
||||
"react-dom": "^18",
|
||||
"tsx": "^4.7.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "^18.6.1",
|
||||
"@commitlint/config-conventional": "^18.6.2",
|
||||
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
|
||||
"@types/node": "^20",
|
||||
"@types/react": "^18",
|
||||
"@types/react-dom": "^18",
|
||||
"eslint": "^8",
|
||||
"eslint-config-next": "14.1.0",
|
||||
"husky": "^9.0.11",
|
||||
"lint-staged": "^15.2.2",
|
||||
"prettier": "^3.2.5",
|
||||
"tsx": "^4.7.1",
|
||||
"typescript": "^5"
|
||||
},
|
||||
"lint-staged": {
|
||||
|
||||
Reference in New Issue
Block a user