|
1 | 1 | { |
2 | | - "name": "react-app", |
3 | | - "version": "0.1.0", |
4 | | - "private": true, |
5 | | - "homepage": ".", |
| 2 | + "name": "@syncfusion/ej2-react-hotel-room-reserve", |
| 3 | + "version": "1.0.0", |
| 4 | + "description": "Essential JS 2 - Hotel room booking application", |
| 5 | + "author": "Syncfusion Inc.", |
| 6 | + "license": "SEE LICENSE IN license", |
| 7 | + "scripts": { |
| 8 | + "start": "webpack-dev-server --open --mode development", |
| 9 | + "build": "webpack --mode production", |
| 10 | + "ci-publish": "gulp publish-sample" |
| 11 | + }, |
| 12 | + "devDependencies": { |
| 13 | + "@types/node": "^20.4.1", |
| 14 | + "@types/react": "^18.2.14", |
| 15 | + "@types/react-dom": "^18.2.6", |
| 16 | + "@types/react-router-dom": "^5.3.3", |
| 17 | + "css-loader": "^6.8.1", |
| 18 | + "html-webpack-plugin": "^5.5.3", |
| 19 | + "mini-css-extract-plugin": "^2.7.6", |
| 20 | + "terser-webpack-plugin": "^5.3.9", |
| 21 | + "ts-loader": "^9.4.4", |
| 22 | + "typescript": "^5.1.6", |
| 23 | + "webpack": "^5.88.1", |
| 24 | + "webpack-cli": "^5.1.4", |
| 25 | + "webpack-dev-server": "^4.15.1", |
| 26 | + "copy-webpack-plugin": "^12.0.2" |
| 27 | + }, |
6 | 28 | "dependencies": { |
7 | | - "@babel/plugin-transform-runtime": "^7.23.4", |
8 | | - "@babel/preset-env": "^7.23.3", |
9 | | - "@babel/preset-react": "^7.23.3", |
10 | | - "@babel/preset-typescript": "^7.23.3", |
11 | | - "@headlessui/react": "^1.7.15", |
12 | | - "@heroicons/react": "^2.0.18", |
| 29 | + "react": "^18.2.0", |
| 30 | + "react-dom": "^18.2.0", |
| 31 | + "react-router-dom": "^6.14.1", |
13 | 32 | "@syncfusion/ej2-react-grids": "*", |
14 | 33 | "@syncfusion/ej2-react-calendars": "*", |
15 | 34 | "@syncfusion/ej2-react-buttons": "*", |
16 | 35 | "@syncfusion/ej2-react-popups": "*", |
17 | 36 | "@syncfusion/ej2-react-inputs": "*", |
18 | 37 | "@syncfusion/ej2-react-dropdowns": "*", |
19 | 38 | "@syncfusion/ej2-react-navigations": "*", |
20 | | - "@syncfusion/ej2-react-maps": "*", |
21 | | - "@testing-library/jest-dom": "^5.16.5", |
22 | | - "@testing-library/react": "^13.4.0", |
23 | | - "@testing-library/user-event": "^13.5.0", |
24 | | - "@types/jest": "^27.5.2", |
25 | | - "@types/node": "^16.18.23", |
26 | | - "@types/numeral": "^2.0.2", |
27 | | - "@types/react": "^18.0.37", |
28 | | - "@types/react-dom": "^18.0.11", |
29 | | - "axios": "^1.4.0", |
30 | | - "babel-plugin-inline-react-svg": "^2.0.2", |
31 | | - "babel-plugin-transform-decorators": "^6.24.1", |
32 | | - "buffer": "^6.0.3", |
33 | | - "formik": "^2.4.2", |
34 | | - "moment": "^2.29.4", |
35 | | - "numeral": "^2.0.6", |
36 | | - "react": "^18.2.0", |
37 | | - "react-dom": "^18.2.0", |
38 | | - "react-inject-env": "^2.1.0", |
39 | | - "react-number-format": "^5.3.1", |
40 | | - "react-router-dom": "^6.11.1", |
41 | | - "react-scripts": "5.0.1", |
42 | | - "typescript": "^4.9.5", |
43 | | - "web-vitals": "^2.1.4", |
44 | | - "yup": "^1.2.0" |
45 | | - }, |
46 | | - "scripts": { |
47 | | - "start": "react-scripts start", |
48 | | - "build": "react-scripts build", |
49 | | - "test": "react-scripts test", |
50 | | - "eject": "react-scripts eject", |
51 | | - "format": "prettier --write \"./src/**/*.{js,jsx,ts,tsx,json,css,scss,md}\"", |
52 | | - "prepare": "husky install" |
53 | | - }, |
54 | | - "eslintConfig": { |
55 | | - "extends": [ |
56 | | - "react-app", |
57 | | - "react-app/jest" |
58 | | - ] |
59 | | - }, |
60 | | - "browserslist": { |
61 | | - "production": [ |
62 | | - ">0.2%", |
63 | | - "not dead", |
64 | | - "not op_mini all" |
65 | | - ], |
66 | | - "development": [ |
67 | | - "last 1 chrome version", |
68 | | - "last 1 firefox version", |
69 | | - "last 1 safari version" |
70 | | - ] |
71 | | - }, |
72 | | - "devDependencies": { |
73 | | - "@babel/plugin-proposal-private-property-in-object": "^7.21.11", |
74 | | - "autoprefixer": "^10.4.14", |
75 | | - "husky": "^8.0.3", |
76 | | - "postcss": "^8.4.22", |
77 | | - "prettier": "2.8.8", |
78 | | - "tailwindcss": "^3.3.1" |
| 39 | + "@syncfusion/ej2-react-maps": "*" |
79 | 40 | } |
80 | 41 | } |
0 commit comments