-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.79 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": "sea.css",
"version": "2.4.9",
"description": "sea.css is a simple and easy to use css framework.",
"main": "dist/sea.min.css",
"directories": {
"doc": "docs"
},
"dependencies": {},
"devDependencies": {
"autoprefixer": "^9.8.0",
"cross-env": "^7.0.2",
"cssnano": "^4.1.10",
"npm-run-all": "^4.1.5",
"postcss-cli": "^7.1.1",
"postcss-csso": "^4.0.0",
"postcss-import": "^12.0.1",
"postcss-sorting": "^5.0.1",
"rimraf": "^3.0.2",
"stylelint": "^13.13.1",
"stylelint-config-standard": "^22.0.0",
"stylelint-order": "^4.0.0"
},
"files": [
"src/",
"dist/",
"README.md"
],
"scripts": {
"build": "rimraf dist/* && npm-run-all postcss && npm-run-all lint && cross-env NODE_ENV=production postcss ./src/sea.css --ext .min.css --dir=dist/ && gzip -c dist/sea.min.css | wc -c | xargs echo 'Size:'",
"build-docs": "rimraf docs/dist/* && npm-run-all postcss && npm-run-all lint && cross-env NODE_ENV=production postcss ./src/sea.css --ext .min.css --dir=docs/dist/ && gzip -c docs/dist/sea.min.css | wc -c | xargs echo 'Size:'",
"postcss": "postcss --fix -c ./postcss.config.js ./src/sea.css -o dist/sea.min.css",
"lint": "stylelint --fix {src,src/**}/*.css",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"css",
"simple",
"minimal",
"postcss"
],
"repository": {
"type": "git",
"url": "git+https://github.com/bmf-san/sea.css.git"
},
"author": "bmf-san",
"license": "MIT",
"bugs": {
"url": "https://github.com/bmf-san/sea.css/issues"
},
"homepage": "https://github.com/bmf-san/sea.css#readme"
}