forked from Nu-SCPTheme/Black-Highlighter
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 1.25 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
{
"name": "black-highlighter",
"description": "Modern base theme for the SCP Wiki (build process)",
"version": "1.0.0",
"authors": "Woedenaz, Croquembouche",
"license": "CC-BY-SA-3.0",
"repository": {
"type": "git",
"url": "https://github.com/Nu-SCPTheme/Black-Highlighter"
},
"devDependencies": {
"autoprefixer": "^10.3.1",
"cssnano": "^5.0.0",
"eslint-config-prettier": "^8.3.0",
"imagemin": "^8.0.0",
"imagemin-gifsicle": "^7.0.0",
"imagemin-optipng": "^8.0.0",
"imagemin-svgo": "^10.0.0",
"postcss": "^8.2.8",
"postcss-cli": "^9.0.0",
"postcss-import": "^14.0.0",
"prettier": "2.6.1",
"stylelint": "^14.0.1",
"stylelint-config-property-sort-order-smacss": "^9.0.0",
"stylelint-config-standard": "^25.0.0",
"stylelint-order": "^5.0.0"
},
"scripts": {
"build": "make",
"postcss": "node node_modules/postcss-cli/index.js",
"styles": "node build/styles.js",
"optimize": "node build/optimize.mjs"
},
"browserslist": [
"Chrome >= 58, ChromeAndroid >= 58, Android >= 58, Firefox >= 54, FirefoxAndroid >= 54, Safari >= 10.1, iOS >= 10.3, Opera >= 44, OperaMobile >= 59, UCAndroid >= 12.12, Samsung >= 6.2, QQAndroid >= 10.4, Kaios >= 2.5, Edge >= 16"
]
}