-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.31 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
{
"name": "dorian-playground",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack serve --port 3000",
"build": "NODE_ENV=production webpack",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "^17.0.23",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.9",
"css-loader": "^6.7.1",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.6.0",
"ts-loader": "^9.2.8",
"typescript": "^4.6.3",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.8.1"
},
"dependencies": {
"@babel/core": "^7.17.9",
"@codemirror/lang-javascript": "^0.19.7",
"@codemirror/lang-xml": "^0.19.2",
"@codemirror/theme-one-dark": "^0.19.1",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.6.0",
"@mui/material": "^5.6.0",
"@types/dagre": "^0.7.47",
"@uiw/react-codemirror": "^4.5.3",
"axios": "^0.26.1",
"codemirror-one-light-theme": "^1.0.0",
"core-js": "^3.21.1",
"dagre": "^0.8.5",
"raf": "^3.4.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-flow-renderer": "^10.0.8",
"whatwg-fetch": "^3.6.2"
}
}