forked from Ignition-Space/Ignition-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.54 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
{
"name": "lgnition",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start:editor": "turbo run dev --filter @lgnition-web/editor",
"lint:js": " eslint --ext .js,.jsx,.ts,.tsx ."
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@ant-design/icons": "^5.0.1",
"@ant-design/pro-components": "^2.4.4",
"@craftjs/core": "0.2.0-beta.8",
"@emotion/css": "^11.10.6",
"@lgnition-lowcode/core": "workspace:^",
"@lgnition-lowcode/materials": "workspace:^",
"@lgnition-lowcode/setter": "workspace:^",
"@reduxjs/toolkit": "^1.9.5",
"@types/react-redux": "^7.1.25",
"@umijs/max": "^4.0.64",
"antd": "^5.4.0",
"copy-to-clipboard": "^3.3.3",
"lodash-es": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.4",
"react-redux": "^8.0.5",
"redux": "^4.2.1",
"vite": "^4.2.1",
"zustand": "^4.3.7"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.21.0",
"@babel/preset-env": "^7.21.4",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.4",
"@types/lodash-es": "^4.17.7",
"@types/node": "^18.15.11",
"@types/react": "^18.0.31",
"@types/react-dom": "^18.0.11",
"@umijs/fabric": "^2.14.1",
"@vitejs/plugin-react": "^3.1.0",
"eslint": "^8.38.0",
"typescript": "^5.0.3",
"vite-plugin-dts": "^2.2.0"
}
}