This repository has been archived by the owner on Jun 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
54 lines (54 loc) · 1.66 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
{
"name": "visual-config-editor",
"version": "0.0.0-development",
"homepage": "https://circleci-public.github.io/visual-config-editor/",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"cy:run": "yarn cypress run",
"test": "start-server-and-test dev http://localhost:5173 cy:run"
},
"dependencies": {
"@circleci/circleci-config-parser": "^0.10.0-alpha.3",
"@circleci/circleci-config-sdk": "^0.10.1",
"@monaco-editor/react": "^4.4.5",
"algoliasearch": "^4.13.1",
"easy-peasy": "^5.0.3",
"formik": "^2.2.9",
"kbar": "0.1.0-beta.36",
"react": "^18.2.0",
"react-aria": "3.19.0",
"react-beautiful-dnd": "^13.1.0",
"react-dom": "^18.2.0",
"react-flow-renderer": "9.6.7",
"react-instantsearch-hooks-web": "^6.29.0",
"react-redux": "^7.2.6",
"start-server-and-test": "^1.14.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@reduxjs/toolkit": "^1.6.2",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@types/algoliasearch": "^4.0.0",
"@types/jest": "^27.0.2",
"@types/node": "^16.11.35",
"@types/react": "^18.0.17",
"@types/react-beautiful-dnd": "^13.1.2",
"@types/react-dom": "^18.0.6",
"@types/react-tabs": "^2.3.3",
"@types/uuid": "^8.3.1",
"@vitejs/plugin-react": "^2.1.0",
"autoprefixer": "^10.4.12",
"cypress": "^10.11.0",
"eslint-plugin-react-hooks": "^4.3.0",
"postcss": "^8.4.16",
"tailwindcss": "^3.1.8",
"typescript": "^4.6.4",
"vite": "^3.1.0",
"vite-plugin-environment": "^1.1.2"
}
}