{ "name": "web2.0-frontend", "version": "0.1.0", "description": "Web 2.0 Frontend. React, Typescript.", "repository": { "type": "git", "url": "https://gitlab.com/sahkoinsinoorikilta/vtmk/web2.0-frontend.git" }, "keywords": [ "react", "webpack", "typescript", "babel", "sass", "hmr", "starter", "boilerplate" ], "author": "Jan Tuomi", "license": "MIT", "homepage": "https://sik.ayy.fi", "scripts": { "build": "next build", "build:server": "webpack -p --config=configs/webpack/prod.js --env.platform=server", "build:client": "webpack -p --config=configs/webpack/prod.js --env.platform=client", "lint": "npm run lint:es && npm run lint:css", "lint:es": "eslint \"./src/**/*.{ts,tsx}\"", "lint:es:fix": "eslint --fix \"./src/**/*.{ts,tsx}\"", "lint:css": "stylelint \"./src/**/*.{ts,tsx}\"", "start": "npm run start-dev", "start-dev": "next dev", "serve": "next start", "start-prod": "npm run build && npm run serve", "test": "npm run test:e2e:verbose", "test:e2e": "npm-run-all -p -r serve test:e2e:testcafe", "test:e2e:verbose": "npm-run-all -p -r serve test:e2e:testcafe:verbose", "test:e2e:testcafe": "testcafe -S -s 'tests/testcafe/screenshots' --app-init-delay 2000 chrome:headless tests/testcafe", "test:e2e:testcafe:verbose": "testcafe -S -s 'tests/testcafe/screenshots' --app-init-delay 2000 chrome tests/testcafe" }, "husky": { "hooks": { "pre-push": "npm-run-all -s lint build test" } }, "devDependencies": { "@types/jest": "24.0.22", "@types/js-cookie": "2.2.4", "@types/react": "16.8.18", "@types/react-beautiful-dnd": "13.0.0", "@types/react-csv": "1.1.1", "@types/react-dom": "16.8.4", "@types/react-helmet": "6.0.0", "@types/react-jsonschema-form": "1.7.3", "@types/shortid": "0.0.29", "@types/styled-components": "5.1.1", "@typescript-eslint/eslint-plugin": "^4.8.2", "@typescript-eslint/parser": "^4.8.2", "babel-plugin-styled-components": "1.10.7", "eslint": "^7.14.0", "eslint-config-standard": "^16.0.2", "eslint-plugin-import": "^2.22.1", "eslint-plugin-jsx-a11y": "^6.4.1", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-react": "^7.21.5", "eslint-plugin-standard": "^5.0.0", "express": "4.17.0", "helmet": "3.21.2", "husky": "1.3.1", "morgan": "1.9.1", "npm-run-all": "4.1.5", "react": "16.8.6", "react-addons-test-utils": "15.6.2", "react-dom": "16.8.6", "stylelint": "11.1.1", "stylelint-config-recommended": "3.0.0", "stylelint-config-styled-components": "0.1.1", "stylelint-processor-styled-components": "1.10.0", "testcafe": "1.6.1", "testcafe-react-selectors": "2.1.0", "typescript": "3.9.5", "typescript-plugin-styled-components": "1.4.4" }, "dependencies": { "axios": "0.19.0", "date-fns": "2.0.0-alpha.27", "js-cookie": "2.2.0", "lodash": "4.17.20", "next": "10.0.4", "normalize.css": "8.0.1", "query-string": "6.5.0", "react-beautiful-dnd": "10.1.1", "react-csv": "2.0.3", "react-jsonschema-form": "^1.8.1", "react-markdown": "4.3.1", "react-mde": "11.0.0", "shortid": "2.2.14", "styled-components": "5.1.1", "swr": "0.3.11" } }