joyent-portal/packages/logos/package.json

41 lines
1.2 KiB
JSON
Raw Permalink Normal View History

2018-02-05 17:12:47 +02:00
{
"name": "joyent-logo-assets",
"version": "1.1.0",
2018-03-06 03:14:33 +02:00
"private": true,
2018-02-05 17:12:47 +02:00
"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"],
2018-02-05 17:12:47 +02:00
"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",
"test": "echo 0",
"test:ci": "redrun test",
"build:es": "babel src --out-dir dist/es",
2018-05-09 02:03:57 +03:00
"build:umd": "SSR=1 UMD=1 babel src --out-dir dist/umd"
2018-02-05 17:12:47 +02:00
},
"devDependencies": {
"apr-for-each": "^3.0.3",
"apr-main": "^4.0.3",
"babel-cli": "^6.26.0",
"babel-preset-joyent-portal": "^7.0.1",
"eslint": "^4.19.1",
2018-02-05 17:12:47 +02:00
"eslint-config-joyent-portal": "^3.3.1",
2018-03-29 16:43:30 +03:00
"execa": "^0.10.0",
"globby": "^8.0.1",
2018-02-05 17:12:47 +02:00
"htmltojsx": "^0.3.0",
2018-05-23 19:29:04 +03:00
"joyent-react-scripts": "^8.2.1",
2018-02-05 17:12:47 +02:00
"mz": "^2.7.0",
2018-05-23 19:29:04 +03:00
"react": "^16.4.0",
"redrun": "^6.0.4"
2018-02-05 17:12:47 +02:00
},
"peerDependencies": {
2018-05-23 19:29:04 +03:00
"react": "^16.4.0"
2018-02-05 17:12:47 +02:00
}
}