joyent-portal/packages/icons/package.json

42 lines
1.3 KiB
JSON
Raw Normal View History

{
"name": "joyent-icons",
2018-02-16 20:32:15 +02:00
"version": "5.0.0",
2018-03-06 03:14:33 +02:00
"private": true,
"license": "MPL-2.0",
"repository": "github:yldio/joyent-portal",
"main": "dist/umd/index.js",
"jsnext:main": "dist/es/index.js",
"module": "dist/es/index.js",
2018-02-28 00:40:51 +02:00
"files": ["dist"],
"scripts": {
2018-02-28 00:40:51 +02:00
"dev": "NODE_ENV=development redrun -p build:es build:umd -- --watch --source-maps inline",
"build:test": "NODE_ENV=production redrun build:lib",
"build:lib": "NODE_ENV=production redrun -p build:es build:umd",
"build:bundle": "echo 0",
"prepublish": "NODE_ENV=production redrun build:lib",
2018-03-01 03:15:16 +02:00
"lint": "redrun lint:ci -- --fix",
2018-02-28 00:40:51 +02:00
"lint:ci": "NODE_ENV=test eslint . --ext .js --ext .md",
"test": "NODE_ENV=test joyent-react-scripts test --env=jsdom",
2018-02-28 00:40:51 +02:00
"test:ci": "redrun test",
"build:es": "babel src --out-dir dist/es",
"build:umd": "UMD=1 babel src --out-dir dist/umd"
},
"dependencies": {
"remcalc": "^1.0.10",
"rnd-id": "^2.0.2",
2018-03-07 17:36:32 +02:00
"styled-components": "^3.2.1"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-joyent-portal": "^7.0.1",
"eslint": "^4.18.1",
"eslint-config-joyent-portal": "^3.3.1",
2018-03-07 17:36:32 +02:00
"joyent-react-scripts": "^7.4.0",
"react": "^16.2.0",
"redrun": "^5.10.5"
},
"peerDependencies": {
"react": "^16.2.0"
}
}