|
2 | 2 | "name": "bottlecrm",
|
3 | 3 | "version": "0.1.0",
|
4 | 4 | "private": true,
|
| 5 | + "homepage": "https://bottlecrm.com/app", |
5 | 6 | "dependencies": {
|
| 7 | + "@sentry/react": "^6.0.2", |
| 8 | + "@sentry/tracing": "^6.0.2", |
6 | 9 | "@testing-library/jest-dom": "^4.2.4",
|
7 | 10 | "@testing-library/react": "^9.3.2",
|
8 | 11 | "@testing-library/user-event": "^7.1.2",
|
9 | 12 | "axios": "^0.21.0",
|
10 | 13 | "formik": "^2.2.5",
|
| 14 | + "mini-css-extract-plugin": "^1.3.4", |
11 | 15 | "moment": "^2.29.1",
|
| 16 | + "npm": "^6.14.11", |
12 | 17 | "react": "^16.13.1",
|
13 | 18 | "react-dom": "^16.13.1",
|
14 | 19 | "react-phone-input-2": "^2.13.9",
|
15 | 20 | "react-router-dom": "^5.2.0",
|
16 | 21 | "react-scripts": "3.4.1",
|
17 |
| - "react-select": "^3.1.0" |
| 22 | + "react-select": "^3.1.0", |
| 23 | + "start": "^5.1.0" |
18 | 24 | },
|
19 | 25 | "scripts": {
|
20 |
| - "start": "react-scripts start", |
21 |
| - "build": "react-scripts build", |
22 | 26 | "test": "react-scripts test",
|
23 | 27 | "eject": "react-scripts eject",
|
24 |
| - "eslint": "eslint src/**/*.js" |
| 28 | + "start": "react-scripts start", |
| 29 | + "serve": "webpack serve --config webpack.config.js --progress --profile --watch --content-base src/", |
| 30 | + "build": "react-scripts build", |
| 31 | + "eslint": "eslint src/**/*.js", |
| 32 | + "webpack-serve": "webpack-dev-server --mode development", |
| 33 | + "webpack-server": "npm run serve && node dist/server.js", |
| 34 | + "format": "prettier --write \"src/**/*.js\"", |
| 35 | + "eslint-fix": "eslint --fix \"src/**/*.js\"", |
| 36 | + "webpack-start": "webpack serve --mode development --color --watch -open notepad.exe", |
| 37 | + "webpack-build": "webpack --mode production" |
25 | 38 | },
|
26 | 39 | "eslintConfig": {
|
27 | 40 | "extends": "react-app"
|
|
39 | 52 | ]
|
40 | 53 | },
|
41 | 54 | "devDependencies": {
|
42 |
| - "eslint": "^7.5.0", |
| 55 | + "babel-core": "^6.26.3", |
| 56 | + "babel-loader": "8.1.0", |
| 57 | + "babel-plugin-transform-runtime": "^6.23.0", |
| 58 | + "babel-polyfill": "^6.26.0", |
| 59 | + "babel-preset-env": "^1.7.0", |
| 60 | + "babel-preset-react": "^6.24.1", |
| 61 | + "css-loader": "^5.0.1", |
| 62 | + "eslint": "^6.6.0", |
43 | 63 | "eslint-config-standard": "^14.1.1",
|
44 | 64 | "eslint-plugin-import": "^2.22.0",
|
45 |
| - "eslint-plugin-jsx-a11y": "^6.3.1", |
46 | 65 | "eslint-plugin-node": "^11.1.0",
|
47 | 66 | "eslint-plugin-promise": "^4.2.1",
|
48 | 67 | "eslint-plugin-react": "^7.20.5",
|
49 |
| - "eslint-plugin-standard": "^4.0.1" |
| 68 | + "eslint-plugin-standard": "^4.0.1", |
| 69 | + "html-webpack-plugin": "^4.5.1", |
| 70 | + "style-loader": "^2.0.0", |
| 71 | + "webpack": "4.42.0", |
| 72 | + "webpack-cli": "^4.4.0", |
| 73 | + "webpack-dev-server": "3.10.3" |
50 | 74 | }
|
51 | 75 | }
|
0 commit comments