-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.44 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
{
"name": "@rubakas/fractio-rem",
"version": "0.2.11",
"description": "Fractional root element space and size scale",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"format": "prettier --write --loglevel=error . !CHANGELOG.md",
"test": "jest",
"test:watch": "jest --watch",
"release": "standard-version",
"postrelease": "git push --follow-tags origin main && npm publish"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint:fix && npm run format && npm run test"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/rubakas/fractio-rem.git"
},
"bugs": {
"url": "https://github.com/rubakas/fractio-rem/issues"
},
"homepage": "https://github.com/rubakas/fractio-rem#readme",
"keywords": [
"create-tailwind-plugin",
"tailwind-css-plugin",
"tailwindcss",
"plugin"
],
"author": "Andriy Tyurnikov",
"license": "MIT",
"devDependencies": {
"eslint": "^8.54.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jest": "^27.6.0",
"eslint-plugin-prettier": "^5.0.1",
"husky": "^8.0.3",
"jest": "^29.7.0",
"jest-matcher-css": "^1.1.0",
"lint-staged": "^15.1.0",
"lodash": "^4.17.21",
"postcss": "^8.4.31",
"prettier": "^3.1.0",
"standard-version": "^9.5.0",
"tailwindcss": "^3.3.5"
}
}