-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
67 lines (67 loc) · 1.98 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
67
{
"name": "@financial-times/n-tracking",
"description": "Client-side tracking initialisation for FT.com apps",
"main": "dist/server.js",
"browser": "dist/browser.js",
"version": "0.0.0",
"license": "MIT",
"repository": "Financial-Times/n-tracking.git",
"scripts": {
"build": "dotcom-tool-kit build:local",
"test": "dotcom-tool-kit test:local",
"start": "dotcom-tool-kit run:local"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/plugin-transform-react-jsx": "^7.3.0",
"@babel/preset-env": "^7.5.5",
"@dotcom-tool-kit/babel": "^3.1.6",
"@dotcom-tool-kit/component": "^4.1.0",
"@dotcom-tool-kit/eslint": "^3.2.0",
"@dotcom-tool-kit/husky-npm": "^4.2.0",
"@dotcom-tool-kit/jest": "^3.4.0",
"@dotcom-tool-kit/lint-staged-npm": "^3.2.0",
"@financial-times/eslint-config-next": "^7.1.0",
"@rollup/plugin-commonjs": "^11.0.2",
"@rollup/plugin-node-resolve": "^7.1.1",
"babel-jest": "^27.5.1",
"check-engine": "^1.10.1",
"dotcom-tool-kit": "^3.4.0",
"eslint-plugin-react": "^7.14.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jsdom": "^15.1.0",
"react": "^16.9.0",
"rollup": "^2.71.1",
"rollup-plugin-babel": "^4.3.3",
"seed-random": "^2.2.0"
},
"engines": {
"node": "16.x || 18.x",
"npm": "7.x || 8.x || 9.x"
},
"dependencies": {
"@financial-times/ads-personalised-consent": "^5.3.3",
"@financial-times/o-grid": "^5.0.0",
"@financial-times/o-tracking": "^4.5.0",
"@financial-times/o-viewport": "^4.0.0",
"@financial-times/privacy-us-privacy": "^2.1.0",
"ready-state": "^2.0.5",
"web-vitals": "^3.4.0"
},
"peerDependencies": {
"react": ">=16.9.0 <19.0.0"
},
"husky": {
"hooks": {
"commit-msg": "dotcom-tool-kit git:commitmsg",
"pre-commit": "dotcom-tool-kit git:precommit"
}
},
"volta": {
"node": "18.16.0"
},
"lint-staged": {
"**/*.js": "dotcom-tool-kit format:staged test:staged --"
}
}