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

60 lines
1.5 KiB
JSON

{
"name": "website",
"version": "0.1.0",
"private": true,
"scripts": {
"codegen": "node_modules/.bin/grpc-ts-web -o src/sdk ../proto/*.proto",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"prettier": "prettier ./src/**/*.{ts,tsx} --write"
},
"dependencies": {
"@material-ui/core": "^4.9.0",
"@material-ui/icons": "^4.5.1",
"@types/jest": "24.9.1",
"@types/node": "13.5.0",
"@types/react": "16.9.19",
"@types/react-dom": "16.9.5",
"common-tags": "^1.8.0",
"date-fns": "^2.10.0",
"mobx": "^5.15.4",
"mobx-react": "^6.1.8",
"mobx-utils": "^5.5.5",
"numeral": "^2.0.6",
"qrcode": "^1.4.4",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-router-dom": "^5.1.2",
"react-scripts": "3.3.0",
"tweetnacl-ts": "^1.0.3",
"typeface-roboto": "0.0.75",
"typescript": "3.7.5"
},
"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/numeral": "0.0.26",
"@types/qrcode": "^1.3.4",
"@types/react-router-dom": "^5.1.3",
"grpc-ts-web": "0.1.6",
"prettier": "^1.19.1"
}
}