-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 1.13 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
{
"name": "postcss-plugins",
"version": "0.1.0-dev",
"license": "MIT",
"private": true,
"repository": "git@github.com:ezavile/postcss-plugins.git",
"author": "Edgar Zavala <ezavile@gmail.com>",
"workspaces": [
"packages/*"
],
"scripts": {
"build": "lerna run build",
"lint": "lerna run lint",
"postinstall": "husky install",
"postpublish": "pinst --enable",
"prepublishOnly": "pinst --disable",
"release": "lerna publish",
"test": "lerna run test"
},
"dependencies": {
"postcss": "8.2.5"
},
"devDependencies": {
"@commitlint/cli": "11.0.0",
"@commitlint/config-conventional": "11.0.0",
"@commitlint/config-lerna-scopes": "11.0.0",
"@typescript-eslint/eslint-plugin": "4.15.0",
"@typescript-eslint/parser": "4.15.0",
"eslint": "7.19.0",
"eslint-config-prettier": "7.2.0",
"eslint-plugin-prettier": "3.3.1",
"format-package": "6.1.0",
"husky": "5.0.9",
"jest": "26.6.3",
"lerna": "3.22.1",
"lint-staged": "10.5.4",
"pinst": "2.1.4",
"prettier": "2.2.1",
"rimraf": "3.0.2",
"ts-jest": "26.5.0",
"typescript": "4.1.3"
}
}