1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- {
- "name": "modularity-entry",
- "version": "0.2.32",
- "private": true,
- "main": "./dist/export.js",
- "dependencies": {
- "@ckeditor/ckeditor5-build-classic": "^12.1.0",
- "@ckeditor/ckeditor5-react": "^1.1.3",
- "@material-ui/core": "^3.9.2",
- "@material-ui/icons": "^3.0.2",
- "@trendmicro/react-sidenav": "^0.4.5",
- "braintree-web": "^2.32.1",
- "ckeditor4-react": "^1.0.0-beta",
- "google-map-react": "^1.1.4",
- "http-proxy-middleware": "^0.19.1",
- "modularity-front": "git+http://git.onarbooks.com/Klapi/modularity-front.git",
- "moment-timezone": "^0.5.25",
- "react-moment": "^0.9.2",
- "react-google-recaptcha": "^1.0.5",
- "react-image-gallery": "^0.8.16",
- "react-excel-renderer": "^1.1.0",
- "react-input-range": "^1.3.0"
- },
- "scripts": {
- "start": "react-scripts start",
- "buildlib": "rm -rf dist && cross-env NODE_ENV=production babel src --out-dir dist --copy-files --ignore __tests__,spec.js,test.js,__snapshots__,src/Environments",
- "minify": "webpack-cli --config ./webpack.config.js",
- "build": "node build",
- "test": "react-scripts test",
- "eject": "react-scripts eject"
- },
- "eslintConfig": {
- "extends": "react-app"
- },
- "browserslist": [
- ">0.2%",
- "not dead",
- "not ie <= 11",
- "not op_mini all"
- ],
- "proxy": "http://localhost:3001",
- "devDependencies": {
- "@babel/cli": "^7.4.4",
- "@babel/core": "^7.4.3",
- "@babel/preset-env": "^7.4.3",
- "@babel/preset-es2017": "^7.0.0-beta.53",
- "@babel/preset-react": "^7.0.0",
- "babel-loader": "^8.0.6",
- "babel-preset-minify": "^0.5.0",
- "cross-env": "^5.2.0",
- "css-loader": "^2.1.1",
- "rewire": "^4.0.1",
- "terser": "^4.0.0",
- "terser-webpack-plugin": "^1.3.0",
- "webpack": "^4.33.0",
- "webpack-cli": "^3.3.3",
- "react": "^16.8.4",
- "react-scripts": "2.1.5",
- "react-dom": "^16.8.1",
- "react-materialize": "^3.0.0"
- }
- }
|