-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
38 lines (38 loc) · 1007 Bytes
/
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
{
"name": "@socialgouv/matomo-next",
"version": "1.9.1",
"author": "Fabrique numérique des Ministères Sociaux <[email protected]> (https://www.fabrique.social.gouv.fr)",
"homepage": "https://github.com/SocialGouv/matomo-next#readme",
"devDependencies": {
"@socialgouv/eslint-config-react": "1.131.0",
"@socialgouv/eslint-config-typescript": "^1.97.3",
"@types/jest": "26.0.24",
"@types/trusted-types": "^2.0.4",
"eslint": "7.32.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-typescript": "^3.0.0",
"jest": "26.6.3",
"next": "11.1.3",
"prettier": "3.1.1",
"react": "16.14.0",
"react-dom": "16.14.0",
"ts-jest": "26.5.6",
"typescript": "3.9.10"
},
"files": [
"lib"
],
"license": "Apache-2.0",
"main": "lib/index.js",
"peerDependencies": {
"next": ">= 9.5.5"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsc",
"lint": "eslint src",
"test": "jest"
}
}