-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
50 lines (50 loc) · 1.8 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "swiggy-clone",
"version": "1.0.0",
"description": "- Local Server\r - Dev Build\r - HMR = Hot Module Replacement\r - File Watching Algorithm - written in C++\r - Caching - Faster Builds\r - Image Optimization\r - Minfication of file\r - Bundling of files\r - Compression of files\r - Consistent Hashing\r - Code Splitting\r - Differential Bundling - support older browsers\r - Diagnostic\r - Error Handling\r - HTTPs support\r - Tree Shaking - remove unused code\r - Different dev and prod bundles",
"scripts": {
"start": "parcel index.html",
"build": "parcel build index.html",
"test": "jest",
"watch-test": "jest --watchAll"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shivang1305/namaste-react.git#master"
},
"author": "Shivang Sharma",
"license": "ISC",
"bugs": {
"url": "https://github.com/shivang1305/namaste-react/issues"
},
"homepage": "https://github.com/shivang1305/namaste-react/tree/master#readme",
"dependencies": {
"@babel/preset-react": "^7.22.5",
"@parcel/babel-preset-env": "^2.9.3",
"@reduxjs/toolkit": "^1.9.5",
"@testing-library/jest-dom": "^5.17.0",
"babel-plugin-transform-remove-strict-mode": "^0.0.2",
"formik": "^2.4.1",
"lottie-web": "^5.12.2",
"parcel": "^2.9.3",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.0.0",
"react-lottie": "^1.2.4",
"react-redux": "^8.1.1",
"react-router-dom": "^6.11.2",
"yup": "^1.2.0"
},
"devDependencies": {
"@babel/core": "^7.22.9",
"@babel/preset-env": "^7.22.9",
"@testing-library/react": "^14.0.0",
"babel-jest": "^29.6.1",
"jest": "^29.6.1",
"jest-environment-jsdom": "^29.6.1",
"postcss": "^8.4.24",
"process": "^0.11.10",
"tailwindcss": "^3.3.2"
}
}