-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.19 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
{
"name": "VirtualDesktopDrydock",
"version": "1.0.0",
"description": "Development and testing of the Proscenium desktop paradigm",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --progress --config webpack.config.js",
"dev-build": "webpack --progress -d --config webpack.config.js",
"watch": "webpack --progress -d --config webpack.config.js --watch",
"start": "webpack-dev-server --mode development --progress --config webpack.config.js --host 0.0.0.0 --port 8087"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Knossys/AccordionPropertySheet.git"
},
"keywords": [
"react",
"npm",
"webpack"
],
"author": "Knossys",
"license": "MIT",
"bugs": {
"url": "https://github.com/Knossys/AccordionPropertySheet/wiki"
},
"homepage": "https://github.com/Knossys/AccordionPropertySheet/wiki",
"devDependencies": {
"@babel/cli": "^7.16.0",
"@babel/preset-env": "^7.15.8",
"@babel/preset-react": "^7.16.0",
"@emotion/css": "^11.5.0",
"babel": "^6.23.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.2.3",
"css-loader": "^6.5.1",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"is-hotkey": "^0.1.6",
"react": "^16.9.0",
"react-dom": "^16.12.0",
"react-json-tree": "^0.11.2",
"sass": "^1.43.4",
"sass-loader": "^12.3.0",
"slate": "^0.47.8",
"slate-react": "^0.22.9",
"webpack": "^5.64.1",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.3.1"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.25",
"@fortawesome/free-solid-svg-icons": "^5.11.2",
"@fortawesome/react-fontawesome": "^0.1.5",
"bootstrap": "^4.3.1",
"history": "^4.10.1",
"immutable": "^4.0.0-rc.12",
"rc-slider": "^8.7.1",
"react-ace": "^7.0.4",
"react-bootstrap": "^1.0.0-beta.12",
"react-cytoscapejs": "^1.2.0",
"react-datepicker": "^2.10.1",
"react-draggable": "^4.0.3",
"react-editable-svg-label": "^2.0.3",
"react-portal": "^4.2.0",
"react-router-dom": "^4.3.1",
"react-tabs": "^3.0.0",
"slate-editor": "^5.1.1",
"style-loader": "^1.0.0"
}
}