-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
58 lines (58 loc) · 1.37 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
{
"name": "@viur/ignite",
"version": "5.1.2",
"homepage": "https://ignite.viur.dev",
"author": {
"name": "Mausbrand",
"email": "[email protected]",
"url": "https://www.mausbrand.de"
},
"contributors": [
"Sven Eberth",
"Christopher Reinbothe",
"Andreas H. Kelch"
],
"description": "A sizzling PostCSS boilerplate",
"main": "ignite.css",
"unpkg": "dist/ignite.css",
"style": "dist/ignite.min.css",
"repository": {
"type": "git",
"url": "git+https://github.com/viur-framework/viur-ignite.git"
},
"license": "MIT",
"keywords": [
"css",
"postcss",
"boilerplate"
],
"bugs": {
"url": "https://github.com/viur-framework/viur-ignite/issues"
},
"devDependencies": {
"@csstools/postcss-bundler": "^1.0.6",
"autoprefixer": "^10.4.16",
"cssnano": "^6.0.3",
"postcss": "^8.4.33",
"postcss-cli": "^11.0.0",
"postcss-discard-comments": "^6.0.1",
"postcss-focus": "^7.0.0",
"postcss-preset-env": "^9.3.0",
"postcss-sort-media-queries": "^5.2.0"
},
"scripts": {
"watch": "postcss ignite.css -o dist/ignite.css -w",
"dev": "postcss ignite.css -o dist/ignite.css",
"build": "mode=build postcss ignite.css -o dist/ignite.min.css"
},
"files": [
"dist",
"foundation",
"themes",
"utilities",
"ignite.css",
"shoelace.css",
"LICENSE",
"README.md"
]
}