-
Notifications
You must be signed in to change notification settings - Fork 334
/
package.json
121 lines (121 loc) · 4.1 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"name": "farmbot-web-frontend",
"version": "1.1.0",
"description": "Farmbot web frontend.",
"engines": {
"browsers": "defaults",
"node": "20.x",
"npm": "10.x",
"parcel": "2.x"
},
"repository": {
"type": "git",
"url": "https://github.com/farmbot/farmbot-web-app"
},
"scripts": {
"test-very-slow": "node --expose-gc ./node_modules/.bin/jest -i --colors --coverage",
"test-slow": "./node_modules/.bin/jest -w 6 --colors",
"test": "./node_modules/.bin/jest -w 5 --no-coverage",
"typecheck": "./node_modules/typescript/bin/tsc --noEmit",
"dev-typecheck": "./node_modules/typescript/bin/tsc --project tsconfig.dev.json --noEmit",
"eslint": "./node_modules/.bin/eslint frontend public/app-resources/languages --ext .ts,.tsx",
"sass-lint": "./node_modules/sass-lint/bin/sass-lint.js -c .sass-lint.yml -v -q",
"sass-check": "./node_modules/sass/sass.js --no-source-map frontend/css/_index.scss:sass_index.log",
"translation-check": " ./node_modules/jshint/bin/jshint --config public/app-resources/languages/.config public/app-resources/languages/*.json",
"linters": "npm run typecheck --cache=/tmp;X=$(($X+$?));npm run dev-typecheck --cache=/tmp;X=$(($X+$?));npm run eslint --cache=/tmp;X=$(($X+$?));npm run sass-lint --cache=/tmp;X=$(($X+$?));npm run sass-check --cache=/tmp;X=$(($X+$?));npm run translation-check --cache=/tmp;X=$(($X+$?));[ $X = 0 ]"
},
"keywords": [
"farmbot"
],
"author": "farmbot.io",
"license": "MIT",
"overrides": {
"cheerio": "1.0.0-rc.12",
"@parcel/watcher": "2.1.0"
},
"dependencies": {
"@blueprintjs/core": "5.13.1",
"@blueprintjs/select": "5.2.5",
"@monaco-editor/react": "4.6.0",
"@parcel/transformer-sass": "2.12.0",
"@parcel/transformer-typescript-tsc": "2.12.0",
"@react-spring/three": "9.7.5",
"@react-three/drei": "9.115.0",
"@react-three/fiber": "8.17.10",
"@rollbar/react": "0.12.0-beta",
"@types/lodash": "4.17.13",
"@types/markdown-it": "14.1.2",
"@types/node": "22.8.6",
"@types/promise-timeout": "1.3.3",
"@types/react": "18.3.12",
"@types/react-color": "3.0.12",
"@types/react-dom": "18.3.1",
"@types/three": "0.169.0",
"@types/ws": "8.5.12",
"@xterm/xterm": "5.5.0",
"axios": "1.7.7",
"bowser": "2.11.0",
"browser-speech": "1.1.1",
"events": "3.3.0",
"farmbot": "15.8.8",
"i18next": "23.16.4",
"lodash": "4.17.21",
"markdown-it": "14.1.0",
"markdown-it-emoji": "3.0.0",
"moment": "2.30.1",
"monaco-editor": "0.52.0",
"mqtt": "5.10.1",
"npm": "10.9.0",
"parcel": "2.12.0",
"process": "0.11.10",
"promise-timeout": "1.3.0",
"punycode": "1.4.1",
"querystring-es3": "0.2.1",
"react": "18.3.1",
"react-color": "2.19.3",
"react-dom": "18.3.1",
"react-redux": "9.1.2",
"react-router-dom": "6.27.0",
"redux": "5.0.1",
"redux-immutable-state-invariant": "2.1.0",
"redux-thunk": "3.1.0",
"rollbar": "2.26.4",
"takeme": "0.12.0",
"three": "0.170.0",
"typescript": "5.6.3",
"url": "0.11.4"
},
"devDependencies": {
"@react-three/eslint-plugin": "0.1.1",
"@types/enzyme": "3.10.12",
"@types/jest": "29.5.14",
"@types/readable-stream": "4.0.18",
"@typescript-eslint/eslint-plugin": "7.15.0",
"@typescript-eslint/parser": "7.15.0",
"@wojtekmaj/enzyme-adapter-react-17": "0.8.0",
"enzyme": "3.11.0",
"eslint": "8.57.0",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jest": "28.8.3",
"eslint-plugin-no-null": "1.0.2",
"eslint-plugin-promise": "7.1.0",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-hooks": "5.0.0",
"jest": "29.7.0",
"jest-canvas-mock": "2.5.2",
"jest-cli": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-junit": "16.0.0",
"jest-skipped-reporter": "0.0.5",
"jshint": "2.13.6",
"madge": "8.0.0",
"raf": "3.4.1",
"react-addons-test-utils": "15.6.2",
"react-test-renderer": "18.3.1",
"sass": "1.80.5",
"sass-lint": "1.13.1",
"ts-jest": "29.2.5",
"tslint": "5.20.1"
}
}