UNPKG

1.73 kBJSONView Raw
1{
2 "main": "./dist/cjs/index.js",
3 "module": "./dist/esm/index.js",
4 "browser": "./dist/esm/index.js",
5 "types": "./dist/esm/index.d.ts",
6 "typings": "./dist/esm/index.d.ts",
7 "es2015": "./dist/esm/index.js",
8 "files": [
9 "dist/**/*.*",
10 "bin/*"
11 ],
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/fovea-org/fovea.git"
15 },
16 "bugs": {
17 "url": "https://github.com/fovea-org/fovea/issues"
18 },
19 "contributors": [
20 {
21 "name": "Frederik Wessberg",
22 "email": "frederikwessberg@hotmail.com",
23 "url": "https://github.com/wessberg"
24 }
25 ],
26 "engines": {
27 "node": ">=10.1.0"
28 },
29 "license": "MIT",
30 "keywords": [],
31 "name": "@fovea/style",
32 "version": "1.0.110",
33 "description": "Let's compile the web!",
34 "scripts": {
35 "lint": "tsc --noEmit && tslint -c tslint.json --project tsconfig.json",
36 "prerollup": "rm -r -f dist",
37 "rollup": "rollup -c rollup.config.js",
38 "pretest": "rollup -c rollup.test.config.js",
39 "test": "ava",
40 "posttest": "rm -r -f compiled",
41 "prepare": "npm run rollup"
42 },
43 "dependencies": {
44 "@fovea/common": "^1.0.110",
45 "@fovea/postcss-fovea-parser": "^1.0.110",
46 "@types/deep-extend": "^0.4.31",
47 "@types/node": "^10.5.2",
48 "@types/node-sass": "^3.10.32",
49 "@wessberg/di": "^1.1.0",
50 "cssnano": "^4.0.3",
51 "deep-extend": "^0.6.0",
52 "node-sass": "^4.9.2",
53 "postcss": "^7.0.1",
54 "postcss-import": "^11.1.0",
55 "postcss-preset-env": "^5.2.3",
56 "request": "^2.87.0"
57 },
58 "devDependencies": {
59 "@wessberg/rollup-plugin-di": "^1.0.85",
60 "@wessberg/rollup-plugin-ts": "0.0.32",
61 "ava": "^0.25.0",
62 "rollup": "^0.63.4"
63 },
64 "publishConfig": {
65 "access": "public"
66 }
67}