RecordViewer/package.json

58 строки
1.7 KiB
JSON
Исходник Постоянная ссылка Обычный вид История

2017-09-28 20:37:45 +03:00
{
"name": "recordviewer",
"version": "0.0.1",
"description": "User Interface API Record View test tool",
"author": "chris.seymour@salesforce.com",
"private": true,
"repository": {
"type": "git",
2017-09-29 01:08:07 +03:00
"url": "https://github.com/forcedotcom/RecordViewer.git"
2017-09-28 20:37:45 +03:00
},
"dependencies": {
"@salesforce-ux/design-system": "^2.1.2",
"body-parser": "^1.13.3",
"cookie-parser": "^1.3.5",
"express": "^4.13.3",
"express-session": "^1.11.3",
"morgan": "^1.6.1",
"os-homedir": "^1.0.1",
"pug": "^2.0.1",
2018-04-25 09:55:13 +03:00
"q": "1.5.1",
2017-09-28 20:37:45 +03:00
"react": "^15.4.0",
"react-bootstrap": "0.13.3",
2017-09-28 20:37:45 +03:00
"react-dom": "^15.4.0",
"react-json-inspector": "7.1.0",
2017-09-28 20:37:45 +03:00
"react-json-pretty": "^1.2.1",
"react-modal-dialog": "4.0.7",
2017-09-28 20:37:45 +03:00
"react-redux": "^4.4.6",
"redux": "^3.6.0",
"redux-saga": "^0.13.0",
"serve-static": "^1.10.0",
2018-03-15 03:27:20 +03:00
"stylus": "^0.54.3",
"xml2js": "0.4.19",
"jquery" : "^2.0.3"
2017-09-28 20:37:45 +03:00
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-polyfill": "^6.16.0",
2018-04-24 08:03:40 +03:00
"babel-preset-env": "^1.6.1",
2017-09-28 20:37:45 +03:00
"babel-preset-react": "^6.16.0",
"babel-preset-stage-2": "^6.18.0",
"babelify": "^7.3.0",
"browserify": "^13.1.1",
"mocha": "2.2.5",
"redux-devtools": "^3.3.1"
},
"scripts": {
2018-04-24 08:03:40 +03:00
"build": "browserify -t [babelify --presets ['env' 'react' 'babel-polyfill' 'stage-2'] ] client-src/root.js -o lib/root.js",
"postinstall": "browserify -t [babelify --presets ['env' 'react' 'babel-polyfill' 'stage-2'] ] client-src/root.js -o lib/root.js",
2017-09-28 20:37:45 +03:00
"start": "node app.js",
"test": "mocha test"
},
2017-09-29 01:08:07 +03:00
"homepage": "https://github.com/forcedotcom/RecordViewer",
"bugs": "https://github.com/forcedotcom/RecordViewer/issues",
2017-09-28 20:37:45 +03:00
"engines": {
"node": "*"
}
}