-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
90 lines (90 loc) · 2.92 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "@financial-times/n-syndication",
"version": "0.0.0",
"main": "main.js",
"description": "Implementation for the syndication indicator, for users who subscribe to the new FT syndication platform",
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/plugin-transform-classes": "^7.23.3",
"@babel/plugin-transform-runtime": "^7.23.3",
"@babel/preset-env": "^7.23.3",
"@babel/runtime": "^7.23.1",
"@dotcom-tool-kit/component": "^5.1.3",
"@dotcom-tool-kit/eslint": "^4.2.3",
"@dotcom-tool-kit/jest": "^4.2.3",
"@dotcom-tool-kit/webpack": "^4.2.3",
"@financial-times/eslint-config-next": "^7.1.0",
"@financial-times/o-buttons": "^7.3.0",
"@financial-times/o-colors": "^6.4.2",
"@financial-times/o-icons": "^7.2.1",
"@financial-times/o-message": "^5.2.1",
"@financial-times/o-overlay": "^4.2.3",
"@financial-times/o-tracking": "^4.2.1",
"@financial-times/o-viewport": "^5.1.1",
"@financial-times/o-visual-effects": "^4.1.1",
"@sucrase/jest-plugin": "^3.0.0",
"autoprefixer": "^10.4.16",
"babel-loader": "^9.1.3",
"babel-plugin-add-module-exports": "^1.0.4",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-plugin-transform-es2015-classes": "^6.24.1",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-react": "^6.24.1",
"check-engine": "^1.10.1",
"css-loader": "^6.8.1",
"dotcom-tool-kit": "^4.3.6",
"eslint": "^8.0.1",
"extract-css-block-webpack-plugin": "^1.3.1",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"lintspaces-cli": "^0.6.0",
"mini-css-extract-plugin": "^2.7.6",
"postcss-loader": "^7.3.3",
"sass": "^1.83.1",
"sass-lint": "^1.13.1",
"sass-loader": "^13.3.2",
"style-loader": "^3.3.3",
"webpack": "^5.89.0",
"webpack-merge": "^5.9.0",
"webpack-sources": "^3.2.3",
"webpack-stats-plugin": "^1.1.3"
},
"dependencies": {
"@dotcom-tool-kit/circleci": "^7.3.3",
"next-session-client": "^5.0.0",
"superstore": "^2.1.0"
},
"peerDependencies": {
"@financial-times/o-buttons": "^7.3.0",
"@financial-times/o-icons": "^7.2.1",
"@financial-times/o-message": "^5.2.1",
"@financial-times/o-overlay": "^4.2.3",
"@financial-times/o-tracking": "^4.2.1",
"@financial-times/o-viewport": "^5.1.1",
"@financial-times/o-visual-effects": "^4.1.1",
"n-ui-foundations": "^9.0.0 || ^10.0.0"
},
"config": {},
"engines": {
"node": "22.x",
"npm": "10.x"
},
"scripts": {
"commit": "commit-wizard",
"test": "dotcom-tool-kit test:local",
"lint": "eslint . --ext .jsx,.js",
"lint-fix": "eslint . --ext .jsx,.js --fix",
"build": "dotcom-tool-kit build:local",
"start": "dotcom-tool-kit run:local"
},
"false": {},
"husky": {
"hooks": {
"pre-push": "npm run test"
}
},
"volta": {
"node": "22.12.0"
}
}