UNPKG

1.22 kBJSONView Raw
1{
2 "name": "@minna-ui/preprocess",
3 "version": "0.36.0",
4 "publishConfig": {
5 "access": "public"
6 },
7 "description": "Code transformers and svelte preprocessor for use in Minna UI projects.",
8 "license": "Apache-2.0",
9 "repository": "https://github.com/WeAreGenki/minna-ui/tree/master/utils/preprocess",
10 "author": "Max Milton <max@wearegenki.com>",
11 "homepage": "https://wearegenki.github.io/minna-ui",
12 "bugs": "https://github.com/WeAreGenki/minna-ui/issues",
13 "main": "dist/index.js",
14 "module": "dist/index.mjs",
15 "types": "dist/index.d.ts",
16 "scripts": {
17 "build": "tsc",
18 "dev": "tsc --watch --preserveWatchOutput",
19 "prebuild": "rm -rf dist"
20 },
21 "files": [
22 "dist"
23 ],
24 "keywords": [
25 "css",
26 "html",
27 "minify-html",
28 "minna-ui",
29 "postcss-runner",
30 "postcss",
31 "svelte",
32 "svelte-preprocessor",
33 "wearegenki"
34 ],
35 "peerDependencies": {
36 "postcss": "^7.0.0",
37 "svelte": "^3.0.0"
38 },
39 "dependencies": {
40 "deepmerge": "^4.2.2",
41 "postcss-load-config": "^2.0.0",
42 "postcss-scss": "^2.0.0"
43 },
44 "devDependencies": {
45 "postcss-nested": "4.2.1"
46 },
47 "sideEffects": false,
48 "gitHead": "163eb970c79b72aa48f25eba5999806b033c608f"
49}