void.cat/VoidCat/spa/package.json

43 lines
903 B
JSON
Raw Normal View History

2022-01-25 16:17:48 +00:00
{
"name": "spa",
"version": "0.1.0",
"private": true,
"proxy": "https://localhost:7195",
"dependencies": {
2022-02-21 17:24:46 +00:00
"@reduxjs/toolkit": "^1.7.2",
2022-02-17 15:52:49 +00:00
"feather-icons-react": "^0.5.0",
2022-02-22 14:20:31 +00:00
"moment": "^2.29.1",
2022-02-21 12:54:57 +00:00
"qrcode.react": "^1.0.1",
2022-01-25 16:17:48 +00:00
"react": "^17.0.2",
"react-dom": "^17.0.2",
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-02-17 15:52:49 +00:00
"react-scripts": "5.0.0"
2022-01-25 16:17:48 +00:00
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"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"
]
}
}