forked from SocialGouv/www
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.78 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": "fabrique.social.gouv.fr",
"version": "2.24.7",
"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",
"start": "next start",
"build-start": "next build && next start",
"test": "exit 0",
"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": {
"@mdx-js/loader": "^1.6.22",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/tag": "^0.20.3",
"@socialgouv/eslint-config-react": "^1.53.0",
"@socialgouv/eslint-config-recommended": "^1.53.0",
"@zeit/next-css": "^1.0.1",
"@zeit/next-mdx": "^1.2.0",
"eslint": "^7.21.0",
"js-yaml-loader": "^1.2.2",
"next": "^10.0.9",
"next-images": "^1.7.0",
"node-fetch": "^2.6.1",
"prettier": "^2.2.1",
"raw-loader": "^4.0.2",
"remark-autolink-headings": "^6.0.1"
},
"dependencies": {
"@socialgouv/matomo-next": "^1.2.1",
"github-base": "^1.0.0",
"react": "^16.14.0",
"react-accessible-accordion": "^3.3.4",
"react-countup": "^4.3.3",
"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.17",
"react-typeform-embed-2": "0.2.1",
"react-vertical-timeline-component": "^3.3.3",
"remark-highlight.js": "^6.0.0",
"styled-components": "^5.2.3",
"template.data.gouv.fr": "1.1.8",
"trim-right": "^1.0.1"
},
"private": true
}