-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.14 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
{
"name": "paneditor",
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@bablr/agast-helpers": "0.7.1",
"@bablr/agast-vm-helpers": "0.7.1",
"@bablr/boot": "0.8.1",
"@bablr/helpers": "0.22.1",
"@bablr/io-vm-web": "0.4.0",
"@bablr/language-en-cstml-json": "0.2.0",
"@iter-tools/imm-stack": "1.1.0",
"bablr": "0.8.1",
"classnames": "2.5.1",
"drag-drop-touch": "github:drag-drop-touch-js/dragdroptouch#07edc6d96c029dd83e98c09b8128816bf1438511",
"iter-tools-es": "7.5.3",
"redux": "5.0.1",
"@reduxjs/toolkit": "2.6.0",
"solid-js": "1.8.18"
},
"devDependencies": {
"@babel/plugin-syntax-jsx": "7.24.7",
"@bablr/eslint-config-base": "github:bablr-lang/eslint-config-base#49f5952efed27f94ee9b94340eb1563c440bf64e",
"@flydotio/dockerfile": "^0.7.8",
"enhanced-resolve": "^5.12.0",
"eslint": "^8.47.0",
"eslint-import-resolver-enhanced-resolve": "^1.0.5",
"eslint-plugin-import": "^2.27.5",
"prettier": "^2.0.5",
"vite": "^5.3.1",
"vite-plugin-solid": "2.11.6"
}
}