forked from basscss/basscss
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.24 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 2.24 KB
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
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "@deal/basscss",
"version": "8.0.10",
"description": "Low-level CSS toolkit",
"author": "Brent Jackson",
"license": "MIT",
"repository": "git@github.com:deal/basscss.git",
"bugs": {
"url": "https://github.com/deal/basscss/issues"
},
"homepage": "https://github.com/deal/basscss",
"main": "css/basscss.min.css",
"files": [
"css"
],
"scripts": {
"build": "postcss src/basscss.css -d css --config postcss.config.js",
"minify": "postcss css/basscss.css -u cssnano -o css/basscss.min.css --no-map ",
"semantic-release": "semantic-release",
"prepare": "mkdir -p css && yarn run build && yarn run minify",
"start": "postcss src/basscss.css -d css --config postcss.config.js -w",
"watch": "nodemon --exec 'yalc publish && yalc push' --watch src/ -e tsx,ts"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"basscss-align": "^1.0.2",
"basscss-base-reset": "^2.0.3",
"basscss-border": "^4.0.2",
"basscss-flexbox": "^1.0.2",
"basscss-grid": "^2.0.0",
"basscss-hide": "^1.0.1",
"basscss-layout": "^3.1.0",
"basscss-margin": "^1.0.9",
"basscss-padding": "^1.1.3",
"basscss-position": "^2.0.3",
"basscss-type-scale": "^1.0.6",
"basscss-typography": "^3.0.4",
"normalize.css": "^8.0.1",
"postcss-modules-values": "^2.0.0"
},
"devDependencies": {
"@commitlint/cli": "^7.5.2",
"autoprefixer": "^8.0.0",
"babel": "^6.3.26",
"babel-core": "^6.4.5",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.3.13",
"css-loader": "^0.28.9",
"css-mixed-properties": "^1.1.0",
"cssnano": "^3.4.0",
"json-loader": "^0.5.4",
"nodemon": "^1.18.10",
"postcss": "^6.0.19",
"postcss-calc": "^6.0.1",
"postcss-cli": "^5.0.0",
"postcss-color-function": "^4.0.1",
"postcss-custom-media": "^6.0.0",
"postcss-custom-properties": "^7.0.0",
"postcss-discard-comments": "^2.0.4",
"postcss-import": "^11.1.0",
"postcss-loader": "^2.1.0",
"postcss-preset-env": "^6.5.0",
"postcss-pseudo-class-any-link": "^6.0.0",
"postcss-reporter": "^5.0.0",
"prettier": "^1.16.4",
"semantic-release": "^15.13.3",
"style-loader": "^0.20.2",
"webpack": "^3.11.0"
}
}