-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.41 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
{
"name": "1000jours-blues",
"version": "1.12.0",
"main": "index.js",
"license": "MIT",
"private": true,
"repository": "",
"dependencies": {
"@apollo/client": "^3.7.3",
"@dataesr/react-dsfr": "^2.9.2",
"@gouvfr/dsfr": "^1.8.5",
"@socialgouv/matomo-next": "^1.2.2",
"axios": "^1.0.0",
"bootstrap": "^4.6.1",
"cross-fetch": "^3.1.5",
"graphql": "^16.6.0",
"js-yaml-loader": "^1.2.2",
"leaflet": "^1.7.1",
"next": "^10.0.9",
"nextjs-breadcrumbs": "^1.1.9",
"react": "^17.0.2",
"react-bootstrap": "^2.0.0",
"react-code-blocks": "^0.0.9-0",
"react-dom": "^17.0.2",
"react-leaflet": "^4.0.0",
"react-slick": "^0.29.0",
"recharts": "^2.1.6",
"sass": "^1.43.5",
"slick-carousel": "^1.8.1",
"styled-components": "^5.3.3"
},
"scripts": {
"dev": "next dev",
"start": "next start",
"build": "next build",
"export": "next export",
"lint": "eslint src/pages/*.js",
"k8s": "yarn --silent --cwd .k8s",
"test": "exit 0"
},
"devDependencies": {
"eslint": "^8.57.0",
"jest": "^27.5.1",
"prettier": "^3.2.5"
},
"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": "yarn@3.7.0"
}