learngerman/package.json

43 lines
1.1 KiB
JSON
Raw Normal View History

2021-10-11 20:25:55 +00:00
{
2021-10-12 01:25:39 +00:00
"scripts": {
2021-10-13 12:57:54 +00:00
"dev": "cd orig/ && vite",
"build": "cd orig/ && vite build"
2021-10-12 01:25:39 +00:00
},
2021-10-11 20:25:55 +00:00
"dependencies": {
"@apollo/client": "^3.4.16",
"classnames": "^2.3.1",
"crypto-hash": "^1.3.0",
"graphql": "^15.6.1",
"graphql-tag": "^2.12.5",
"minimist": "^1.2.5",
"mkdirp": "^1.0.4",
"react": "^17.0.2",
"react-beforeunload": "^2.5.2",
"react-dom": "^17.0.2",
"react-google-recaptcha": "^2.1.0",
"react-helmet-async": "^1.1.2",
"react-hook-form": "^7.17.2",
"react-redux": "^7.2.5",
"react-router": "^5.2.1",
"react-router-dom": "^5.3.0",
"react-simple-keyboard": "^3.2.104",
"redux": "^4.1.1",
"redux-storage": "https://github.com/react-stack/redux-storage",
"redux-storage-engine-localstorage": "^1.1.4",
"redux-thunk": "^2.3.0",
"simple-keyboard-layouts": "^3.0.197",
"source-map": "^0.7.3",
"styled-components": "^5.3.1",
"stylis": "^4.0.10",
"stylis-plugin-rtl": "^2.1.0",
"video.js": "^7.15.4",
"videojs-contrib-quality-levels": "^2.1.0",
"videojs-hls-quality-selector": "^1.1.4",
"videojs-seek-buttons": "^2.2.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^1.0.2",
"vite": "^2.6.5"
}
}