forked from SocieteNumerique/solidarite-numerique
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.8 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
62
63
64
65
{
"name": "solidarite-numerique",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"dev": "next",
"start": "next start",
"build": "next build && next export",
"lint": "eslint '**/*.{js,jsx}' --max-warnings 20",
"check-accessibility": "node ./scripts/check-a11y.js",
"check-404": "npx blc http://localhost:3000 -ro",
"export": "next export",
"deploy-preview": "now",
"deploy": "now --prod"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/betagouv/solidarite-numerique.git"
},
"author": "betagouv",
"license": "MIT",
"bugs": {
"url": "https://github.com/betagouv/solidarite-numerique/issues"
},
"homepage": "https://github.com/betagouv/solidarite-numerique#readme",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^2.20.0",
"@typescript-eslint/parser": "^2.20.0",
"babel-eslint": "^10.0.3",
"eslint": "^6.8.0",
"eslint-config-react-app": "^5.2.0",
"eslint-plugin-flowtype": "^3.13.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "^7.18.3",
"eslint-plugin-react-hooks": "^1.7.0",
"fibers": "^4.0.2",
"gh-pages": "^2.2.0",
"husky": "^4.2.3",
"node-sass": "^4.13.1",
"prettier": "^1.19.1",
"rimraf": "^3.0.2",
"typescript": "^3.7.5"
},
"dependencies": {
"airtable": "^0.8.1",
"babel-plugin-transform-define": "^1.3.2",
"dotenv": "^8.2.0",
"lodash": "^4.17.15",
"next": "^9.3.3",
"next-seo": "^4.4.0",
"nextjs-fonts": "^0.22.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-markdown": "^4.2.2",
"sass": "^1.26.3",
"template.beta.gouv.fr": "0.0.6"
}
}