forked from pybricks/pybricks-code
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
100 lines (100 loc) · 3.32 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
{
"name": "@pybricks/pybricks-code",
"version": "1.1.0-beta.5",
"license": "MIT",
"author": "The Pybricks Authors",
"repository": {
"type": "git",
"url": "https://github.com/pybricks/pybricks-code"
},
"dependencies": {
"@blueprintjs/core": "^3.50.1",
"@craco/craco": "^6.3.0",
"@pybricks/firmware": "4.13.0-alpha.5",
"@pybricks/ide-docs": "1.6.0",
"@pybricks/mpy-cross-v5": "^2.0.0",
"@shopify/react-i18n": "^6.2.2",
"@testing-library/dom": "^8.5.0",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^12.1.0",
"@testing-library/user-event": "^13.2.0",
"@types/file-saver": "^2.0.3",
"@types/jest": "^26.0.24",
"@types/node": "^12.20.25",
"@types/react": "^16.14.15",
"@types/react-dom": "^16.9.14",
"@types/react-redux": "^7.1.18",
"@types/react-splitter-layout": "^3.0.2",
"@types/redux-logger": "^3.0.9",
"@types/semver": "^7.3.8",
"@types/web-bluetooth": "^0.0.11",
"@types/zen-push": "^0.1.1",
"babel-plugin-macros": "^3.0.1",
"canvas": "^2.8.0",
"copy-webpack-plugin": "^6.4.1",
"file-saver": "^2.0.5",
"jszip": "^3.7.1",
"license-webpack-plugin": "^2.3.21",
"monaco-editor-webpack-plugin": "^4.1.2",
"monaco-themes": "^0.3.3",
"mq-polyfill": "^1.1.8",
"node-sass": "^6.0.1",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-dropzone": "^11.4.0",
"react-monaco-editor": "^0.45.0",
"react-redux": "^7.2.5",
"react-scripts": "^4.0.3",
"react-splitter-layout": "^4.0.0",
"redux": "^4.0.5",
"redux-logger": "^3.0.6",
"redux-saga": "^1.1.3",
"semver": "^7.3.5",
"spdx-satisfies": "^5.0.0",
"typed-redux-saga": "^1.3.1",
"typescript": "~4.4.3",
"web-vitals": "^2.1.0",
"xterm": "^4.14.1",
"xterm-addon-fit": "^0.5.0",
"zen-push": "^0.2.1"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test --env=./test/env.js",
"coverage": "yarn test --coverage --watchAll=false",
"coverage:html": "yarn coverage --coverageReporters html",
"eject": "react-scripts eject",
"lint": "tsc --noEmit && eslint \"*/**/*.{js,ts,tsx}\" --quiet --fix"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"chrome 79",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"eslint": "^7.31.0",
"eslint-config-prettier": "^7.2.0",
"eslint-config-typed-fp": "^1.5.0",
"eslint-plugin-functional": "^3.7.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.25.2",
"eslint-plugin-total-functions": "^4.10.1",
"jest-mock-extended": "^2.0.1",
"prettier": "^2.4.1"
}
}