This repository was archived by the owner on Jun 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.74 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.74 KB
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
{
"name": "visual-config-editor",
"version": "0.1.0",
"homepage": "https://circleci-public.github.io/visual-config-editor/",
"dependencies": {
"@circleci/circleci-config-sdk": "0.7.0",
"@craco/craco": "^6.3.0",
"@monaco-editor/react": "^4.3.1",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.0.2",
"@types/node": "^16.11.35",
"@types/react": "^17.0.24",
"@types/react-dom": "^17.0.9",
"@types/react-tabs": "^2.3.3",
"@types/uuid": "^8.3.1",
"autoprefixer": "^9",
"easy-peasy": "^5.0.3",
"formik": "^2.2.9",
"monaco-editor": "^0.29.1",
"monaco-editor-webpack-plugin": "^5.0.0",
"postcss": "^8",
"react": "^17.0.2",
"react-beautiful-dnd": "^13.1.0",
"react-dom": "^17.0.2",
"react-flow-renderer": "^9.6.7",
"react-redux": "^7.2.6",
"react-scripts": "4.0.3",
"react-tabs": "^3.2.2",
"tailwindcss": "npm:@tailwindcss/postcss7-compat",
"typescript": "^4.4.3",
"uuid": "^8.3.2",
"web-vitals": "^2.1.2"
},
"resolutions": {
"@types/react": "^17.0.38"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@reduxjs/toolkit": "^1.6.2",
"@types/react-beautiful-dnd": "^13.1.2",
"eslint-plugin-react-hooks": "^4.3.0"
}
}