-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.02 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
{
"name": "@sadcitizen/postcss-config",
"version": "0.2.0",
"description": "default postcss configuration",
"main": "index.js",
"scripts": {
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/sadcitizen/postcss-config.git"
},
"keywords": [
"postcss",
"postcss-config"
],
"author": "Eugene Abrosimov <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/sadcitizen/postcss-config/issues"
},
"homepage": "https://github.com/sadcitizen/postcss-config#readme",
"devDependencies": {
"eslint": "^5.14.1"
},
"dependencies": {
"autoprefixer": "^9.4.7",
"postcss-apply": "^0.11.0",
"postcss-calc": "^7.0.1",
"postcss-clearfix": "^2.0.1",
"postcss-color-function": "^4.0.1",
"postcss-custom-media": "^7.0.7",
"postcss-custom-properties": "^8.0.9",
"postcss-custom-selectors": "^5.1.2",
"postcss-easings": "^2.0.0",
"postcss-import": "^12.0.1",
"postcss-nested": "^4.1.1"
}
}