-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.29 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
{
"name": "alpinecss",
"version": "0.9.1",
"description": "Alpine CSS",
"main": "",
"scripts": {
"dev": "parcel src/alpine.html --out-dir watch",
"clean": "rm -rf dist/*.*",
"build": "concurrently \"npm:clean\" \"npm:build-*\"",
"build-max": "parcel build --no-minify src/alpine.scss",
"build-min": "parcel build src/alpine.scss -o alpine.min.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alpinecss/alpinecss.git"
},
"keywords": [],
"author": "The Alpine CSS Authors",
"license": "MIT",
"bugs": {
"url": "https://github.com/alpinecss/alpinecss/issues"
},
"homepage": "https://github.com/alpinecss/alpinecss#readme",
"devDependencies": {
"autoprefixer": "9.8.8",
"concurrently": "^7.4.0",
"parcel-bundler": "1.12.5",
"parcel-plugin-compress": "2.0.2",
"sass": "1.54.9"
},
"compress": {
"test": ".css$",
"gzip": {
"enabled": true,
"numiterations": 15,
"blocksplitting": true,
"blocksplittinglast": false,
"blocksplittingmax": 15,
"zlib": false,
"zlibLevel": 9,
"zlibMemLevel": 9
},
"brotli": {
"enabled": true,
"mode": 1,
"quality": 11,
"lgwin": 24,
"enable_context_modeling": true
},
"compressOutput": false
}
}