-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.23 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.23 KB
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": "tikuidoc-bootstrap",
"version": "1.0.0",
"description": "Bootstrap documentation",
"main": "tikuidoc.json",
"scripts": {
"test": "jest",
"lint": "concurrently npm:sass:lint npm:pug:lint",
"pug:lint": "pug-lint src && pug-lint part",
"sass:lint": "stylelint \"src/**/*.scss\" --syntax scss",
"sass:lint:fix": "stylelint \"src/**/*.scss\" --syntax scss --fix",
"prepare": "husky install"
},
"repository": "github:tikui/tikuidoc-bootstrap",
"author": "Anthony Rey",
"license": "MIT",
"bugs": {
"url": "https://github.com/tikui/tikuidoc-bootstrap/issues"
},
"homepage": "https://github.com/tikui/tikuidoc-bootstrap#readme",
"engines": {
"node": ">=14.17.5",
"npm": ">=6.14.14"
},
"devDependencies": {
"@types/jest": "^27.0.2",
"concurrently": "^6.3.0",
"husky": "^7.0.2",
"jest": "^27.2.4",
"pug-lint": "^2.6.0",
"stylelint": "^13.13.1",
"stylelint-config-concentric-order": "^4.0.1",
"stylelint-config-sass-guidelines": "^8.0.0",
"stylelint-config-scss": "^1.0.0-security",
"stylelint-config-standard": "^22.0.0",
"ts-jest": "^27.0.5",
"typescript": "^4.4.3"
},
"dependencies": {
"bootstrap": "^5.1.1",
"node": "^14.18.0"
}
}