-
-
Notifications
You must be signed in to change notification settings - Fork 42
/
package.json
134 lines (134 loc) · 3.97 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
{
"name": "rollup-plugin-styles",
"version": "4.0.0",
"description": "Universal Rollup plugin for styles: PostCSS, Sass, Less, Stylus and more",
"keywords": [
"rollup",
"rollup-plugin",
"css",
"css-modules",
"postcss",
"sass",
"scss",
"less",
"stylus"
],
"homepage": "https://github.com/Anidetrix/rollup-plugin-styles#readme",
"bugs": {
"url": "https://github.com/Anidetrix/rollup-plugin-styles/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Anidetrix/rollup-plugin-styles.git"
},
"license": "MIT",
"author": "Anton Kudryavtsev <boblobl4@gmail.com>",
"exports": {
"import": "./dist/index.js",
"require": "./dist/index.cjs"
},
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"prebuild": "shx rm -rf dist",
"build": "rollup -c --environment NODE_ENV:production",
"postbuild": "shx cp -r src/shims dist",
"commit": "commit",
"predocs": "shx rm -rf docs",
"docs": "typedoc",
"docs:publish": "npm run docs && gh-pages -t -d docs",
"prelint": "prettier -l --write .",
"lint": "eslint --report-unused-disable-directives --ext .ts,.js --fix .",
"prepare": "is-ci || husky install",
"prepublishOnly": "npm run build",
"release": "semantic-release",
"pretest": "npm run lint",
"test": "jest"
},
"dependencies": {
"@rollup/pluginutils": "^4.1.2",
"cosmiconfig": "^7.0.1",
"cssnano": "^5.0.16",
"fs-extra": "^10.0.0",
"icss-utils": "^5.1.0",
"mime-types": "^2.1.34",
"p-queue": "^6.6.2",
"postcss": "^8.4.5",
"postcss-modules-extract-imports": "^3.0.0",
"postcss-modules-local-by-default": "^4.0.0",
"postcss-modules-scope": "^3.0.0",
"postcss-modules-values": "^4.0.0",
"postcss-value-parser": "^4.2.0",
"query-string": "^7.1.0",
"resolve": "^1.22.0",
"resolve.exports": "^1.1.0",
"source-map-js": "^1.0.2",
"tslib": "^2.3.1"
},
"devDependencies": {
"@babel/core": "^7.16.12",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/preset-env": "^7.16.11",
"@commitlint/cli": "^16.1.0",
"@commitlint/config-angular": "^16.0.0",
"@commitlint/prompt-cli": "^16.1.0",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.1.3",
"@rollup/plugin-replace": "^3.0.1",
"@rollup/plugin-typescript": "^8.3.0",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"@types/fs-extra": "^9.0.13",
"@types/jest": "^27.4.0",
"@types/mime-types": "^2.1.1",
"@types/node": "*",
"@types/resolve": "^1.20.1",
"@types/uglifycss": "^0.0.7",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"@typescript-eslint/parser": "^5.10.1",
"autoprefixer": "^10.4.2",
"babel-jest": "^27.4.6",
"eslint": "^8.7.0",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-node": "^0.3.6",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jest": "^26.0.0",
"eslint-plugin-unicorn": "^40.1.0",
"gh-pages": "^3.2.3",
"husky": "^7.0.4",
"is-ci": "^3.0.1",
"jest": "^27.4.7",
"less": "^4.1.2",
"lint-staged": "^12.3.2",
"minireset.css": "^0.0.7",
"node-sass": "^7.0.1",
"postcss-custom-properties": "^12.1.3",
"prettier": "^2.5.1",
"rollup": "^2.66.1",
"rollup-plugin-dts": "^4.1.0",
"rollup-plugin-lit-css": "^3.2.1",
"rollup-plugin-node-externals": "^3.1.2",
"rollup-plugin-terser": "^7.0.2",
"sass": "^1.49.0",
"semantic-release": "^19.0.2",
"shx": "^0.3.4",
"stylus": "^0.56.0",
"sugarss": "^4.0.1",
"ts-jest": "^27.1.3",
"typedoc": "^0.22.11",
"typedoc-plugin-missing-exports": "^0.22.6",
"typescript": "^4.5.5"
},
"peerDependencies": {
"rollup": "^2.63.0"
},
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
}
}