-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.35 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
{
"name": "frontend-mv--uilib-theme",
"version": "1.0.0",
"description": "",
"main": "lib/",
"scripts": {
"clean:lib": "rimraf ./lib/*",
"co": "sui-mono commit",
"lib": "npm run lib:styles",
"lib:styles": "cpx './src/**/*.scss' lib/",
"lint": "npm run lint:sass",
"lint:sass": "sui-lint sass",
"phoenix": "npx @s-ui/mono phoenix",
"prelib": "npm run clean:lib -s",
"prepublish": "npm run lib",
"release": "sui-mono release",
"release:check": "sui-mono check"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PablitoGS/frontend-mv--uilib-theme.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/PablitoGS/frontend-mv--uilib-theme/issues"
},
"homepage": "https://github.com/PablitoGS/frontend-mv--uilib-theme#readme",
"eslintConfig": {
"extends": [
"./node_modules/@s-ui/lint/eslintrc.js"
]
},
"prettier": "./node_modules/@s-ui/lint/.prettierrc.js",
"stylelint": {
"extends": "./node_modules/@s-ui/lint/stylelint.config.js"
},
"devDependencies": {
"@s-ui/lint": "^3.39.0",
"@s-ui/mono": "^2.18.0",
"@s-ui/precommit": "^2.14.0",
"cpx": "^1.5.0",
"husky": "4.3.0",
"rimraf": "^3.0.2",
"validate-commit-msg": "^2.14.0"
},
"husky": {
"hooks": {
"pre-commit": "sui-precommit run"
}
}
}