-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
103 lines (103 loc) · 2.77 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"name": "@mov-ai/mov-fe-app-ide-ce",
"version": "3.0.0-8",
"publishConfig": {
"registry": "https://npm.pkg.github.com/mov-ai"
},
"repository": {
"type": "git",
"url": "https://github.com/MOV-AI/frontend-npm-ide-ce.git"
},
"homepage": "/static/mov-fe-app-ide-ce",
"dependencies": {
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@material-table/core": "^4.3.11",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.60",
"@material-ui/styles": "^4.11.4",
"@mov-ai/mov-fe-lib-code-editor": "^1.0.6",
"@mov-ai/mov-fe-lib-core": "^1.1.1-4",
"@mov-ai/mov-fe-lib-react": "^1.1.1-4",
"@remixproject/engine": "^0.3.19",
"@remixproject/engine-web": "^0.3.19",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"d3": "^5.16.0",
"hotkeys-js": "^3.8.7",
"joi": "^17.4.2",
"lodash": "^4.17.21",
"material-table": "^1.69.3",
"monet": "^0.9.2",
"rc-dock": "^3.2.2",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-i18next": "^11.13.0",
"react-scripts": "^5.0.1",
"react-virtualized-tree": "^3.4.1",
"rxjs": "^6.6.7",
"web-vitals": "^1.1.2"
},
"scripts": {
"start": "GENERATE_SOURCEMAP=false react-scripts start",
"build": "react-scripts --max_old_space_size=4096 build && python3 ./scripts/detach_manifest.py",
"test": "react-scripts test",
"eject": "react-scripts eject",
"clean": "rm -r node_modules; rm package-lock.json",
"deploy": "./scripts/deployApp.sh mov-fe-app-ide-ce",
"coverage": "npm test -- --coverage"
},
"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": {
"http-proxy-middleware": "^2.0.4"
},
"jest": {
"transformIgnorePatterns": [
"/node_modules/@babel/core",
"/node_modules/@babylon/core"
],
"moduleNameMapper": {
"ace-builds": "<rootDir>/node_modules/ace-builds"
}
},
"files": [
"manifest.txt",
"build",
"database",
"scripts",
"debian"
],
"movai": {
"name": "mov-fe-app-ide-ce",
"Label": "MOV.AI Flow™",
"Type": "application",
"Package": "mov-fe-app-ide-ce",
"EntryPoint": "index.html",
"Description": "Integrated Development Environment - CE",
"Icon": "fas fa-code",
"Callbacks": [],
"Configuration": "app-ide-ce",
"CustomConfiguration": "app-custom-ide-ce",
"Version": "0.0.1",
"generateMetadata": true
}
}