-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.21 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.21 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
{
"name": "requirex-postcss-bundle",
"version": "0.3.2",
"description": "PostCSS bundled for requirex",
"main": "dist/index.js",
"browser": "dist/index.min.js",
"typings": "dist/index.d.ts",
"scripts": {
"tsc": "tsc",
"prepare": "node src/build.js src/index.ts > build/index.js && tsc -p src && tsc --allowJs -m commonjs --outDir dist build/index.js && uglifyjs -c -m < dist/index.js > dist/index.min.js"
},
"author": "Juha Järvi",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/requirex/requirex-postcss-bundle.git"
},
"bugs": {
"url": "https://github.com/requirex/requirex-postcss-bundle/issues"
},
"homepage": "https://github.com/requirex/requirex-postcss-bundle#readme",
"devDependencies": {
"@types/autoprefixer": "^9.7.2",
"@types/cssnano": "^4.0.0",
"@types/postcss-url": "^8.0.1",
"autoprefixer": "^9.8.0",
"cssnano": "^4.1.10",
"postcss": "^7.0.30",
"postcss-import": "^12.0.1",
"postcss-safe-parser": "^4.0.2",
"postcss-url": "^8.0.0",
"requirex": "0.3.2",
"safe-buffer": "^5.2.1",
"string_decoder": "^1.3.0",
"sugarss": "^2.0.0",
"typescript": "^3.9.2",
"uglify-js": "^3.9.3"
}
}