-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
56 lines (56 loc) · 1.52 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
{
"name": "standup",
"version": "1.8.1",
"main": "index.js",
"author": "SocialGouv",
"license": "MIT",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export",
"lint": "eslint src/**/*.js",
"test": "jest --ci",
"test:watch": "jest --watch",
"seal-secrets": "sre-secrets"
},
"dependencies": {
"@sentry/browser": "^6.12.0",
"@sentry/integrations": "^6.12.0",
"@sentry/node": "^6.12.0",
"@zeit/next-source-maps": "^0.0.3",
"github-markdown-css": "^4.0.0",
"graphql": "^15.5.3",
"graphql-request": "^3.5.0",
"isomorphic-unfetch": "^3.1.0",
"lodash": "^4.17.21",
"next": "^11.1.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-feather": "^2.0.9",
"react-markdown": "^5.0.3",
"react-spinners": "^0.11.0",
"sass": "^1.39.2",
"swr": "^0.5.7"
},
"devDependencies": {
"@socialgouv/eslint-config-react": "^1.88.0",
"@socialgouv/sre-secrets": "^1.10.6",
"@testing-library/dom": "^8.2.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"babel-jest": "^26.6.3",
"eslint": "^7.32.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-react": "^7.25.3",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.6.3",
"prettier": "^2.3.2",
"react-test-renderer": "^17.0.2",
"tempy": "^1.0.1",
"yaml-jest": "^1.0.5"
},
"packageManager": "[email protected]"
}