-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 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
53
{
"name": "nos1000jours-web-pro",
"version": "1.12.1",
"private": true,
"license": "MIT",
"repository": "https://github.com/SocialGouv/nos1000jours-web-pro",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest"
},
"dependencies": {
"@apollo/client": "^3.4.17",
"@dataesr/react-dsfr": "^0.5.9",
"@socialgouv/matomo-next": "^1.2.2",
"bootstrap": "^4.6.1",
"cross-fetch": "^3.1.4",
"graphql": "^15.6.1",
"next": "^11.1.3",
"next-i18next": "^10.0.0",
"react": "17.0.2",
"react-bootstrap": "^1.6.4",
"react-bootstrap-icons": "^1.5.0",
"react-dom": "17.0.2",
"react-leaflet": "^3.2.2",
"sass": "^1.32.13",
"styled-components": "^5.3.3"
},
"devDependencies": {
"@next/eslint-plugin-next": "^11.1.3",
"@socialgouv/eslint-config-react": "^1.61.0",
"eslint": "^7.32.0",
"eslint-config-next": "^11.1.3",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^27.2.5",
"prettier": "^2.4.1",
"tempy": "^1.0.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"
]
},
"packageManager": "[email protected]"
}