You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wg-access-server/website/package.json

50 lines
1.1 KiB
JSON

{
"name": "website",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.5.1",
"@material-ui/icons": "^4.5.1",
"@types/jest": "24.0.19",
"@types/node": "12.11.5",
"@types/react": "16.9.9",
"@types/react-dom": "16.9.2",
"common-tags": "^1.8.0",
"date-fns": "^2.6.0",
"qrcode": "^1.4.2",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"react-easy-state": "^6.1.3",
"react-scripts": "3.2.0",
"tweetnacl-ts": "^1.0.3",
"typeface-roboto": "0.0.75",
"typescript": "3.6.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"proxy": "http://localhost:8000",
"devDependencies": {
"@types/common-tags": "^1.8.0",
"@types/qrcode": "^1.3.4"
}
}