-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
52 lines (52 loc) · 1.36 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
{
"name": "la-societe-nouvelle.fr",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@apollo/client": "^3.7.11",
"@vercel/analytics": "^0.1.5",
"axios": "^0.21.1",
"babel-cli": "^6.26.0",
"babel-preset-react-app": "^3.1.2",
"bootstrap": "^5.1.3",
"bootstrap-icons": "^1.8.1",
"chart.js": "^3.7.1",
"chartjs-plugin-datalabels": "^2.2.0",
"dotenv": "^16.0.3",
"embla-carousel": "^4.5.3",
"express": "^4.17.1",
"fs": "0.0.1-security",
"graphql": "^16.6.0",
"graphql-request": "^5.2.0",
"html-loader": "^2.1.2",
"jspdf": "^2.4.0",
"markdown-loader": "^8.0.0",
"marked": "^4.0.12",
"next": "^12.3.0",
"nodemailer": "^6.6.0",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^6.7.0",
"qs": "^6.10.1",
"raw-loader": "^4.0.2",
"react": "^17.0.1",
"react-bootstrap": "^2.2.0",
"react-chartjs-2": "^4.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-helmet-async": "^1.3.0",
"react-markdown": "^5.0.3",
"react-paginate": "^8.1.3",
"react-router-dom": "^5.2.0",
"react-select": "^5.7.0",
"remark-gfm": "^1.0.0",
"remark-html": "^13.0.1",
"remark-prism": "^1.3.6",
"sass": "^1.32.8",
"xlsx": "^0.18.5"
}
}