|
1 | 1 | { |
2 | | - "name": "react-starter-proj", |
| 2 | + "name": "de-examples-tester", |
3 | 3 | "version": "1.0.0", |
4 | 4 | "private": true, |
5 | 5 | "type": "module", |
|
14 | 14 | "postinstall": "node scripts/sync-typings.js" |
15 | 15 | }, |
16 | 16 | "devDependencies": { |
17 | | - "@types/node": "^22.13.5", |
18 | | - "@types/prismjs": "^1.26.3", |
19 | | - "@vitejs/plugin-react": "^4.0.0", |
20 | | - "@webflow/designer-extension-typings": "^2.0.25", |
21 | | - "@webflow/webflow-cli": "^1.8.6", |
22 | | - "@xatom/wf-app-hot-reload": "^1.0.5", |
23 | | - "concurrently": "^6.3.0", |
24 | | - "nodemon": "^2.0.22", |
25 | | - "prettier": "^3.2.5", |
26 | | - "typescript": "^5.3.3", |
27 | | - "vite": "^5.0.0" |
| 17 | + "@types/node": "22.13.5", |
| 18 | + "@types/prismjs": "1.26.3", |
| 19 | + "@vitejs/plugin-react": "4.5.2", |
| 20 | + "@webflow/designer-extension-typings": "^2.0.31", |
| 21 | + "@webflow/webflow-cli": "1.8.6", |
| 22 | + "@xatom/wf-app-hot-reload": "1.0.5", |
| 23 | + "concurrently": "6.5.1", |
| 24 | + "nodemon": "2.0.22", |
| 25 | + "prettier": "3.2.5", |
| 26 | + "typescript": "5.3.3", |
| 27 | + "vite": "5.4.19" |
28 | 28 | }, |
29 | 29 | "dependencies": { |
30 | | - "@emotion/react": "^11.13.5", |
31 | | - "@emotion/styled": "^11.13.5", |
32 | | - "@fontsource/inter": "^5.0.16", |
33 | | - "@monaco-editor/react": "^4.7.0", |
34 | | - "@mui/icons-material": "^6.1.9", |
35 | | - "@mui/material": "^6.1.9", |
36 | | - "@tanstack/react-query": "^5.81.2", |
37 | | - "@types/react": "^18.2.48", |
38 | | - "@types/react-dom": "^18.2.18", |
39 | | - "acorn": "^8.12.1", |
40 | | - "acorn-jsx": "^5.3.2", |
41 | | - "acorn-typescript": "^1.4.13", |
42 | | - "acorn-walk": "^8.3.4", |
43 | | - "axios": "^1.6.2", |
44 | | - "dotenv": "^16.4.5", |
45 | | - "fs-extra": "^11.2.0", |
46 | | - "prismjs": "^1.29.0", |
47 | | - "react": "^18.2.0", |
48 | | - "react-dom": "^18.2.0", |
49 | | - "react-resizable": "^3.0.5", |
50 | | - "source-map": "^0.7.4", |
51 | | - "sucrase": "^3.35.0", |
52 | | - "typedoc": "^0.25.12" |
| 30 | + "@emotion/react": "11.13.5", |
| 31 | + "@emotion/styled": "11.13.5", |
| 32 | + "@fontsource/inter": "5.0.16", |
| 33 | + "@monaco-editor/react": "4.7.0", |
| 34 | + "@mui/icons-material": "6.1.9", |
| 35 | + "@mui/material": "6.1.9", |
| 36 | + "@tanstack/react-query": "5.81.2", |
| 37 | + "@types/react": "18.2.48", |
| 38 | + "@types/react-dom": "18.2.18", |
| 39 | + "acorn": "8.15.0", |
| 40 | + "acorn-jsx": "5.3.2", |
| 41 | + "acorn-typescript": "1.4.13", |
| 42 | + "acorn-walk": "8.3.4", |
| 43 | + "axios": "1.9.0", |
| 44 | + "dotenv": "16.4.5", |
| 45 | + "fs-extra": "11.2.0", |
| 46 | + "prismjs": "1.29.0", |
| 47 | + "react": "18.2.0", |
| 48 | + "react-dom": "18.2.0", |
| 49 | + "react-resizable": "3.0.5", |
| 50 | + "source-map": "0.7.4", |
| 51 | + "sucrase": "3.35.0", |
| 52 | + "typedoc": "0.25.13" |
53 | 53 | } |
54 | 54 | } |
0 commit comments