@qonsoll/component-builder
Version:
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
105 lines (104 loc) • 2.86 kB
JSON
{
"name": "@qonsoll/component-builder",
"version": "0.2.2",
"private": false,
"author": "qonsoll",
"module": "dist/index.js",
"scripts": {
"start": "react-scripts start",
"build": "rm -rf dist&&rollup -c",
"deploy": "rm -rf dist&&rollup -c&&npm publish"
},
"files": [
"dist",
"README.md"
],
"keywords": [
"react",
"react v17",
"library",
"rollup",
"components",
"builder",
"landing builder",
"landing"
],
"dependencies": {
"@ant-design/icons": "4.7.0",
"@babel/types": "7.17.0",
"@qonsoll/qonstructor-next-components": "0.0.1",
"@qonsoll/qonstructor-react-components": "1.0.1",
"@qonsoll/translation": "0.4.3",
"@qonsoll/qvideo": "0.1.66",
"@qonsoll/react-design": "2.1.116",
"@umijs/hooks": "1.9.3",
"animate.css": "4.1.0",
"antd": "4.16.8",
"emmet": "2.3.4",
"firebase": "9.4.0",
"handlebars": "4.7.7",
"html-to-image": "1.9.0",
"lodash": "4.17.20",
"nanoid": "3.1.29",
"react-draggable": "4.4.4"
},
"devDependencies": {
"@babel/core": "7.15.8",
"@babel/preset-env": "7.15.8",
"@babel/preset-react": "7.14.5",
"@loadable/babel-plugin": "5.13.2",
"@rollup/plugin-babel": "5.3.0",
"@rollup/plugin-json": "4.1.0",
"rollup-plugin-handlebars-plus": "^0.4.2",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-flowtype": "^5.1.3",
"eslint-plugin-import": "^2.21.2",
"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",
"postcss": "8.3.9",
"prettier": "2.0.5",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-jest": "^25.2.2",
"eslint-plugin-testing-library": "^5.0.0",
"babel-eslint": "^10.1.0",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@typescript-eslint/eslint-plugin": "^5.2.0",
"@typescript-eslint/parser": "^5.2.0",
"stylelint-config-standard-scss": "2.0.1",
"rollup": "2.58.0",
"babel-preset-meteor": "7.10.0",
"rollup-plugin-commonjs": "10.1.0",
"rollup-plugin-copy": "3.4.0",
"rollup-plugin-peer-deps-external": "2.2.4",
"rollup-plugin-postcss": "4.0.1",
"rollup-plugin-terser": "7.0.2",
"react-scripts": "4.0.3",
"react": "17.0.2",
"react-dom": "17.0.2",
"styled-components": "5.3.0",
"react-router-dom": "6.0.1"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}