codesnap.nvim/snap-client/package.json

56 lines
1.4 KiB
JSON
Raw Permalink Normal View History

{
"name": "my-app",
"version": "0.1.0",
"private": true,
"dependencies": {
2024-02-19 14:27:17 +00:00
"@tailwindcss/typography": "^0.5.10",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.2",
"@types/node": "^16.18.81",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
2024-02-20 08:13:45 +00:00
"downloadjs": "^1.4.7",
2024-02-19 14:27:17 +00:00
"highlight.js": "^11.9.0",
"html-to-image": "^1.11.11",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
2024-02-19 14:27:17 +00:00
"react-use-websocket": "^3.0.0",
"typescript": "^4.9.5",
2024-02-19 14:27:17 +00:00
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "npm run tailwindcss:compile && react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"tailwindcss:watch": "npm run tailwindcss:compile -- -w",
"tailwindcss:compile": "tailwindcss -i ./src/input.css -o ./src/output.css"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
2024-02-20 08:13:45 +00:00
"@types/downloadjs": "^1.4.6",
2024-02-19 14:27:17 +00:00
"daisyui": "^3.9.4",
"tailwindcss": "^3.4.1"
}
}