UNPKG

1.79 kBJSONView Raw
1{
2 "name": "ac-patterns",
3 "version": "3.1.1",
4 "author": "Henrik Joreteg <henrik@joreteg.com> (joreteg.com)",
5 "browserslist": [
6 "defaults",
7 "safari 11"
8 ],
9 "dependencies": {
10 "classnames": "2.2.6",
11 "milliseconds": "1.0.3",
12 "money-clip": "3.0.3",
13 "preact": "10.5.12",
14 "tryit": "1.0.3"
15 },
16 "devDependencies": {
17 "@babel/cli": "7.12.10",
18 "@babel/core": "7.12.10",
19 "@babel/preset-env": "7.12.11",
20 "@henrikjoreteg/babel-preset-preact": "1.0.0",
21 "babel-eslint": "10.1.0",
22 "cpy-cli": "^3.1.1",
23 "eslint": "7.19.0",
24 "eslint-plugin-react": "7.22.0",
25 "fixpack": "4.0.0",
26 "parcel": "1.12.4",
27 "prettier": "2.2.1",
28 "redux-bundler": "28.0.0",
29 "redux-bundler-preact": "2.0.1",
30 "tachyons-cli": "1.3.3"
31 },
32 "files": [
33 "dist"
34 ],
35 "keywords": [],
36 "license": "MIT",
37 "main": "dist/index.node.js",
38 "module": "dist/index.js",
39 "prettier": {
40 "semi": false,
41 "singleQuote": true,
42 "trailingComma": "none",
43 "arrowParens": "avoid"
44 },
45 "scripts": {
46 "build": "npm run build-module && npm run build-css && npm run build-umd",
47 "build-css": "cd tachyons-ac && npm run build && cd .. && cpy tachyons-ac/css/tachyons.css dist/",
48 "build-module": "babel component-library --out-dir dist",
49 "build-site": "parcel build component-library/demo-site/index.html -d site --public-url / --no-minify",
50 "build-umd": "parcel build component-library/index.js --out-file dist/index.node.js --no-source-maps",
51 "format": "prettier --write .",
52 "lint": "eslint ./component-library --fix",
53 "prepublishOnly": "npm run build",
54 "start": "parcel component-library/demo-site/index.html -d dist --public-url / --port 3000",
55 "static": "fixpack && npm run format && npm run lint"
56 }
57}