50 lines
1.6 KiB
JSON
50 lines
1.6 KiB
JSON
{
|
|
"name": "joyent-ui-instance-steps",
|
|
"version": "1.0.0",
|
|
"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",
|
|
"files": ["dist"],
|
|
"scripts": {
|
|
"dev": "NODE_ENV=development redrun -p build:es build:umd -- --watch --source-maps inline",
|
|
"prepublish": "NODE_ENV=production redrun -p build:es build:umd",
|
|
"build:es": "babel src --out-dir dist/es --copy-files",
|
|
"build:umd": "SSR=1 UMD=1 babel src --out-dir dist/umd --copy-files",
|
|
"build:test": "NODE_ENV=production redrun build:lib",
|
|
"build:lib": "NODE_ENV=production redrun -p build:es build:umd",
|
|
"build:bundle": "echo 0",
|
|
"lint": "redrun lint:ci -- --fix",
|
|
"lint:ci": "NODE_ENV=test eslint . --ext .js --ext .md",
|
|
"test": "NODE_ENV=test joyent-react-scripts test --env=jsdom",
|
|
"test:ci": "redrun test"
|
|
},
|
|
"dependencies": {
|
|
"apr-intercept": "^3.0.3",
|
|
"apr-reduce": "^3.0.3",
|
|
"constant-case": "^2.0.0",
|
|
"declarative-redux-form": "^2.0.8",
|
|
"joyent-ui-resource-step": "^1.0.0",
|
|
"joyent-ui-resource-widgets": "^1.0.0",
|
|
"joyent-ui-toolkit": "^6.0.0",
|
|
"lodash": "^4.17.5",
|
|
"lodash.omit": "^4.5.0",
|
|
"lodash.uniqby": "^4.7.0",
|
|
"yup": "^0.24.1"
|
|
},
|
|
"devDependencies": {
|
|
"babel-cli": "^6.26.0",
|
|
"babel-preset-joyent-portal": "^7.0.1",
|
|
"eslint": "^4.19.1",
|
|
"eslint-config-joyent-portal": "^3.3.1",
|
|
"joyent-react-scripts": "^8.0.3",
|
|
"react": "^16.3.1",
|
|
"redrun": "^6.0.2"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.3.1"
|
|
}
|
|
}
|