-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.78 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.78 KB
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
{
"name": "projet-meteo",
"version": "1.0.0",
"description": "This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).",
"main": "main.js",
"dependencies": {
"asynckit": "^0.4.0",
"axios": "^1.7.7",
"bootstrap": "^5.3.3",
"busboy": "^1.6.0",
"caniuse-lite": "^1.0.30001655",
"classnames": "^2.5.1",
"client-only": "^0.0.1",
"combined-stream": "^1.0.8",
"csstype": "^3.1.3",
"delayed-stream": "^1.0.0",
"dequal": "^2.0.3",
"dom-helpers": "^5.2.1",
"follow-redirects": "^1.15.9",
"form-data": "^4.0.0",
"graceful-fs": "^4.2.11",
"invariant": "^2.2.4",
"js-tokens": "^4.0.0",
"leaflet": "^1.9.4",
"loose-envify": "^1.4.0",
"mime-db": "^1.52.0",
"mime-types": "^2.1.35",
"nanoid": "^3.3.7",
"next": "^14.2.7",
"object-assign": "^4.1.1",
"picocolors": "^1.1.0",
"postcss": "^8.4.31",
"prop-types": "^15.8.1",
"prop-types-extra": "^1.1.1",
"proxy-from-env": "^1.1.0",
"react": "^18.3.1",
"react-bootstrap": "^2.10.4",
"react-dom": "^18.3.1",
"react-is": "^16.13.1",
"react-lifecycles-compat": "^3.0.4",
"react-router": "^6.26.2",
"react-router-dom": "^6.26.2",
"react-transition-group": "^4.4.5",
"regenerator-runtime": "^0.14.1",
"scheduler": "^0.23.2",
"source-map-js": "^1.2.0",
"streamsearch": "^1.1.0",
"styled-jsx": "^5.1.1",
"tslib": "^2.7.0",
"uncontrollable": "^7.2.1",
"warning": "^4.0.3"
},
"devDependencies": {
"electron": "^35.0.3"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "electron ."
},
"keywords": [],
"author": "",
"license": "ISC"
}