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

49 lines
1.3 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",
2021-05-02 12:29:43 +00:00
"@reach/router": "^1.3.4",
"@reduxjs/toolkit": "^1.5.1",
"@strimertul/kilovolt-client": "^5.0.1",
2021-05-11 09:38:38 +00:00
"@types/node": "^15.0.2",
2021-05-02 12:29:43 +00:00
"@types/reach__router": "^1.3.7",
2021-05-11 09:38:38 +00:00
"@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-05-02 12:29:43 +00:00
"bulma": "^0.9.2",
2021-09-17 07:54:09 +00:00
"i18next": "^20.6.1",
"parcel": "^2.0.1",
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",
"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": {
"@parcel/transformer-sass": "^2.0.0-beta.2",
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"
}
}