Farmbot-Web-App/package.json

138 lines
4.0 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-02-06 18:36:11 -07:00
"test-slow": "jest --coverage --ci -w 6 --colors",
2018-10-26 08:36:56 -06:00
"test": "jest --no-coverage --cache -w 5 --colors",
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-04-09 18:45:51 -06:00
"@blueprintjs/core": "3.15.1",
2019-05-30 12:10:15 -06:00
"@blueprintjs/datetime": "3.9.1",
"@blueprintjs/select": "3.8.1",
"@types/enzyme": "3.9.3",
2019-05-16 10:56:27 -06:00
"@types/jest": "24.0.13",
2019-06-03 12:46:58 -06:00
"@types/lodash": "4.14.133",
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",
2019-06-03 12:46:58 -06:00
"@types/node": "12.0.4",
2019-01-07 17:06:55 -07:00
"@types/promise-timeout": "1.3.0",
2019-05-30 12:10:15 -06:00
"@types/react": "16.8.19",
2019-04-05 15:15:22 -06:00
"@types/react-color": "3.0.0",
2019-04-18 16:58:41 -06:00
"@types/react-dom": "16.8.4",
2019-05-16 10:56:27 -06:00
"@types/react-redux": "7.0.9",
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-02-27 14:58:36 -07:00
"coveralls": "3.0.3",
2019-06-05 16:35:49 -06:00
"enzyme": "3.10.0",
"enzyme-adapter-react-16": "1.14.0",
2019-06-09 12:11:15 -06:00
"farmbot": "8.0.1-rc5",
2019-01-07 17:06:55 -07:00
"farmbot-toastr": "1.0.3",
2019-06-04 16:08:46 -06:00
"i18next": "17.0.1",
2019-05-10 18:50:34 -06:00
"jest": "24.8.0",
"jest-cli": "24.8.0",
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-02-13 17:27:50 -07:00
"moment": "2.24.0",
2019-01-07 17:06:55 -07:00
"moxios": "0.4.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-04-05 15:15:22 -06:00
"react": "16.8.6",
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-04-05 15:15:22 -06:00
"react-dom": "16.8.6",
2019-02-13 17:27:50 -07:00
"react-joyride": "2.0.5",
2019-05-10 18:50:34 -06:00
"react-redux": "7.0.3",
2019-04-05 15:15:22 -06:00
"react-test-renderer": "16.8.6",
2019-05-30 12:10:15 -06:00
"react-transition-group": "4.1.0",
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-06-03 12:46:58 -06:00
"sass": "1.20.3",
2019-05-10 18:50:34 -06:00
"sass-lint": "1.13.1",
2019-01-07 17:06:55 -07:00
"takeme": "0.11.1",
2019-04-09 18:45:51 -06:00
"ts-jest": "24.0.2",
2019-01-07 17:06:55 -07:00
"ts-lint": "4.5.1",
2019-06-03 12:46:58 -06:00
"tslint": "5.17.0",
"typescript": "3.5.1",
"which": "1.3.1"
},
"devDependencies": {
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"
]
}
}