Farmbot-Web-App/package.json

140 lines
4.1 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.",
"repository": {
"type": "git",
"url": "https://github.com/farmbot/farmbot-web-frontend"
},
"scripts": {
"coverage": "cat **/*lcov.info | ./node_modules/coveralls/bin/coveralls.js",
2019-07-02 11:05:05 -06:00
"test-very-slow": "node --expose-gc ./node_modules/.bin/jest -i --colors # low CPU/RAM usage",
"test-slow": "./node_modules/.bin/jest -w 6 --colors",
"test": "./node_modules/.bin/jest -w 5 --no-coverage",
2019-02-06 18:36:11 -07:00
"typecheck": "./node_modules/typescript/bin/tsc --noEmit",
2018-09-13 14:26:53 -06:00
"tslint": "./node_modules/tslint/bin/tslint --project .",
2019-02-06 18:36:11 -07:00
"sass-lint": "./node_modules/sass-lint/bin/sass-lint.js -c .sass-lint.yml -v -q",
2019-02-10 22:10:29 -07:00
"sass-check": "./node_modules/sass/sass.js --no-source-map frontend/css/_index.scss sass.log",
2019-02-28 16:31:42 -07:00
"translation-check": " ./node_modules/jshint/bin/jshint --config public/app-resources/languages/.config public/app-resources/languages/*.js*",
"linters": "npm run typecheck && npm run tslint && npm run sass-lint && npm run sass-check && npm run translation-check"
},
"keywords": [
"farmbot"
],
"author": "farmbot.io",
"license": "MIT",
"dependencies": {
2019-09-27 10:20:31 -06:00
"@babel/core": "7.6.2",
2019-09-11 11:49:54 -06:00
"@blueprintjs/core": "3.18.1",
"@blueprintjs/datetime": "3.13.0",
2019-08-23 15:19:02 -06:00
"@blueprintjs/select": "3.10.0",
2019-07-23 14:57:55 -06:00
"@types/enzyme": "3.10.3",
2019-08-23 15:19:02 -06:00
"@types/jest": "24.0.18",
2019-09-28 18:21:56 -06:00
"@types/lodash": "4.14.141",
2019-09-27 10:20:31 -06:00
"@types/markdown-it": "0.0.9",
2019-09-09 10:09:48 -06:00
"@types/moxios": "0.4.9",
2019-09-27 10:20:31 -06:00
"@types/node": "12.7.8",
2019-01-07 17:06:55 -07:00
"@types/promise-timeout": "1.3.0",
2019-09-27 10:20:31 -06:00
"@types/react": "16.9.3",
2019-06-11 13:51:53 -06:00
"@types/react-color": "3.0.1",
2019-09-27 10:20:31 -06:00
"@types/react-dom": "16.9.1",
"@types/react-redux": "7.1.4",
2019-05-30 12:10:15 -06:00
"axios": "0.19.0",
2019-01-07 17:06:55 -07:00
"boxed_value": "1.0.0",
2018-03-16 15:40:35 -06:00
"browser-speech": "1.1.1",
2019-08-23 15:19:02 -06:00
"coveralls": "3.0.6",
2019-06-05 16:35:49 -06:00
"enzyme": "3.10.0",
"enzyme-adapter-react-16": "1.14.0",
"farmbot": "8.3.0-rc5",
2019-09-23 10:56:06 -06:00
"i18next": "17.0.16",
2019-07-23 14:57:55 -06:00
"lodash": "4.17.15",
2019-09-11 11:49:54 -06:00
"markdown-it": "10.0.0",
2019-01-07 17:06:55 -07:00
"markdown-it-emoji": "1.4.0",
2019-02-13 17:27:50 -07:00
"moment": "2.24.0",
2019-01-07 17:06:55 -07:00
"moxios": "0.4.0",
"mqtt": "3.0.0",
2019-04-02 13:59:37 -06:00
"parcel-bundler": "1.12.3",
2019-01-07 17:06:55 -07:00
"promise-timeout": "1.3.0",
"raf": "3.4.1",
2019-09-28 18:21:56 -06:00
"react": "16.10.1",
2019-01-07 17:06:55 -07:00
"react-addons-test-utils": "15.6.2",
2019-05-10 18:50:34 -06:00
"react-color": "2.17.3",
2019-09-28 18:21:56 -06:00
"react-dom": "16.10.1",
2019-07-23 14:57:55 -06:00
"react-joyride": "2.1.1",
2019-08-26 10:13:33 -06:00
"react-redux": "7.1.1",
2019-09-28 18:21:56 -06:00
"react-test-renderer": "16.10.1",
2019-09-09 10:09:48 -06:00
"react-transition-group": "4.3.0",
2019-07-10 16:44:32 -06:00
"redux": "4.0.4",
2019-01-07 17:06:55 -07:00
"redux-immutable-state-invariant": "2.1.0",
2018-07-27 10:21:43 -06:00
"redux-thunk": "2.3.0",
2019-09-13 12:03:37 -06:00
"sass": "1.22.12",
2019-05-10 18:50:34 -06:00
"sass-lint": "1.13.1",
2019-08-23 15:19:02 -06:00
"takeme": "0.11.3",
2019-09-13 12:03:37 -06:00
"ts-jest": "24.1.0",
2019-01-07 17:06:55 -07:00
"ts-lint": "4.5.1",
2019-09-11 11:49:54 -06:00
"tslint": "5.20.0",
"typescript": "3.6.3",
"which": "1.3.1"
},
"devDependencies": {
2019-08-23 15:19:02 -06:00
"jest": "24.9.0",
"jest-cli": "24.9.0",
2019-01-31 10:24:10 -07:00
"jest-skipped-reporter": "0.0.4",
2019-04-02 13:59:37 -06:00
"jshint": "2.10.2",
2019-03-05 11:41:40 -07:00
"madge": "3.4.4"
},
"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",
2019-05-20 14:14:16 -06:00
"TOS_URL": "https://farm.bot/tos/",
"PRIV_URL": "https://farm.bot/privacy/",
2017-08-10 14:24:59 -06:00
"LONG_REVISION": "------------",
"SHORT_REVISION": "--------"
2017-08-10 14:04:01 -06:00
}
},
"setupFiles": [
2019-01-30 07:00:26 -07:00
"./frontend/__test_support__/setup_enzyme.js",
"./frontend/__test_support__/localstorage.js",
"./frontend/__test_support__/mock_fbtoaster.ts",
"./frontend/__test_support__/unmock_i18next.ts",
"./frontend/__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": [
2019-01-30 07:00:26 -07:00
"frontend/**/*.{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",
2019-02-13 17:27:50 -07:00
"setupFilesAfterEnv": [
"<rootDir>/frontend/__test_support__/customMatchers.js"
]
}
}