UNPKG

1.87 kBJSONView Raw
1{
2 "name": "rollup-plugin-postcss",
3 "version": "1.3.4",
4 "description": "Seamless integration between Rollup and PostCSS",
5 "main": "dist/rollup-plugin-postcss.cjs.js",
6 "files": [
7 "dist"
8 ],
9 "scripts": {
10 "test": "npm run lint && jest",
11 "test:cov": "npm run lint && jest --coverage",
12 "build": "bili --target node --no-babel.babelrc",
13 "lint": "xo",
14 "prepublishOnly": "npm run build"
15 },
16 "repository": {
17 "type": "git",
18 "url": "git+https://github.com/egoist/rollup-plugin-postcss.git"
19 },
20 "keywords": [
21 "postcss",
22 "rollup"
23 ],
24 "author": "EGOIST <0x142857@gmail.com>",
25 "license": "MIT",
26 "bugs": {
27 "url": "https://github.com/egoist/rollup-plugin-postcss/issues"
28 },
29 "homepage": "https://github.com/egoist/rollup-plugin-postcss#readme",
30 "devDependencies": {
31 "autoprefixer": "^7.2.4",
32 "babel-jest": "^22.0.4",
33 "babel-preset-env": "^1.5.1",
34 "bili": "^3.0.1",
35 "eslint-config-rem": "^4.0.0",
36 "jest": "^22.0.4",
37 "less": "^2.7.3",
38 "node-sass": "^4.7.2",
39 "rollup": "^0.53.3",
40 "stylus": "^0.54.5",
41 "sugarss": "^1.0.1",
42 "xo": "^0.18.2"
43 },
44 "dependencies": {
45 "chalk": "^2.0.0",
46 "concat-with-sourcemaps": "^1.0.5",
47 "cssnano": "^3.10.0",
48 "fs-extra": "^5.0.0",
49 "import-cwd": "^2.1.0",
50 "pify": "^3.0.0",
51 "postcss": "^6.0.1",
52 "postcss-load-config": "^1.2.0",
53 "postcss-modules": "^1.1.0",
54 "promise.series": "^0.2.0",
55 "reserved-words": "^0.1.2",
56 "resolve": "^1.5.0",
57 "rollup-pluginutils": "^2.0.1",
58 "style-inject": "^0.3.0"
59 },
60 "xo": {
61 "extends": "rem",
62 "envs": [
63 "jest"
64 ],
65 "rules": {
66 "import/prefer-default-export": 0
67 }
68 },
69 "babel": {
70 "presets": [
71 [
72 "env",
73 {
74 "targets": {
75 "node": "current"
76 }
77 }
78 ]
79 ]
80 }
81}
\No newline at end of file