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.
76 lines
2.4 KiB
JSON
76 lines
2.4 KiB
JSON
{
|
|
"name": "@kay/juke-fr",
|
|
"version": "2.3.0",
|
|
"license": "SEE LICENSE IN LICENSE",
|
|
"author": "k <site@juke.fr>",
|
|
"bin": "./juke-fr",
|
|
"files": [
|
|
"juke-fr",
|
|
".next/standalone"
|
|
],
|
|
"scripts": {
|
|
"build": "yarn && NODE_ENV=production next build && cp -r ./.next/static ./.next/standalone/.next/ && cp -r public ./.next/standalone/",
|
|
"export": "yarn && next build && next export",
|
|
"start": "NODE_ENV=production node ./.next/standalone/server.js",
|
|
"dev": "next dev",
|
|
"lint": "next lint",
|
|
"test:setup": "npx playwright install",
|
|
"test": "yarn build && playwright test",
|
|
"tested-upgrade": "ncu -du --doctorInstall 'yarn' --doctorTest 'yarn test'"
|
|
},
|
|
"devDependencies": {
|
|
"@chakra-ui/icons": "^2.0.17",
|
|
"@chakra-ui/react": "^2.4.9",
|
|
"@chakra-ui/utils": "^2.0.14",
|
|
"@emotion/react": "^11.10.5",
|
|
"@emotion/styled": "^11.10.5",
|
|
"@kay/komponents": "2.0.2",
|
|
"@next/bundle-analyzer": "^13.1.6",
|
|
"@next/eslint-plugin-next": "^13.1.6",
|
|
"@playwright/test": "^1.30.0",
|
|
"@react-three/a11y": "^3.0.0",
|
|
"@react-three/fiber": "^8.10.1",
|
|
"@reduxjs/toolkit": "^1.9.2",
|
|
"@types/node": "^18.11.18",
|
|
"@types/prismjs": "^1.26.0",
|
|
"@types/react": "^18.0.27",
|
|
"@types/react-dom": "^18.0.10",
|
|
"@types/react-lazy-load-image-component": "^1.5.2",
|
|
"@types/three": "^0.148.1",
|
|
"@typescript-eslint/eslint-plugin": "^5.49.0",
|
|
"@typescript-eslint/parser": "^5.49.0",
|
|
"babel-plugin-prismjs": "^2.1.0",
|
|
"console-feed": "^3.4.3",
|
|
"eslint": "^8.33.0",
|
|
"eslint-config-prettier": "^8.6.0",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"eslint-plugin-react": "^7.32.2",
|
|
"framer-motion": "^8.5.4",
|
|
"gray-matter": "^4.0.3",
|
|
"next": "^13.1.6",
|
|
"npm-check-updates": "^16.6.3",
|
|
"prettier": "^2.8.3",
|
|
"prism-themes": "^1.9.0",
|
|
"prismjs": "^1.29.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-konami-code": "^2.3.0",
|
|
"react-lazy-load-image-component": "^1.5.6",
|
|
"react-markdown": "^8.0.5",
|
|
"react-redux": "^8.0.5",
|
|
"react-simple-code-editor": "^0.13.1",
|
|
"react-spring": "^9.6.1",
|
|
"sharp": "^0.31.3",
|
|
"three": "^0.149.0",
|
|
"typescript": "^4.9.4"
|
|
},
|
|
"dependencies": {
|
|
"@semantic-release/changelog": "^6.0.2",
|
|
"@semantic-release/git": "^10.0.1",
|
|
"@semantic-release/gitlab": "^10.0.2",
|
|
"@semantic-release/npm": "^9.0.2",
|
|
"semantic-release": "^20.1.0",
|
|
"semantic-release-cli": "^5.4.4"
|
|
}
|
|
}
|