UNPKG

1.58 kBJSONView Raw
1{
2 "name": "figicons",
3 "version": "1.0.58",
4 "author": "Stefan Mansson <st.mansson@icloud.com>",
5 "repository": {
6 "type": "git",
7 "url": "https://github.com/Figicons/Figicons.git"
8 },
9 "homepage": "https://figicons.com",
10 "license": "MIT",
11 "private": false,
12 "engines": {
13 "node": ">=8"
14 },
15 "files": [
16 "dist"
17 ],
18 "main": "dist/figicons.js",
19 "types": "dist/index.d.ts",
20 "scripts": {
21 "build": "yarn build:umd && yarn build:npm",
22 "build:umd": "webpack -p --config webpack.umd.config.js",
23 "build:npm": "webpack -p --config webpack.npm.config.js",
24 "d": "microbundle build -i ./index.ts -o dist"
25 },
26 "dependencies": {
27 "@types/react": "^16.4.18",
28 "@webcomponents/custom-elements": "^1.2.1",
29 "microbundle": "^0.9.0",
30 "react": ">=15"
31 },
32 "peerDependencies": {
33 "tslib": "^1.9.0",
34 "typescript": "^3.1.4"
35 },
36 "devDependencies": {
37 "@babel/core": "^7.2.2",
38 "@babel/plugin-proposal-class-properties": "7.2.1",
39 "@babel/plugin-syntax-jsx": "^7.2.0",
40 "@babel/polyfill": "^7.0.0",
41 "babel-core": "^6.26.3",
42 "babel-plugin-transform-async-to-promises": "^0.8.4",
43 "babel-plugin-transform-runtime": "^6.23.0",
44 "babel-polyfill": "^6.26.0",
45 "babel-preset-es2015": "^6.24.1",
46 "babel-preset-react": "^6.24.1",
47 "babel-preset-stage-0": "^6.24.1",
48 "declaration-bundler-webpack-plugin": "^1.0.3",
49 "dts-bundle": "^0.7.3",
50 "ts-loader": "^5.3.3",
51 "tslint": "^5.11.0",
52 "tslint-config-prettier": "^1.15.0",
53 "webpack": "^4.29.3",
54 "webpack-cli": "^3.2.3"
55 }
56}