joyent-portal/packages/icons/package.json

39 lines
1.3 KiB
JSON

{
"name": "joyent-icons",
"version": "1.0.1",
"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",
"scripts": {
"lint-ci": "eslint . --ext .js --ext .md",
"lint": "eslint . --fix --ext .js --ext .md",
"test-ci": "redrun -s test",
"test": "NODE_ENV=test joyent-react-scripts test --env=jsdom",
"compile-watch:es": "NODE_ENV=development babel src --out-dir dist/es --source-maps inline --watch",
"compile:es": "NODE_ENV=development babel src --out-dir dist/es --source-maps inline",
"compile:umd": "NODE_ENV=test babel src --out-dir dist/umd --source-maps inline",
"compile-watch:umd": "NODE_ENV=test babel src --out-dir dist/umd --source-maps inline --watch",
"compile": "redrun -p compile:*",
"dev": "redrun -p compile-watch:*",
"prepublish": "redrun -s compile"
},
"dependencies": {
"remcalc": "^1.0.9",
"styled-components": "^2.2.3"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-joyent-portal": "^3.3.3",
"eslint": "^4.11.0",
"eslint-config-joyent-portal": "^3.2.0",
"joyent-react-scripts": "^3.1.1",
"react": "^16.1.1",
"redrun": "^5.10.0"
},
"peerDependencies": {
"react": "^16.1.1"
}
}