Farmbot-Web-App/package.json

159 lines
4.6 KiB
JSON
Raw Normal View History

2016-09-22 08:02:46 -06:00
{
"name": "farmbot-web-frontend",
"version": "1.1.0",
"description": "Farmbot web frontend.",
"main": "dist/entry.js",
"repository": {
"type": "git",
"url": "https://github.com/farmbot/farmbot-web-frontend"
},
"scripts": {
"coverage": "cat **/*lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"clean": "rm -rf public/dist && rm -rf public/webpack",
2017-08-09 13:55:14 -06:00
"build": "TARGET=production bundle exec rake webpack:compile",
"start": "echo 'use `sudo docker-compose up` instead.'",
"heroku-postbuild": "webpack --config=./config/webpack.prod.js",
2018-01-30 12:02:44 -07:00
"webpack": "./node_modules/.bin/webpack-dev-server --config config/webpack.dev.js",
2018-10-19 12:55:56 -06:00
"test-slow": "jest --coverage --ci --maxWorkers=6 --colors",
2018-10-26 08:36:56 -06:00
"test": "jest --no-coverage --cache -w 5 --colors",
"typecheck": "./node_modules/.bin/tsc --noEmit --jsx preserve",
2018-09-13 14:26:53 -06:00
"tslint": "./node_modules/tslint/bin/tslint --project .",
"sass-lint": "./node_modules/sass-lint/bin/sass-lint.js -c .sass-lint.yml -v -q"
},
"keywords": [
"farmbot"
],
"author": "farmbot.io",
"license": "MIT",
"optionalDependencies": {
2018-09-28 08:37:54 -06:00
"webpack-dev-server": "3.1.9"
},
"dependencies": {
2019-01-07 17:06:55 -07:00
"@blueprintjs/core": "3.10.0",
"@blueprintjs/datetime": "3.5.0",
"@blueprintjs/select": "3.4.0",
"@types/enzyme": "3.1.15",
"@types/fastclick": "1.0.28",
"@types/i18next": "12.1.0",
2019-01-07 18:11:03 -07:00
"@types/jest": "23.3.12",
2019-01-07 17:06:55 -07:00
"@types/lodash": "4.14.119",
2018-11-02 13:03:57 -06:00
"@types/markdown-it": "0.0.7",
2019-01-07 17:06:55 -07:00
"@types/moxios": "0.4.8",
"@types/node": "10.12.18",
"@types/promise-timeout": "1.3.0",
"@types/react": "16.7.18",
2019-01-07 18:11:03 -07:00
"@types/react-color": "2.14.0",
2019-01-07 17:06:55 -07:00
"@types/react-dom": "16.0.11",
2019-01-07 18:11:03 -07:00
"@types/react-redux": "6.0.12",
2019-01-07 17:06:55 -07:00
"axios": "0.18.0",
"boxed_value": "1.0.0",
2018-03-16 15:40:35 -06:00
"browser-speech": "1.1.1",
"coveralls": "3.0.2",
2019-01-07 17:06:55 -07:00
"css-loader": "1.0.1",
"enzyme": "3.8.0",
"enzyme-adapter-react-16": "1.7.1",
"farmbot": "6.6.2",
"farmbot-toastr": "1.0.3",
"fastclick": "1.0.6",
2018-09-06 09:54:52 -06:00
"file-loader": "2.0.0",
2019-01-07 17:06:55 -07:00
"i18next": "12.1.0",
2018-05-14 09:35:42 -06:00
"imports-loader": "0.8.0",
2018-09-18 10:53:42 -06:00
"jest": "23.6.0",
2019-01-07 17:06:55 -07:00
"jest-cli": "23.6.0",
2018-03-20 06:55:05 -06:00
"json-loader": "0.5.7",
2018-09-18 10:47:23 -06:00
"lodash": "4.17.11",
2019-01-07 17:06:55 -07:00
"markdown-it": "8.4.2",
"markdown-it-emoji": "1.4.0",
2019-01-07 18:11:03 -07:00
"moment": "2.23.0",
2019-01-07 17:06:55 -07:00
"moxios": "0.4.0",
"node-sass": "4.11.0",
2018-09-06 09:54:52 -06:00
"optimize-css-assets-webpack-plugin": "5.0.1",
2019-01-07 17:06:55 -07:00
"promise-timeout": "1.3.0",
"raf": "3.4.1",
"react": "16.7.0",
"react-addons-test-utils": "15.6.2",
2019-01-07 18:11:03 -07:00
"react-color": "2.17.0",
2019-01-07 17:06:55 -07:00
"react-dom": "16.7.0",
2019-01-07 17:08:48 -07:00
"react-joyride": "2.0.2",
2019-01-07 17:06:55 -07:00
"react-redux": "5.1.1",
"react-test-renderer": "16.7.0",
2019-01-07 18:11:03 -07:00
"react-transition-group": "2.5.2",
2019-01-07 17:06:55 -07:00
"redux": "4.0.1",
"redux-immutable-state-invariant": "2.1.0",
2018-07-27 10:21:43 -06:00
"redux-thunk": "2.3.0",
2019-01-07 17:06:55 -07:00
"rollbar-sourcemap-webpack-plugin": "2.5.0",
"sass-lint": "1.12.1",
2018-08-03 10:49:53 -06:00
"sass-loader": "7.1.0",
2018-09-06 09:54:52 -06:00
"stats-webpack-plugin": "0.7.0",
2019-01-07 17:06:55 -07:00
"style-loader": "0.23.1",
"takeme": "0.11.1",
"ts-jest": "23.10.5",
"ts-lint": "4.5.1",
2019-01-07 18:11:03 -07:00
"ts-loader": "5.3.3",
"tslint": "5.12.0",
2019-01-07 17:06:55 -07:00
"typescript": "3.2.2",
"url-loader": "1.1.2",
"webpack": "4.28.3",
2018-03-20 06:55:05 -06:00
"webpack-uglify-js-plugin": "1.1.9",
"which": "1.3.1"
},
"devDependencies": {
2018-11-17 14:06:26 -07:00
"jest-skipped-reporter": "0.0.4",
2019-01-07 18:11:03 -07:00
"webpack-cli": "3.2.1"
},
"jest": {
2018-07-20 04:24:02 -06:00
"clearMocks": true,
"logHeapUsage": true,
2017-08-10 14:04:01 -06:00
"globals": {
2018-09-21 09:14:23 -06:00
"ts-jest": {
"diagnostics": {
"ignoreCodes": [
151001
]
}
},
2017-08-10 14:04:01 -06:00
"globalConfig": {
2017-08-10 14:24:59 -06:00
"NODE_ENV": "development",
2017-08-10 14:04:01 -06:00
"TOS_URL": "https://farmbot.io/tos/",
2017-12-19 14:19:59 -07:00
"PRIV_URL": "https://farmbot.io/privacy/",
2017-08-10 14:24:59 -06:00
"LONG_REVISION": "------------",
"SHORT_REVISION": "--------"
2017-08-10 14:04:01 -06:00
}
},
"moduleNameMapper": {
2017-08-09 13:30:52 -06:00
"^.*\\.scss$": "<rootDir>/webpack/__test_support__/stub.ts"
2017-07-18 14:39:38 -06:00
},
"setupFiles": [
"./webpack/__test_support__/setup_enzyme.js",
"./webpack/__test_support__/localstorage.js",
"./webpack/__test_support__/mock_fbtoaster.ts",
2018-01-31 21:27:04 -07:00
"./webpack/__test_support__/unmock_i18next.ts",
"./webpack/__test_support__/additional_mocks.ts"
2017-06-29 15:06:19 -06:00
],
"transform": {
2018-09-06 11:39:55 -06:00
".(ts|tsx)": "ts-jest"
2017-07-24 14:48:56 -06:00
},
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
"moduleFileExtensions": [
"ts",
"tsx",
"js"
],
"collectCoverage": true,
"collectCoverageFrom": [
2017-08-09 13:30:52 -06:00
"webpack/**/*.{ts,tsx}"
],
2018-11-17 14:06:26 -07:00
"reporters": [
"default",
"jest-skipped-reporter"
],
"coverageReporters": [
"html",
"json",
"lcov"
2017-12-15 03:28:08 -07:00
],
2018-11-02 13:52:55 -06:00
"coverageDirectory": "<rootDir>/coverage_fe",
2017-12-15 03:28:08 -07:00
"setupTestFrameworkScriptFile": "<rootDir>/webpack/__test_support__/customMatchers.js"
}
}