ohmyform-ui/package.json
2020-05-31 23:59:22 +02:00

44 lines
1.1 KiB
JSON

{
"name": "ohmyform-react",
"version": "0.9.0",
"license": "MIT",
"scripts": {
"start:dev": "next dev -p 4000",
"build": "next build",
"export": "next build && next export",
"start": "next start -p $PORT",
"server": "node server.js"
},
"dependencies": {
"@ant-design/icons": "^4.1.0",
"@apollo/react-hooks": "^3.1.5",
"@lifeomic/axios-fetch": "^1.4.2",
"@types/swiper": "^5.3.1",
"antd": "^4.2.2",
"apollo-boost": "^0.4.9",
"axios": "^0.19.2",
"dayjs": "^1.8.27",
"graphql": "^15.0.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-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/node": "^14.0.1",
"@types/react": "^16.9.35",
"typescript": "^3.9.2"
}
}