ohmyform-ui/package.json
2020-06-09 16:27:56 +02:00

67 lines
2.0 KiB
JSON

{
"name": "ohmyform-react",
"version": "0.9.1",
"license": "AGPL-3.0-or-later",
"scripts": {
"start:dev": "next dev -p 4000",
"build": "next build",
"lint": "eslint pages/ store/ components/ graphql/",
"export": "cross-env SPA=1 next build && 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.1.0",
"@apollo/react-hooks": "^3.1.5",
"@lifeomic/axios-fetch": "^1.4.2",
"antd": "^4.2.2",
"apollo-boost": "^0.4.9",
"axios": "^0.19.2",
"cross-env": "^7.0.2",
"dayjs": "^1.8.27",
"graphql": "^15.0.0",
"i18next": "^19.4.5",
"i18next-browser-languagedetector": "^4.2.0",
"next": "9.4.0",
"next-images": "^1.4.0",
"next-redux-wrapper": "^6.0.0",
"react": "16.13.1",
"react-color": "^2.18.1",
"react-dom": "16.13.1",
"react-i18next": "^11.5.0",
"react-icons": "^3.10.0",
"react-id-swiper": "^3.0.0",
"react-redux": "^7.2.0",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"redux-thunk": "^2.3.0",
"sass": "^1.26.5",
"styled-components": "^5.1.1",
"swiper": "^5.4.1"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/lifeomic__axios-fetch": "^1.4.0",
"@types/node": "^14.0.1",
"@types/node-fetch": "^2.5.7",
"@types/react": "^16.9.35",
"@types/styled-components": "^5.1.0",
"@types/swiper": "^5.3.1",
"@typescript-eslint/eslint-plugin": "^3.2.0",
"@typescript-eslint/parser": "^3.2.0",
"commander": "^5.1.0",
"eslint": "^7.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "^4.0.4",
"glob": "^7.1.6",
"lodash.merge": "^4.6.2",
"prettier": "^2.0.5",
"ts-node": "^8.10.2",
"typescript": "^3.9.2"
}
}