-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.34 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": "stylelint-config-apostrophe",
"version": "4.2.0",
"description": "stylelint configuration for apostrophe and related core modules",
"main": "index.js",
"scripts": {
"compare": "node ./lib/index",
"eslint": "npx eslint .",
"lint": "npm run eslint && npm run stylelint",
"pretest": "npm run lint",
"stylelint": "npx stylelint 'test/lib/*.scss' --config .stylelintrc.json",
"test": "npx mocha './test/**/*.js'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/apostrophecms/stylelint-config-apostrophe.git"
},
"author": "Apostrophe Technologies, Inc.",
"license": "MIT",
"bugs": {
"url": "https://github.com/apostrophecms/stylelint-config-apostrophe/issues"
},
"homepage": "https://github.com/apostrophecms/stylelint-config-apostrophe#readme",
"peerDependencies": {
"stylelint": ">= 16.1.0"
},
"dependencies": {
"stylelint-config-html": "^1.1.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-declaration-strict-value": "^1.10.4",
"stylelint-order": "^6.0.4",
"stylelint-scss": "^6.3.0"
},
"devDependencies": {
"eslint": "^8.39.0",
"eslint-config-apostrophe": "^4.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^17.10.2",
"eslint-plugin-promise": "^6.1.1",
"mocha": "^10.2.0",
"postcss-scss": "^4.0.9"
}
}