-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
59 lines (59 loc) · 1.7 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
{
"name": "n-ui-foundations",
"version": "0.0.0",
"description": "Sass & JS foundations and utilities for the FT.com front end",
"main": "main.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Financial-Times/n-ui-foundations.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Financial-Times/n-ui-foundations/issues"
},
"homepage": "https://github.com/Financial-Times/n-ui-foundations#readme",
"devDependencies": {
"@financial-times/n-gage": "^8.3.2",
"@financial-times/o-buttons": "^7.7.1",
"@financial-times/o-colors": "^6.4.2",
"@financial-times/o-fonts": "^5.3.4",
"@financial-times/o-grid": "^6.1.5",
"@financial-times/o-icons": "^7.4.0",
"@financial-times/o-normalise": "^3.2.2",
"@financial-times/o-typography": "^7.3.2",
"@financial-times/o-viewport": "^5.1.1",
"@financial-times/o-visual-effects": "^4.2.0",
"eslint": "^3.15.0",
"lintspaces-cli": "^0.6.0"
},
"config": {},
"engines": {
"node": "16.x || 18.x",
"npm": "7.x || 8.x || 9.x"
},
"husky": {
"hooks": {
"pre-push": "make verify -j3",
"pre-commit": "secret-squirrel"
}
},
"volta": {
"node": "18.16.0"
},
"peerDependencies": {
"@financial-times/o-buttons": "^7.7.1",
"@financial-times/o-colors": "^6.4.2",
"@financial-times/o-fonts": "^5.3.4",
"@financial-times/o-grid": "^6.1.5",
"@financial-times/o-icons": "^7.4.0",
"@financial-times/o-normalise": "^3.2.2",
"@financial-times/o-typography": "^7.3.2",
"@financial-times/o-viewport": "^5.1.1",
"@financial-times/o-visual-effects": "^4.2.0"
}
}