-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.01 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
{
"name": "professional-test",
"version": "1.0.0",
"description": "react sass autoprefixer babel",
"main": "index.js",
"scripts": {
"start": "webpack serve --mode development",
"build": "webpack",
"lint": "eslint ./src",
"lint:fix": "npm run lint -- --fix",
"analyz": "webpack --analyze"
},
"author": "Anna Arbery",
"license": "ISC",
"browserslist": [
">0.1%",
"not dead",
"not op_mini all"
],
"dependencies": {
"@reduxjs/toolkit": "^2.0.1",
"clsx": "^2.1.0",
"date-fns": "^3.0.6",
"dotenv-webpack": "^8.0.1",
"firebase": "^10.10.0",
"flatpickr": "^4.6.13",
"html-react-parser": "^5.1.1",
"react": "^18.2.0",
"react-datepicker": "^4.25.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.49.2",
"react-imask": "^7.2.0",
"react-input-mask": "^2.0.4",
"react-redux": "^9.0.4",
"react-transition-group": "^4.4.5",
"redux": "^5.0.1",
"tailwindcss": "^3.3.6"
},
"devDependencies": {
"@babel/preset-env": "^7.23.5",
"@babel/preset-react": "^7.23.3",
"@svgr/webpack": "^8.1.0",
"autoprefixer": "^10.4.16",
"babel-loader": "^9.1.3",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.8.1",
"file-loader": "^6.2.0",
"group-css-media-queries-loader": "^4.3.0",
"html-webpack-plugin": "^5.5.4",
"image-webpack-loader": "^8.1.0",
"mini-css-extract-plugin": "^2.7.6",
"postcss-loader": "^7.3.3",
"sass": "^1.69.5",
"sass-loader": "^13.3.2",
"terser-webpack-plugin": "^5.3.9",
"url-loader": "^4.1.1",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
},
"optionalDependencies": {
"eslint": "^8.56.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^3.1.1",
"stylelint": "^16.1.0",
"stylelint-scss": "^6.0.0",
"webpack-bundle-analyzer": "^4.10.1",
"webpack-dev-server": "^4.15.1"
}
}