ohmyform-ui/package.json
2021-05-02 15:52:19 +02:00

71 lines
2.2 KiB
JSON

{
"name": "ohmyform-react",
"version": "1.0.0-alpha",
"license": "AGPL-3.0-or-later",
"scripts": {
"start:dev": "next dev -p 4000",
"build": "next build",
"lint": "eslint pages/ store/ components/ graphql/",
"type-check": "tsc --pretty",
"export": "cross-env SPA=1 next build && cross-env SPA=1 next export",
"start": "next start -p $PORT",
"translation:sort": "cross-env TS_NODE_TRANSPILE_ONLY=true ts-node-script locales/sort.ts",
"translation:missing": "cross-env TS_NODE_TRANSPILE_ONLY=true ts-node locales/missing.ts"
},
"dependencies": {
"@ant-design/icons": "^4.6.2",
"@apollo/client": "^3.3.15",
"@lifeomic/axios-fetch": "^2.0.0",
"antd": "^4.15.3",
"axios": "^0.21.1",
"cross-env": "^7.0.3",
"dayjs": "^1.10.4",
"exceljs": "^4.2.1",
"graphql": "^15.5.0",
"i18next": "^19.9.2",
"i18next-browser-languagedetector": "^6.1.0",
"isomorphic-fetch": "^3.0.0",
"next": "^10.2.0",
"next-images": "^1.7.0",
"next-redux-wrapper": "^6.0.2",
"react": "^17.0.2",
"react-color": "^2.19.3",
"react-dom": "^17.0.2",
"react-github-button": "^0.1.11",
"react-i18next": "^11.8.15",
"react-icons": "^3.11.0",
"react-id-swiper": "^4.0.0",
"react-markdown": "^4.3.1",
"react-redux": "^7.2.4",
"redux": "^4.1.0",
"redux-devtools-extension": "^2.13.9",
"redux-thunk": "^2.3.0",
"sass": "^1.32.12",
"styled-components": "^5.2.3",
"swiper": "^6.5.8"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/lifeomic__axios-fetch": "^1.5.0",
"@types/node": "^14.14.43",
"@types/node-fetch": "^2.5.10",
"@types/react": "^17.0.4",
"@types/styled-components": "^5.1.9",
"@types/swiper": "^5.4.2",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"commander": "^6.2.1",
"eslint": "^7.25.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"glob": "^7.1.6",
"lodash.merge": "^4.6.2",
"prettier": "^2.1.1",
"ts-node": "^9.1.1",
"typescript": "^4.2.4"
}
}