-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
91 lines (91 loc) · 2.16 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
82
83
84
85
86
87
88
89
90
91
{
"name": "postcss-html",
"version": "1.8.0",
"publishConfig": {
"access": "public"
},
"description": "PostCSS syntax for parsing HTML (and HTML-like)",
"engines": {
"node": "^12 || >=14"
},
"main": "./lib/index.js",
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ota-meshi/postcss-html.git"
},
"keywords": [
"postcss",
"syntax",
"html",
"vue",
"quickapp",
"PHP",
"css",
"less",
"sass",
"scss",
"sss",
"sugarss"
],
"author": "gucong",
"contributors": [
"Yosuke Ota (https://github.com/ota-meshi)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/ota-meshi/postcss-html/issues"
},
"homepage": "https://github.com/ota-meshi/postcss-html#readme",
"nyc": {
"reporter": [
"lcov",
"text"
],
"cache": true,
"check-coverage": true
},
"scripts": {
"mocha": "mocha \"test/**/*.js\" --no-timeouts",
"test": "nyc npm run mocha",
"lint": "eslint .",
"eslint-fix": "eslint . --fix",
"preversion": "npm run test",
"update-snap": "mocha \"test/**/*.js\" --no-timeouts --update"
},
"dependencies": {
"htmlparser2": "^8.0.0",
"js-tokens": "^9.0.0",
"postcss": "^8.5.0",
"postcss-safe-parser": "^6.0.0"
},
"devDependencies": {
"@ota-meshi/eslint-plugin": "^0.15.0",
"autoprefixer": "^10.3.7",
"chai": "~4.5.0",
"codecov": "^3.8.3",
"eslint": "^8.0.1",
"eslint-config-prettier": "^10.0.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-json-schema-validator": "^5.0.0",
"eslint-plugin-jsonc": "^2.0.0",
"eslint-plugin-n": "^17.0.0",
"eslint-plugin-node-dependencies": "^0.12.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-regexp": "^2.0.0",
"eslint-plugin-vue": "^9.0.0",
"eslint-plugin-yml": "^1.0.0",
"mocha": "^10.0.0",
"mocha-chai-jest-snapshot": "1.1.3",
"nyc": "^15.0.0",
"postcss-less": "^6.0.0",
"postcss-scss": "^4.0.1",
"postcss-styl": "^0.12.0",
"prettier": "^3.0.0",
"stylelint": "^14.4.0",
"stylelint-config-standard": "^28.0.0",
"sugarss": "^5.0.0"
}
}