-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
142 lines (142 loc) · 4.53 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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
{
"name": "@mov-ai/mov-fe-lib-ide",
"version": "1.4.5-0",
"keywords": [
"frontend",
"ide",
"react",
"lib"
],
"homepage": "https://github.com/MOV-AI/frontend-npm-lib-ide/blob/main/README.md",
"repository": {
"type": "git",
"url": "https://github.com/MOV-AI/frontend-npm-lib-ide.git"
},
"license": "ISC",
"author": "MOV.AI",
"main": "./dist/index.js",
"files": [
"dist"
],
"scripts": {
"build": "webpack --mode=production",
"build-storybook": "build-storybook",
"buildDev": "webpack --mode=development --watch",
"clean": "rm -rf node_modules",
"lock": "mv ../../pnpm-workspace.yaml ../../pnpm-workspace.yaml.bak ; pnpm i ; mv ../../pnpm-workspace.yaml.bak ../../pnpm-workspace.yaml",
"prepare": "husky",
"storybook": "start-storybook -p 6006",
"test": "jest --config jest.config.js --coverage",
"testDev": "jest --watchAll"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown",
"package.json": "sort-package-json"
},
"dependencies": {
"@babel/runtime": "7.22.15",
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@remixproject/engine": "^0.3.19",
"@remixproject/engine-web": "^0.3.19",
"@remixproject/plugin-utils": "^0.3.38",
"canvas": "^2.11.2",
"d3": "^5.16.0",
"joi": "^17.4.2",
"lodash": "^4.17.21",
"monet": "^0.9.2",
"prop-types": "^15.8.1",
"rc-dock": "^3.2.2",
"react-virtualized": "^9.22.3",
"react-virtualized-auto-sizer": "^1.0.6",
"react-virtualized-tree": "^3.4.1",
"react-window": "^1.8.7",
"rxjs": "^6.6.7",
"web-vitals": "^1.1.2"
},
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-json-strings": "^7.14.5",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/preset-env": "^7.15.6",
"@babel/preset-react": "^7.14.5",
"@codingame/monaco-languageclient": "^0.17.4",
"@material-table/core": "^4.3.11",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.61",
"@material-ui/pickers": "^3.3.10",
"@material-ui/styles": "^4.11.5",
"@mov-ai/mov-fe-lib-code-editor": "^1.1.4-1",
"@mov-ai/mov-fe-lib-core": "^1.2.3-1",
"@mov-ai/mov-fe-lib-react": "^1.3.6-1",
"@storybook/addon-actions": "^6.5.12",
"@storybook/addon-essentials": "^6.5.12",
"@storybook/addon-interactions": "^6.5.12",
"@storybook/addon-links": "^6.5.12",
"@storybook/builder-webpack5": "^6.5.12",
"@storybook/manager-webpack5": "^6.5.12",
"@storybook/react": "^6.5.12",
"@storybook/testing-library": "^0.0.13",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^12.8.3",
"babel-jest": "^28.1.0",
"babel-loader": "^8.2.2",
"css-loader": "^6.3.0",
"eslint": "^8.43.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"http-proxy-middleware": "^2.0.4",
"husky": "^9.1.6",
"jest": "^28.1.0",
"jest-environment-jsdom": "^29.0.3",
"lint-staged": "^15.2.10",
"prettier": "3.3.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sort-package-json": "2.10.1",
"storybook-addon-mock": "^2.4.1",
"style-loader": "^3.3.0",
"svg-url-loader": "^7.1.1",
"ts-jest": "^28.0.3",
"url-loader": "^4.1.1",
"webpack": "^5.53.0",
"webpack-cli": "^4.10.0",
"webpack-node-externals": "^3.0.0"
},
"peerDependencies": {
"@material-table/core": "^4.3.11",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.61",
"@material-ui/pickers": "^3.3.10",
"@material-ui/styles": "^4.11.5",
"@mov-ai/mov-fe-lib-code-editor": "^1.1.4-1",
"@mov-ai/mov-fe-lib-core": "^1.2.3-1",
"@mov-ai/mov-fe-lib-react": "^1.3.6-1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"packageManager": "[email protected]",
"publishConfig": {
"registry": "https://npm.pkg.github.com/mov-ai"
},
"pnpm": {
"overrides": {
"@material-table/core": "^4.3.11",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.61",
"@material-ui/pickers": "^3.3.10",
"@material-ui/styles": "^4.11.5",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}
}