void.cat/VoidCat/spa/package.json

59 lines
1.3 KiB
JSON
Raw Normal View History

2022-01-25 16:17:48 +00:00
{
"name": "spa",
"version": "0.1.0",
"private": true,
2023-03-04 16:44:13 +00:00
"proxy": "http://localhost:7195",
2022-01-25 16:17:48 +00:00
"dependencies": {
2022-03-11 15:59:08 +00:00
"@hcaptcha/react-hcaptcha": "^1.1.1",
2022-02-21 17:24:46 +00:00
"@reduxjs/toolkit": "^1.7.2",
"@types/node": "^18.16.3",
"@types/qrcode.react": "^1.0.2",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.1",
"@types/sjcl": "^1.0.30",
"moment": "^2.29.4",
2022-02-21 12:54:57 +00:00
"qrcode.react": "^1.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
2022-02-24 13:00:05 +00:00
"react-helmet": "^6.1.0",
2022-02-21 17:24:46 +00:00
"react-redux": "^7.2.6",
2022-02-17 11:42:11 +00:00
"react-router-dom": "^6.2.1",
2022-06-14 10:46:31 +00:00
"react-scripts": "5.0.0",
2022-09-09 16:16:43 +00:00
"recharts": "^2.1.10",
"sjcl": "^1.0.8",
"typescript": "^5.0.4"
2022-01-25 16:17:48 +00:00
},
2022-09-11 21:50:03 +00:00
"devDependencies": {
"@craco/craco": "^6.4.5",
"@types/preval.macro": "^3.0.0",
"@types/react-helmet": "^6.1.6",
2022-09-11 21:50:03 +00:00
"cra-bundle-analyzer": "^0.1.1",
"http-proxy-middleware": "^2.0.6",
"preval.macro": "^5.0.0"
},
2022-01-25 16:17:48 +00:00
"scripts": {
2022-09-10 21:17:29 +00:00
"start": "craco start",
"build": "craco build",
"test": "craco test",
2022-01-25 16:17:48 +00:00
"eject": "react-scripts eject"
},
"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"
]
}
}