-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
130 lines (130 loc) · 4.16 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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
{
"name": "cod-bn-fe",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "webpack --mode production",
"dev": "yarn run build:css && webpack-dev-server --mode development --open",
"build": "webpack --mode production",
"test": "jest --config=jest.config.json",
"test:watch": "yarn test --watch",
"eslint-fix": "npx eslint src/**/*.{js,jsx} --fix",
"sass": "sass src/styles:src/styles --watch --no-source-map",
"build:css": "postcss src/styles/tailwind.scss -o src/styles/index.scss",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"repository": "https://github.com/atlp-rwanda/cod-bn-fe.git",
"author": "cod",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.17.10",
"@babel/preset-env": "^7.17.10",
"@babel/preset-react": "^7.16.7",
"@storybook/addon-actions": "^6.4.22",
"@storybook/addon-essentials": "^6.4.22",
"@storybook/addon-interactions": "^6.4.22",
"@storybook/addon-links": "^6.4.22",
"@storybook/react": "^6.4.22",
"@storybook/testing-library": "^0.0.11",
"@testing-library/cypress": "^8.0.2",
"@testing-library/dom": "^8.13.0",
"@testing-library/jest-dom": "^5.16.4",
"@types/node": "^14.0.18",
"@types/regenerator-runtime": "^0.13.1",
"autoprefixer": "^10.4.7",
"babel-jest": "^28.1.0",
"babel-loader": "^8.2.5",
"css-loader": "^6.7.1",
"cypress": "^9.7.0",
"eslint": "6.6.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.3",
"eslint-plugin-react-hooks": "^4.0.8",
"file-loader": "^6.2.0",
"html-webpack-plugin": "4",
"jest": "^28.1.0",
"jest-environment-jsdom": "^28.1.0",
"jest-localstorage-mock": "^2.4.21",
"jest-transform-css": "^4.0.1",
"jest-transform-stub": "^2.0.0",
"msw": "^0.40.0",
"prettier": "^2.0.5",
"react-test-renderer": "^18.1.0",
"redux-mock-store": "^1.5.4",
"regenerator-runtime": "^0.13.9",
"sass": "^1.51.0",
"style-loader": "^3.3.1",
"tailwindcss": "^3.0.24",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.9.0"
},
"dependencies": {
"@babel/eslint-parser": "^7.17.0",
"@babel/plugin-transform-runtime": "^7.18.0",
"@babel/runtime": "^7.18.0",
"@cypress/react": "^5.12.5",
"@cypress/webpack-dev-server": "^1.8.4",
"@headlessui/react": "^1.6.4",
"@heroicons/react": "^1.0.6",
"@react-icons/all-files": "^4.1.0",
"@reduxjs/toolkit": "^1.8.2",
"@storybook/addon-postcss": "^2.0.0",
"@tailwindcss/forms": "^0.5.2",
"@testing-library/react": "^13.2.0",
"@testing-library/user-event": "^14.2.0",
"autoprefixer": "^10.4.7",
"axios": "^0.27.2",
"chart.js": "^3.8.0",
"core-js": "^3.23.1",
"css-loader": "^6.7.1",
"dotenv": "^16.0.1",
"dotenv-flow": "^3.2.0",
"dotenv-webpack": "^7.1.0",
"env-cmd": "^10.1.0",
"feather-icons": "^4.29.0",
"jest-canvas-mock": "^2.4.0",
"jwt-decode": "^3.1.2",
"moment": "^2.29.3",
"node-sass": "^7.0.1",
"postcss": "^8.4.13",
"postcss-cli": "^9.1.0",
"postcss-import": "^14.1.0",
"postcss-loader": "^7.0.0",
"postcss-preset-env": "^7.6.0",
"prop-types": "^15.8.1",
"react": "^18.1.0",
"react-chartjs-2": "3.3.0",
"react-chat-elements": "^11.0.1",
"react-dom": "^18.1.0",
"react-facebook-login": "^4.1.1",
"react-google-login": "^5.2.2",
"react-icons": "^4.4.0",
"react-placeholder-image": "^0.1.8",
"react-redux": "^8.0.1",
"react-router-dom": "^6.3.0",
"react-scripts": "^5.0.1",
"react-select": "^5.3.2",
"react-table": "^7.8.0",
"react-toastify": "^9.0.4",
"redux": "^4.2.0",
"regenerator-runtime": "^0.13.9",
"socket.io-client": "^4.5.1",
"socket.io-mock": "^1.3.2",
"start-server-and-test": "^1.14.0",
"style-loader": "^3.3.1",
"swiper": "6.8.4",
"tailwind-scrollbar": "^1.3.1",
"tailwindcss": "^3.0.24"
},
"browserslist": [
"last 1 version",
"> 1%",
"IE 10"
]
}