-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.61 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
{
"name": "nos1000jours-blues-epds-widget",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest"
},
"dependencies": {
"@apollo/client": "^3.5.7",
"@codegouvfr/react-dsfr": "^0.46.4",
"@dataesr/react-dsfr": "^3.3.5",
"@socialgouv/matomo-next": "^1.4.0",
"@socialgouv/nos1000jours-lib": "^1.7.0",
"bootstrap": "^5.1.3",
"crisp-sdk-web": "^1.0.5",
"cross-fetch": "^3.1.4",
"framer-motion": "^10.11.4",
"graphql": "^16.2.0",
"html-react-parser": "^3.0.4",
"jspdf": "^2.5.1",
"moment": "^2.29.1",
"next": "12.2.6",
"next-transpile-modules": "^10.0.0",
"papaparse": "^5.3.2",
"react": "17.0.2",
"react-bootstrap": "^2.1.0",
"react-bootstrap-icons": "^1.7.2",
"react-calendly": "^4.1.1",
"react-dom": "17.0.2",
"react-router-dom": "^6.10.0",
"remixicon": "^3.2.0",
"sass": "^1.48.0",
"swr": "^1.3.0"
},
"devDependencies": {
"@socialgouv/eslint-config-react": "^1.101.0",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"eslint": "^8.6.0",
"eslint-config-next": "12.2.6",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^27.4.7",
"prettier": "^2.5.1"
},
"eslintConfig": {
"rules": {
"react/prop-types": "warn",
"simple-import-sort/sort": "off",
"jsx-a11y/anchor-is-valid": "warn",
"react/no-unescaped-entities": "warn"
},
"extends": [
"@socialgouv/eslint-config-react"
]
},
"version": "1.65.1",
"packageManager": "[email protected]"
}