-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.66 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
{
"name": "wre-frontend",
"version": "0.1.2",
"type": "module",
"scripts": {
"analyze": "webpack-bundle-analyzer ./build/stats.json",
"dev": "webpack serve --mode development --open",
"dev2": "react-scripts start",
"build": "webpack --mode production",
"start": "serve -s build",
"test:e2e": "npx playwright test",
"format": "prettier --write \"**/*.+(js|ts|jsx|tsx|json|css|md|yml|yaml|html)\"",
"format:check": "prettier --check \"**/*.+(js|ts|jsx|tsx|json|css|md|yml|yaml|html)\""
},
"dependencies": {
"@cloudinary/url-gen": "^1.21.0",
"@tanstack/react-table": "^8.20.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hot-toast": "^2.4.1",
"react-multi-carousel": "^2.8.5",
"react-router-dom": "^6.26.2",
"react-transition-group": "^4.4.5"
},
"devDependencies": {
"@axe-core/playwright": "^4.10.0",
"@axe-core/watcher": "^3.15.2",
"@babel/core": "^7.25.2",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/preset-env": "^7.25.4",
"@babel/preset-react": "^7.24.7",
"@playwright/test": "^1.47.2",
"babel-loader": "^9.2.1",
"compression-webpack-plugin": "^11.1.0",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.2",
"dotenv": "^16.4.5",
"html-webpack-plugin": "^5.6.0",
"mini-css-extract-plugin": "^2.9.1",
"playwright": "^1.47.2",
"prettier": "^3.3.3",
"react-scripts": "^5.0.1",
"serve": "^14.2.3",
"style-loader": "^4.0.0",
"terser-webpack-plugin": "^5.3.10",
"webpack": "^5.95.0",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0"
}
}