-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 1.83 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 1.83 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
69
70
71
72
{
"name": "system_core_blocks",
"version": "0.1.0",
"homepage": "/blocks",
"private": true,
"dependencies": {
"@ant-design/icons": "^6.1.1",
"@blockly/theme-dark": "^8.0.3",
"@blockly/theme-deuteranopia": "^7.0.3",
"@blockly/theme-highcontrast": "^7.0.3",
"@blockly/theme-tritanopia": "^7.0.3",
"@tailwindcss/postcss": "^4.2.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"antd": "^6.3.5",
"blockly": "^12.5.1",
"i18next": "^26.0.3",
"i18next-http-backend": "^3.0.4",
"jszip": "^3.10.1",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-i18next": "^17.0.2",
"react-syntax-highlighter": "^16.1.1",
"semver": "^7.7.4",
"typescript": "^6.0.2",
"web-vitals": "^5.2.0"
},
"scripts": {
"start": "vite",
"build": "vite build",
"test": "vitest",
"gen": "node src/Blockly/gen.js",
"dev": "vite",
"tscheck": "npx tsc -b --noEmit"
},
"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": {
"@electrovir/oss-attribution-generator": "^2.0.0",
"@types/node": "^25.5.2",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/semver": "^7.7.1",
"@vitejs/plugin-react": "^6.0.1",
"@vitest/browser": "^4.1.2",
"@vitest/browser-playwright": "^4.1.2",
"autoprefixer": "^10.4.27",
"playwright": "^1.59.1",
"postcss": "^8.5.8",
"tailwindcss": "^4.2.2",
"typescript-strict-plugin": "^2.4.4",
"vite": "^8.0.6",
"vite-plugin-static-copy": "^3.4.0",
"vitest": "^4.1.2",
"vitest-browser-react": "^2.2.0"
}
}