This repository has been archived by the owner on Feb 17, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
81 lines (81 loc) · 2.29 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
{
"name": "@typographist/postcss",
"version": "5.1.1",
"description": "Toolkit for the rapid construction of interfaces with high quality typography.",
"main": "index.js",
"scripts": {
"commit": "cross-env npx git-cz",
"coverage": "cross-env cat ./coverage/lcov.info | coveralls",
"pretty": "cross-env prettier './**/**/**.{json,js}' --write",
"lint:all": "cross-env eslint --fix .",
"lint:file": "cross-env eslint --fix",
"semantic-release": "npx semantic-release",
"test": "npm run test:code",
"test:watch": "cross-env jest --coverage --watch",
"test:code": "cross-env jest --coverage"
},
"license": "MIT",
"homepage": "https://github.com/typographist/postcss#readme",
"repository": {
"type": "git",
"url": "https://github.com/typographist/postcss.git"
},
"bugs": {
"url": "https://github.com/typographist/postcss/issues"
},
"author": "mg901 <[email protected]>",
"keywords": [
"postcss",
"css-in-js",
"design",
"golden-ratio",
"modular",
"micro-module",
"vertical-rhythm",
"fluid-typography",
"responsive-typography",
"typography",
"web-typography",
"modular-scale",
"musical-scales",
"ratio",
"scale",
"typographist"
],
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"postcss": "^7.0.21"
},
"devDependencies": {
"@commitlint/cli": "^8.2.0",
"@commitlint/config-conventional": "^8.2.0",
"@semantic-release/changelog": "^3.0.4",
"@semantic-release/commit-analyzer": "^6.2.0",
"@semantic-release/git": "^7.0.16",
"@semantic-release/github": "^5.5.0",
"@semantic-release/npm": "^5.2.0",
"@semantic-release/release-notes-generator": "^7.2.0",
"commitizen": "^4.0.3",
"coveralls": "^3.0.5",
"cross-env": "^6.0.3",
"cz-conventional-changelog": "^3.0.2",
"eslint": "^6.5.1",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-prettier": "^6.4.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jest": "^23.0.3",
"eslint-plugin-prettier": "^3.1.1",
"husky": "^3.0.8",
"jest": "^24.8.0",
"lint-staged": "^9.4.2",
"nyc": "14.1.1",
"postcss": "^7.0.21",
"prettier": "^1.18.2",
"rimraf": "^3.0.0"
},
"dependencies": {
"@typographist/core": "^21.0.0"
}
}