-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.2 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
{
"name": "@sapper-dragon/postcss",
"version": "0.1.5",
"description": "Decorate your Sapper project with PostCSS.",
"license": "MIT",
"author": "Robert Hall <[email protected]> (http://arxpoetica.com/)",
"homepage": "https://github.com/sapper-dragon/postcss#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/sapper-dragon/postcss.git"
},
"keywords": [
"sapper",
"postcss",
"css"
],
"bugs": {
"url": "https://github.com/sapper-dragon/postcss/issues"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"ansi-colors": "4.1.1",
"dotenv": "8.2.0",
"postcss": "7.0.32",
"postcss-custom-media": "7.0.8",
"postcss-easy-import": "3.0.0",
"postcss-functions": "3.0.0",
"postcss-global-nested": "1.2.0",
"postcss-hexrgba": "2.0.1",
"postcss-math": "0.0.10",
"postcss-media-minmax": "4.0.0",
"postcss-mixins": "6.2.3",
"postcss-nested": "4.2.1",
"postcss-reporter": "6.0.1",
"postcss-scss": "2.1.1",
"postcss-simple-vars": "5.0.2",
"postcss-strip-inline-comments": "0.1.5",
"tinycolor2": "1.4.1"
},
"devDependencies": {}
}