-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.25 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 2.25 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
73
74
75
76
{
"name": "jderobot-ide-interface",
"version": "0.2.142",
"main": "dist/main.js",
"typings": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"test": "echo \"Error: no test specified\"",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"start": "webpack serve --config ./webpack.config.js --mode development",
"build": "webpack --mode development --config ./webpack.config.js",
"postbuild": "cp package.json dist",
"format": "prettier --write src/**/*.{tsx,ts,html}",
"lint": "eslint src"
},
"keywords": [],
"author": {
"name": "javizqh",
"url": "https://github.com/javizqh"
},
"license": "ISC",
"description": "",
"devDependencies": {
"@babel/preset-env": "^7.27.2",
"@babel/preset-react": "^7.27.1",
"@babel/preset-typescript": "^7.27.1",
"@storybook/addon-docs": "^9.1.3",
"@storybook/addon-webpack5-compiler-swc": "^3.0.0",
"@storybook/react-webpack5": "^9.1.3",
"@svgr/webpack": "^8.1.0",
"@types/lodash": "^4.17.17",
"@types/styled-components": "^5.1.34",
"@typescript-eslint/eslint-plugin": "^8.46.1",
"@typescript-eslint/parser": "^8.46.1",
"babel-loader": "^10.0.0",
"baseline-browser-mapping": "^2.10.10",
"eslint": "^9.37.0",
"eslint-plugin-react": "^7.37.5",
"file-loader": "^6.2.0",
"jiti": "^2.6.1",
"prettier": "^3.5.3",
"storybook": "^9.1.3",
"styled-components": "^6.1.19",
"ts-loader": "^9.5.2",
"tsconfig-paths-webpack-plugin": "^4.2.0",
"typescript-eslint": "^8.46.1",
"webpack": "^5.99.9",
"webpack-bundle-tracker": "^3.2.1",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.2"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@monaco-editor/react": "^4.7.0",
"@mui/icons-material": "^7.3.6",
"@mui/material": "^7.3.6",
"jszip": "^3.10.1",
"lodash": "^4.17.21",
"monaco-editor": "^0.52.2",
"re-resizable": "^6.11.2",
"react-spinners": "^0.17.0",
"react-youtube": "^10.1.0"
},
"peerDependencies": {
"@types/react": "18.2.0",
"@types/react-dom": "18.2.0",
"jderobot-commsmanager": "^1.0.10",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "^5.9.3"
}
}