-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 914 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 914 Bytes
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
{
"name": "residential-meeting-frontend",
"version": "1.0.0",
"private": true,
"description": "Residential Meeting",
"scripts": {
"dev": "next dev -p 8080",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"keywords": [],
"author": "",
"license": "MIT",
"browserslist": [
"ie >= 11",
"chrome >= 30",
"iOS >= 8",
"Android >= 4"
],
"devDependencies": {
"@types/react": "^18.0.31",
"@types/store": "^2.0.2"
},
"dependencies": {
"@socialgouv/matomo-next": "^1.6.1",
"axios": "^1.6.0",
"bootstrap-4-grid": "^3.4.0",
"next": "^13.5.6",
"next-seo": "^6.0.0",
"normalize.css": "^8.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-imask": "^6.5.1-alpha.1",
"react-modal": "^3.16.1",
"react-recaptcha-v3": "^2.0.1",
"store": "^2.0.12",
"vanilla-cookieconsent": "^2.9.0"
}
}