-
Notifications
You must be signed in to change notification settings - Fork 46
/
package.json
66 lines (66 loc) · 1.93 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
66
{
"name": "fabrique.social.gouv.fr",
"version": "2.39.76",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/SocialGouv/www"
},
"homepage": "https://SocialGouv.github.io/www/",
"bugs": {
"url": "https://github.com/SocialGouv/www/issues"
},
"scripts": {
"dev": "next",
"build": "next build",
"export": "next export",
"start": "next start",
"build-start": "next build && next start",
"test": "jest --ci --passWithNoTests",
"lint": "eslint src pages",
"rss": "node ./scripts/rss.js > ./out/feed.xml",
"github-stats": "node ./scripts/github-stats.js",
"beta-sync": "node ./scripts/beta-sync.js",
"k8s": "yarn --silent --cwd .k8s"
},
"devDependencies": {
"@socialgouv/eslint-config-react": "^1.85.4",
"@socialgouv/eslint-config-recommended": "^1.85.4",
"eslint": "^7.32.0",
"jest": "^27.0.6",
"prettier": "^2.3.2",
"tempy": "1.0.1"
},
"dependencies": {
"@mdx-js/loader": "^1.6.22",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/tag": "^0.20.3",
"@socialgouv/matomo-next": "^1.2.2",
"@zeit/next-css": "^1.0.1",
"@zeit/next-mdx": "^1.2.0",
"github-base": "^1.0.0",
"js-yaml": "^4.1.0",
"js-yaml-loader": "^1.2.2",
"next": "^11.0.0",
"next-images": "^1.8.4",
"node-fetch": "^2.6.6",
"raw-loader": "^4.0.2",
"react": "^16.14.0",
"react-accessible-accordion": "^3.3.5",
"react-countup": "^4.4.0",
"react-dom": "^17.0.2",
"react-feather": "^2.0.9",
"react-github-fork-ribbon": "^0.6.0",
"react-icons": "^4.2.0",
"react-tooltip": "^4.2.21",
"react-typeform-embed-2": "0.2.1",
"react-vertical-timeline-component": "^3.3.3",
"remark-autolink-headings": "^6.1.0",
"remark-highlight.js": "^6.0.0",
"styled-components": "^5.3.3",
"template.data.gouv.fr": "1.1.8",
"trim-right": "^1.0.1"
},
"private": true,
"packageManager": "[email protected]"
}