-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
124 lines (124 loc) · 4.1 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
{
"name": "sdr-frontend",
"version": "1.0.3",
"private": true,
"author": "Sorok-Dva <sorokdva.developer@gmail.com>",
"homepage": "https://sentier-des-reves.fr",
"repository": {
"type": "git",
"url": "git+https://github.com/SorokDva/sdr-frontend-app.git"
},
"scripts": {
"start": "NODE_OPTIONS=--openssl-legacy-provider PORT=3011 react-scripts start",
"build": "NODE_OPTIONS=--openssl-legacy-provider react-scripts build && npm run sentry:sourcemaps && npm run sentry:sourcemaps",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint src --ext .js,.ts,.tsx --fix",
"install:clean": "rm -rf node_modules/ && rm -rf package-lock.json && npm install && npm start",
"compile:scss": "sass src/assets/scss/argon-dashboard-react.scss src/assets/css/argon-dashboard-react.css",
"minify:scss": "sass src/assets/scss/argon-dashboard-react.scss src/assets/css/argon-dashboard-react.min.css --style compressed",
"build:scss": "npm run compile:scss && npm run minify:scss && npm run map:scss",
"sentry:sourcemaps": "sentry-cli sourcemaps inject --org sentier-des-reves --project sdr-frontend ./build && sentry-cli sourcemaps upload --org sentier-des-reves --project sdr-frontend ./build"
},
"proxy": "http://localhost:3010/",
"dependencies": {
"@babel/runtime": "^7.25.4",
"@sentry/cli": "^2.36.1",
"@sentry/react": "^8.30.0",
"@tabler/icons-react": "^3.17.0",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@tinymce/tinymce-react": "^5.1.1",
"@tsparticles/engine": "^3.5.0",
"@tsparticles/react": "^3.0.0",
"@tsparticles/slim": "^3.5.0",
"@types/aos": "^3.0.7",
"@types/fslightbox-react": "^1.7.7",
"@types/jest": "^29.5.13",
"@types/node": "^22.5.0",
"@types/react": "^18.3.5",
"@types/react-bootstrap": "^0.32.36",
"@types/react-dom": "^18.3.0",
"@types/styled-components": "^5.1.34",
"ajv": "^8.17.1",
"ajv-keywords": "^5.1.0",
"animate.css": "^4.1.1",
"aos": "^2.3.4",
"autoprefixer": "10.4.20",
"bootstrap": "^5.3.3",
"chart.js": "^4.4.4",
"clsx": "^2.1.1",
"framer-motion": "^11.5.4",
"fslightbox-react": "^1.7.6",
"http-proxy-middleware": "^3.0.0",
"next": "^14.1.0",
"react": "^18.3.1",
"react-accessible-accordion": "^5.0.0",
"react-chartjs-2": "^3.0.4",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.3.1",
"react-dropzone": "^14.2.3",
"react-flip-numbers": "^3.0.8",
"react-helmet": "^6.1.0",
"react-icons": "^5.2.1",
"react-image": "^4.1.0",
"react-infinite-scroll-component": "^6.1.0",
"react-router-dom": "^6.26.2",
"react-scripts": "5.0.1",
"react-table": "^7.8.0",
"react-toastify": "10.0.5",
"reactstrap": "9.2.2",
"sharp": "^0.33.5",
"styled-components": "^6.1.13",
"swiper": "^11.1.14",
"tinymce": "^7.3.0",
"typescript": "^5.5.4",
"web-vitals": "^4.2.3"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@types/chart.js": "^2.9.41",
"@types/headroom.js": "^0.12.4",
"@types/markerclustererplus": "2.1.33",
"@types/react": "18.3.5",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-helmet": "^6.1.11",
"@types/react-table": "^7.7.20",
"@typescript-eslint/eslint-plugin": "^8.2.0",
"@typescript-eslint/parser": "^8.0.1",
"autoprefixer": "10.4.20",
"cross-env": "^7.0.3",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-react": "^7.35.0",
"jquery": "3.7.1",
"postcss": "^8.4.41",
"saas": "^1.0.0",
"tailwindcss": "^3.4.10",
"typescript": "5.5.4"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"overrides": {
"autoprefixer": "10.4.20"
},
"resolutions": {
"autoprefixer": "10.4.20"
}
}