{ "name": "wally-registry-frontend", "version": "0.3.2", "description": "Wally registry website", "publish": false, "license": "MIT", "scripts": { "dev": "fantasticon && concurrently -n parcel,tsc \"parcel -p 5000 --out-dir dev src/index.html\" \"tsc --pretty --watch\"", "dev:front": "fantasticon && concurrently -n parcel,tsc \"parcel --out-dir dev src/index.html\" \"tsc --pretty --watch\"", "build-server": "parcel build --public-url /static --out-dir build/server --target node src/server.js", "build-client": "fantasticon && node build.js", "build": "npm run build-server && npm run build-client", "check": "concurrently -n eslint,tsc,prettier \"eslint src\" tsc \"prettier --check src\"", "format": "prettier ./src -w", "lint": "npm run lint:prettier && npm run lint:eslint && npm run lint:tsc", "lint:prettier": "prettier ./src -c && prettier ./functions -c", "lint:eslint": "eslint ./src --ext .js,.ts,.tsx && eslint ./functions --ext .js,.ts,.tsx", "lint:tsc": "tsc --noEmit && tsc --noEmit -p functions/tsconfig.json" }, "dependencies": { "fastify": "^3.12.0", "fastify-static": "^4.0.1", "parcel-bundler": "^1.12.4", "react": "^17.0.1", "react-dom": "^17.0.1", "react-helmet": "^6.1.0", "react-router-dom": "^5.2.0", "react-select": "^5.2.0" }, "devDependencies": { "@babel/core": "^7.13.10", "@babel/plugin-proposal-dynamic-import": "^7.13.8", "@babel/plugin-transform-modules-commonjs": "^7.13.8", "@babel/preset-react": "^7.12.13", "@mdx-js/parcel-plugin-mdx": "^2.0.0-next.9", "@mdx-js/react": "^1.6.22", "@types/node": "^16.10.2", "@types/react": "^17.0.3", "@types/react-dom": "^17.0.9", "@types/react-helmet": "^6.1.0", "@types/react-router-dom": "^5.1.7", "@types/styled-components": "^5.1.9", "@typescript-eslint/eslint-plugin": "^4.20.0", "@typescript-eslint/parser": "^4.20.0", "babel-plugin-styled-components": "^1.12.0", "babel-polyfill": "^6.26.0", "concurrently": "^6.0.0", "eslint": "^7.22.0", "eslint-config-prettier": "^8.1.0", "eslint-plugin-react": "^7.22.0", "fantasticon": "^1.1.3", "parcel-bundler": "^1.12.5", "parcel-plugin-static-files-copy": "^2.6.0", "postcss": "^8.3.6", "postcss-modules": "^2.0.0", "prettier": "^2.2.1", "regenerator-runtime": "^0.13.7", "styled-components": "^5.2.1", "typescript": "^4.2.3" } }