2018-03-25 17:30:42 +00:00
|
|
|
{
|
2018-12-01 05:04:39 +00:00
|
|
|
"name": "Houdini",
|
2018-03-25 17:30:42 +00:00
|
|
|
"private": "true",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2018-06-07 21:03:57 +00:00
|
|
|
"url": "https://github.com/houdiniproject/houdini"
|
2018-03-25 17:30:42 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
2018-06-27 21:56:54 +00:00
|
|
|
"watch": "export HOUDINI_WATCH=1; script/build.sh",
|
2018-06-27 19:53:09 +00:00
|
|
|
"build": "script/build.sh",
|
2019-09-17 20:56:28 +00:00
|
|
|
"build-all": "script/compile-assets.sh && npm run build",
|
|
|
|
"ci-build-all": "script/compile-assets.sh && npm ci && npm run build",
|
2018-10-26 16:13:19 +00:00
|
|
|
"test": "rake -v spec && npm run build && npx jest",
|
2018-03-25 17:30:42 +00:00
|
|
|
"export-button-config": "bundle exec rake settings:generate_json",
|
2018-05-21 20:03:46 +00:00
|
|
|
"export-i18n": "bundle exec rake settings:combine_translations",
|
|
|
|
"generate-openapi": "rake oapi:gen",
|
|
|
|
"get-codegen-cli": "script/download_codegen_cli.sh",
|
2019-09-17 20:56:28 +00:00
|
|
|
"generate-api-js": "rm -rf javascripts/api && npm run get-codegen-cli && npm run generate-openapi && java -jar .bin/swagger-codegen-cli.jar generate -l 'typescript-jquery' -i tmp/openapi.json -o javascripts/api --config 'swagger.json' -t lib/swagger-typescript-jquery",
|
|
|
|
"webpack": "webpack",
|
|
|
|
"jest": "jest"
|
2018-03-25 17:30:42 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-04-16 22:15:26 +00:00
|
|
|
"@types/color": "^3.0.0",
|
2018-05-21 20:03:46 +00:00
|
|
|
"@types/enzyme": "^3.1.9",
|
|
|
|
"@types/enzyme-to-json": "^1.5.1",
|
|
|
|
"@types/es6-promise": "^3.3.0",
|
2019-05-01 22:17:15 +00:00
|
|
|
"@types/hoist-non-react-statics": "^3.3.1",
|
2018-03-29 19:10:27 +00:00
|
|
|
"@types/jest": "^22.2.2",
|
2018-05-21 20:03:46 +00:00
|
|
|
"@types/jquery": "^3.3.1",
|
2018-09-07 18:07:14 +00:00
|
|
|
"@types/jsdom": "^11.0.4",
|
2018-05-21 20:03:46 +00:00
|
|
|
"@types/lodash": "^4.14.106",
|
2018-10-01 19:49:04 +00:00
|
|
|
"@types/moment-timezone": "^0.5.9",
|
2018-09-07 18:07:14 +00:00
|
|
|
"@types/prop-types": "^15.5.5",
|
2018-03-29 19:10:27 +00:00
|
|
|
"@types/react": "^16.1.0",
|
2018-05-21 20:03:46 +00:00
|
|
|
"@types/react-dom": "^16.0.5",
|
|
|
|
"@types/react-intl": "^2.3.7",
|
|
|
|
"@types/react-test-renderer": "^16.0.1",
|
2018-10-03 18:00:22 +00:00
|
|
|
"@types/react-text-mask": "^5.4.2",
|
2019-04-16 22:15:26 +00:00
|
|
|
"@types/react-transition-group": "^2.9.0",
|
2018-09-07 18:07:14 +00:00
|
|
|
"@types/sinon": "^4.3.3",
|
2018-05-21 20:03:46 +00:00
|
|
|
"@types/validator": "^9.4.1",
|
2019-02-26 18:43:07 +00:00
|
|
|
"@types/velocity-animate": "^1.2.33",
|
2018-03-25 17:30:42 +00:00
|
|
|
"babel-core": "^6.26.0",
|
|
|
|
"babel-loader": "^7.1.4",
|
|
|
|
"babel-preset-env": "^1.6.1",
|
|
|
|
"babel-preset-es2015": "^6.24.1",
|
2019-07-26 16:16:44 +00:00
|
|
|
"bootstrap": "^3.4.1",
|
2018-10-01 19:59:13 +00:00
|
|
|
"bootstrap-loader": "github:houdiniproject/bootstrap-loader#compiled_namespaced",
|
2018-09-07 18:07:14 +00:00
|
|
|
"bootstrap-sass": "^3.3.7",
|
2018-03-25 17:30:42 +00:00
|
|
|
"browserify": "13.0.1",
|
|
|
|
"browserify-incremental": "3.1.1",
|
|
|
|
"clean-webpack-plugin": "^0.1.19",
|
|
|
|
"compression-webpack-plugin": "^1.1.11",
|
2018-05-21 20:03:46 +00:00
|
|
|
"copy-webpack-plugin": "^4.5.1",
|
2018-03-25 17:30:42 +00:00
|
|
|
"css-loader": "^0.28.10",
|
2019-05-16 17:06:29 +00:00
|
|
|
"cssnano": "^4.1.10",
|
2019-02-14 22:10:31 +00:00
|
|
|
"enzyme": "^3.8.0",
|
|
|
|
"enzyme-adapter-react-16": "^1.9.1",
|
2018-05-21 20:03:46 +00:00
|
|
|
"enzyme-to-json": "^3.3.3",
|
|
|
|
"exports-loader": "^0.7.0",
|
2018-03-25 17:30:42 +00:00
|
|
|
"expose-loader": "^0.7.5",
|
|
|
|
"extract-text-webpack-plugin": "^3.0.2",
|
|
|
|
"file-loader": "^1.1.11",
|
2018-05-21 20:03:46 +00:00
|
|
|
"imports-loader": "^0.8.0",
|
2019-02-20 19:51:50 +00:00
|
|
|
"jest": "^24.1.0",
|
|
|
|
"jest-enzyme": "^7.0.1",
|
2018-09-07 18:07:14 +00:00
|
|
|
"jsdom": "^11.10.0",
|
2018-05-21 20:03:46 +00:00
|
|
|
"less": "^3.0.4",
|
|
|
|
"less-loader": "^4.1.0",
|
2019-07-18 20:30:55 +00:00
|
|
|
"lodash": "^4.17.14",
|
2019-05-01 22:19:04 +00:00
|
|
|
"node-sass": "^4.12.0",
|
2018-11-06 19:41:48 +00:00
|
|
|
"phantomjs-prebuilt": "^2.1.16",
|
2018-03-25 17:30:42 +00:00
|
|
|
"postcss-cssnext": "^2.9.0",
|
|
|
|
"postcss-import": "^9.1.0",
|
|
|
|
"postcss-loader": "^2.1.1",
|
2018-09-07 18:07:14 +00:00
|
|
|
"resolve-url-loader": "^2.3.0",
|
|
|
|
"sass-loader": "^7.0.1",
|
|
|
|
"sinon": "^5.0.7",
|
2018-03-25 17:30:42 +00:00
|
|
|
"string-replace-loader": "^2.1.1",
|
|
|
|
"string-replace-webpack-plugin": "^0.1.3",
|
2018-05-21 20:03:46 +00:00
|
|
|
"style-loader": "^0.21.0",
|
2019-02-20 19:51:50 +00:00
|
|
|
"ts-jest": "^24.0.0",
|
2018-05-21 20:03:46 +00:00
|
|
|
"ts-loader": "^3",
|
2019-04-15 20:13:30 +00:00
|
|
|
"typescript": "^2.9.2",
|
2018-09-07 18:07:14 +00:00
|
|
|
"uglifyjs-webpack-plugin": "^0.4.6",
|
2018-05-21 20:03:46 +00:00
|
|
|
"url-loader": "^1.0.1",
|
2018-03-25 17:30:42 +00:00
|
|
|
"webpack": "^3",
|
2019-09-17 20:56:28 +00:00
|
|
|
"webpack-cli": "^3.3.8",
|
2018-03-25 17:30:42 +00:00
|
|
|
"webpack-merge": "^4.1.2",
|
2018-06-07 21:23:18 +00:00
|
|
|
"webpack-sweet-entry": "^1.1.4"
|
2018-03-25 17:30:42 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"attr-binder": "0.3.1",
|
2019-02-14 22:10:31 +00:00
|
|
|
"aws-sdk": "^2.402.0",
|
2018-03-25 17:30:42 +00:00
|
|
|
"chart.js": "2.1.4",
|
2019-04-16 22:15:26 +00:00
|
|
|
"color": "^3.1.0",
|
2018-03-25 17:30:42 +00:00
|
|
|
"commons.css": "0.1.8",
|
|
|
|
"cookie": "0.3.1",
|
|
|
|
"cropperjs": "1.0.0-beta.2",
|
|
|
|
"data-tooltip": "0.0.1",
|
2018-09-07 18:07:14 +00:00
|
|
|
"dotize": "^0.2.0",
|
2018-03-25 17:30:42 +00:00
|
|
|
"dragula": "3.7.1",
|
|
|
|
"es6-promise": "2.1.1",
|
|
|
|
"ff-core": "0.0.2",
|
|
|
|
"ff-dashboard": "0.0.4",
|
|
|
|
"ff-file-uploader": "0.0.6",
|
|
|
|
"flimflam": "0.7.5",
|
|
|
|
"flimflam-docs-scaffold": "0.0.8",
|
|
|
|
"flimflam-render": "0.1.4",
|
|
|
|
"flyd": "0.2.2",
|
|
|
|
"flyd-ajax": "0.2.0",
|
|
|
|
"flyd-url": "0.0.1",
|
|
|
|
"flyd-zip": "0.0.1",
|
2018-08-21 16:29:01 +00:00
|
|
|
"focus-group": "^0.3.1",
|
2018-03-25 17:30:42 +00:00
|
|
|
"form-serialize": "0.7.0",
|
|
|
|
"format-number": "2.0.2",
|
2019-05-01 22:17:15 +00:00
|
|
|
"hoist-non-react-statics": "^3.3.0",
|
2018-03-25 17:30:42 +00:00
|
|
|
"i18n-js": "^3.0.3",
|
|
|
|
"iban": "0.0.8",
|
|
|
|
"imagesloaded": "4.1.1",
|
|
|
|
"immutable": "3.7.5",
|
|
|
|
"jquery": "1.11.1",
|
|
|
|
"jquery.cookie": "1.4.1",
|
2019-07-26 16:16:44 +00:00
|
|
|
"marked": "^0.7.0",
|
2018-09-07 18:07:14 +00:00
|
|
|
"mobx": "^4.3.1",
|
2019-02-26 18:41:43 +00:00
|
|
|
"mobx-react": "^5.4.3",
|
2018-09-07 18:07:14 +00:00
|
|
|
"mobx-react-devtools": "^5.0.1",
|
|
|
|
"mobx-react-form": "github:houdiniproject/mobx-react-form#our_fix",
|
2018-08-20 16:32:27 +00:00
|
|
|
"mobx-utils": "^5.0.1",
|
2018-10-01 19:42:41 +00:00
|
|
|
"moment": "^2.22.2",
|
2018-03-25 17:30:42 +00:00
|
|
|
"moment-range": "2.2.0",
|
2018-10-01 19:42:41 +00:00
|
|
|
"moment-timezone": "^0.5.21",
|
2018-09-07 18:07:14 +00:00
|
|
|
"no-scroll": "^2.1.0",
|
2018-03-25 17:30:42 +00:00
|
|
|
"parsleyjs": "2.0.7",
|
|
|
|
"percent": "1.1.1",
|
|
|
|
"phone-formatter": "0.0.2",
|
|
|
|
"pikaday": "1.3.2",
|
|
|
|
"pikaday-time": "1.5.1",
|
|
|
|
"query-string": "4.2.2",
|
|
|
|
"quill": "^1.3.6",
|
|
|
|
"ramda": "^0.21.0",
|
2018-09-07 18:07:14 +00:00
|
|
|
"react": "^16.2.0",
|
2018-12-07 19:45:04 +00:00
|
|
|
"react-aria-modal": "^3.0.1",
|
2018-09-07 18:07:14 +00:00
|
|
|
"react-dom": "^16.3.1",
|
|
|
|
"react-intl": "^2.4.0",
|
|
|
|
"react-text-mask": "^5.3.0",
|
2019-04-16 22:15:26 +00:00
|
|
|
"react-transition-group": "^2.9.0",
|
2018-03-25 17:30:42 +00:00
|
|
|
"shuffle-array": "1.0.1",
|
|
|
|
"snabbdom": "0.3.0",
|
|
|
|
"snake-case": "2.1.0",
|
|
|
|
"superagent": "1.1.0",
|
2018-09-07 18:07:14 +00:00
|
|
|
"text-mask": "0.0.2",
|
2018-03-25 17:30:42 +00:00
|
|
|
"uuid": "2.0.2",
|
2018-09-07 18:07:14 +00:00
|
|
|
"validator": "^9.4.1",
|
2018-03-25 17:30:42 +00:00
|
|
|
"vdom-thunk": "3.0.0",
|
2019-02-14 22:10:31 +00:00
|
|
|
"velocity-react": "^1.4.1",
|
2018-03-25 17:30:42 +00:00
|
|
|
"view-script": "0.3.6",
|
|
|
|
"virtual-dom": "2.1.1",
|
|
|
|
"vvvview": "0.4.3"
|
2018-03-29 19:10:27 +00:00
|
|
|
},
|
|
|
|
"jest": {
|
2018-05-21 20:03:46 +00:00
|
|
|
"testEnvironment": "enzyme",
|
|
|
|
"testEnvironmentOptions": {
|
|
|
|
"enzymeAdapter": "react16"
|
|
|
|
},
|
|
|
|
"globals": {
|
|
|
|
"ts-jest": {
|
2019-02-20 19:51:50 +00:00
|
|
|
"babelConfig": false
|
2018-05-21 20:03:46 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"setupFiles": [
|
|
|
|
"<rootDir>/setupTests.js"
|
|
|
|
],
|
2018-03-29 19:10:27 +00:00
|
|
|
"transform": {
|
|
|
|
"^.+\\.tsx?$": "ts-jest"
|
|
|
|
},
|
|
|
|
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
|
|
|
|
"moduleFileExtensions": [
|
|
|
|
"ts",
|
|
|
|
"tsx",
|
|
|
|
"js",
|
|
|
|
"jsx",
|
|
|
|
"json",
|
|
|
|
"node"
|
2018-05-21 20:03:46 +00:00
|
|
|
],
|
|
|
|
"snapshotSerializers": [
|
|
|
|
"enzyme-to-json/serializer"
|
2018-03-29 19:10:27 +00:00
|
|
|
]
|
2018-03-25 17:30:42 +00:00
|
|
|
}
|
|
|
|
}
|