forked from atlp-rwanda/e-comm-team-emma25-fe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
113 lines (113 loc) · 3.84 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"name": "team-emma-25-e-comm-fn",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack --config webpack.config.js && cp _redirects dist/",
"start": "webpack server --open",
"dev": "npm-run-all -s build start",
"test": "jest --detect-openHandles --config ./src/jest.config.ts --forceExit",
"test:coverage": "jest --detect-openHandles --config ./src/jest.config.ts --coverage --forceExit",
"format-check": "prettier \"src/**/*.{js,jsx,ts,tsx}\" --check",
"format": "prettier --write \"src/**/*.{ts,tsx,js,jsx}\"",
"lint": "eslint \"src/**/*.{js,jsx,ts,tsx}\" --quiet",
"prepare": "husky install",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/icons-material": "^5.11.16",
"@mui/joy": "^5.0.0-alpha.76",
"@mui/material": "^5.11.16",
"@mui/x-data-grid": "^6.3.0",
"@reduxjs/toolkit": "^1.9.5",
"@splidejs/react-splide": "^0.7.12",
"@types/react-dom": "^18.0.11",
"@types/react-router-dom": "^5.3.3",
"@types/socket.io-client": "^3.0.0",
"axios": "^1.3.5",
"dotenv": "^16.0.3",
"fs": "^0.0.1-security",
"js-cookie": "^3.0.1",
"material-ui-popup-state": "^5.0.8",
"node-polyfill-webpack-plugin": "^2.0.1",
"node-sass": "^8.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.43.9",
"react-hot-toast": "^2.4.0",
"react-push-notification": "^1.3.0",
"react-redux": "^8.0.5",
"react-responsive-carousel": "^3.2.23",
"react-router-dom": "^6.9.0",
"react-swipeable-views": "^0.14.0",
"react-toastify": "^9.1.2",
"sass-loader": "^13.2.2",
"socket.io-client": "^4.6.1",
"style-loader": "^3.3.2",
"ts-loader": "^9.4.2",
"ts-node": "^10.9.1",
"ts-node-dev": "^2.0.0",
"typescript": "^5.0.2",
"webpack": "^5.76.3",
"webpack-cli": "^5.0.1"
},
"devDependencies": {
"@babel/core": "^7.21.3",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.0",
"@storybook/addon-actions": "^6.5.16",
"@storybook/addon-backgrounds": "^6.5.16",
"@storybook/addon-controls": "^6.5.16",
"@storybook/addon-essentials": "^6.4.22",
"@storybook/addon-interactions": "^6.5.16",
"@storybook/addon-links": "^6.5.16",
"@storybook/builder-webpack5": "^6.5.16",
"@storybook/manager-webpack5": "^6.5.16",
"@storybook/react": "^7.0.2",
"@storybook/testing-library": "^0.0.13",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.5.0",
"@types/react": "^18.0.37",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
"babel-jest": "^29.5.0",
"babel-loader": "^9.1.2",
"coveralls": "^3.1.1",
"css-loader": "^6.7.3",
"dotenv-webpack": "^8.0.1",
"eslint": "^8.36.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-typescript": "^3.5.3",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-storybook": "^0.6.11",
"html-webpack-plugin": "^5.5.0",
"husky": "^8.0.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"node-libs-browser": "^2.2.1",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.7",
"sass-loader": "^13.2.2",
"style-loader": "^3.3.2",
"terser-webpack-plugin": "^5.3.7",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.1",
"webpack": "^5.76.3",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.13.1"
}
}