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

53 lines
1.4 KiB
JSON

{
"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.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
"common-tags": "^1.8.0",
"date-fns": "^2.16.1",
"google-protobuf": "^4.0.0-rc.1",
"mobx": "^5.15.4",
"mobx-react": "^6.2.2",
"mobx-utils": "^5.6.1",
"numeral": "^2.0.6",
"qrcode": "^1.4.4",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.3",
"tweetnacl-ts": "^1.0.3"
},
"devDependencies": {
"@types/common-tags": "^1.8.0",
"@types/numeral": "0.0.28",
"@types/qrcode": "^1.3.5",
"@types/react": "^16.9.50",
"@types/react-dom": "^16.9.8",
"@types/react-router-dom": "^5.1.5",
"grpc-ts-web": "0.1.8",
"prettier": "^2.1.2",
"typescript": "^4.0.3"
},
"proxy": "http://localhost:8000/api",
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}