-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) · 1.51 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
{
"name": "@exe-boss/x.smwc-style",
"version": "0.1.0",
"description": "SMW Central Post Layout",
"author": "ExE Boss",
"license": "GPL-3.0",
"private": true,
"scripts": {
"build": "pwsh ./bin/build.ps1",
"lint": "gulp lint && eslint **/*.js",
"post-layout": "gulp post-layout"
},
"homepage": "https://github.com/ExE-Boss/smwc-style#readme",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/ExE-Boss/smwc-style.git"
},
"bugs": {
"url": "https://github.com/ExE-Boss/smwc-style/issues"
},
"dependencies": {
"bootstrap": "4.5.2"
},
"devDependencies": {
"@exe-boss/eslint-config": "0.2.2",
"@exe-boss/renovate-config": "0.1.0",
"@types/autoprefixer": "9.x",
"@types/browser-sync": "2.x",
"@types/gulp": "4.x",
"@types/gulp-sourcemaps": "^0.0.32",
"@types/lodash.range": "3.x",
"@types/merge-stream": "1.x",
"@types/node": "12.x",
"@types/yargs": "15.x",
"autoprefixer": "^9.6.1",
"browser-sync": "^2.26.7",
"del": "^5.1.0",
"eslint": "^6.2.2",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.2.0",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^2.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-stylelint": "^13.0.0",
"lodash.range": "^3.2.0",
"merge-stream": "^2.0.0",
"postcss": "^7.0.17",
"postcss-import": "^12.0.1",
"postcss-scopify": "github:EB-Forks/postcss-scopify#selector/ampersand",
"postcss-simple-vars": "^5.0.2",
"stylelint": "^13.0.0",
"stylelint-config-recommended": "^3.0.0",
"yargs": "^15.0.0"
},
"browserslist": [
"> 0.5%",
"Firefox ESR"
]
}