1
0
Fork 0
mirror of https://git.sr.ht/~ashkeel/strimertul synced 2024-09-20 02:00:49 +00:00
strimertul/frontend/package.json

57 lines
1.6 KiB
JSON
Raw Normal View History

2021-05-02 12:29:43 +00:00
{
"name": "strimertul-frontend",
"version": "1.0.0",
"dependencies": {
2021-05-07 16:36:23 +00:00
"@billjs/event-emitter": "^1.0.3",
"@radix-ui/colors": "^0.1.8",
2021-12-18 02:25:00 +00:00
"@radix-ui/react-checkbox": "^0.1.4",
"@radix-ui/react-icons": "^1.0.3",
"@radix-ui/react-label": "^0.1.3",
2021-12-16 16:01:24 +00:00
"@radix-ui/react-tabs": "^0.1.4",
2021-05-02 12:29:43 +00:00
"@reduxjs/toolkit": "^1.5.1",
"@stitches/react": "^1.2.6",
2021-11-21 21:36:48 +00:00
"@strimertul/kilovolt-client": "^6.2.0",
2021-05-11 09:38:38 +00:00
"@types/node": "^15.0.2",
"@types/react": "^17.0.5",
"@types/react-dom": "^17.0.4",
2021-11-18 15:31:10 +00:00
"@vitejs/plugin-react": "^1.0.9",
2021-09-17 07:54:09 +00:00
"i18next": "^20.6.1",
"inter-ui": "^3.19.3",
"normalize.css": "^8.0.1",
2021-12-16 16:01:24 +00:00
"overlayscrollbars": "^1.13.1",
"overlayscrollbars-react": "^0.2.3",
"postcss-import": "^14.0.2",
2021-07-11 13:34:39 +00:00
"pretty-ms": "^7.0.1",
2021-05-02 12:29:43 +00:00
"react": "^17.0.2",
"react-dom": "^17.0.2",
2021-09-17 07:54:09 +00:00
"react-i18next": "^11.12.0",
2021-05-02 12:29:43 +00:00
"react-redux": "^7.2.4",
"react-router-dom": "^6.1.1",
2021-12-15 11:12:19 +00:00
"react-toastify": "^8.1.0",
2021-05-02 12:29:43 +00:00
"redux-devtools-extension": "^2.13.9",
"redux-thunk": "^2.3.0",
2021-05-11 09:38:38 +00:00
"sass": "^1.32.12",
2021-11-18 15:31:10 +00:00
"typescript": "^4.2.4",
"vite": "^2.6.14"
2021-05-02 12:29:43 +00:00
},
"scripts": {
2021-11-18 15:31:10 +00:00
"start": "vite",
"build": "vite build"
2021-05-02 12:29:43 +00:00
},
"browserslist": [
"last 1 Chrome version"
],
"devDependencies": {
2021-05-11 09:38:38 +00:00
"@typescript-eslint/eslint-plugin": "^4.23.0",
"@typescript-eslint/parser": "^4.23.0",
"eslint": "^7.26.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-typescript": "^2.4.0",
2021-05-02 12:29:43 +00:00
"eslint-plugin-import": "^2.22.1",
2021-05-11 09:38:38 +00:00
"eslint-plugin-prettier": "^3.4.0",
"prettier": "^2.3.0",
2021-05-02 12:29:43 +00:00
"rimraf": "^3.0.2"
}
}