-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
112 lines (112 loc) · 3.93 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
{
"name": "ri_whiteboard",
"version": "1.3.0",
"description": "Initial layout design for Roos Web App",
"main": "index.js",
"scripts": {
"build": "webpack --config webpack/prod.config.js --mode production",
"dev": "webpack serve --config webpack/dev.config.js --mode development",
"start": "electron-forge start",
"lint": "eslint webpack src public/scripts --color",
"lint:watch": "npm run lint -- --watch",
"electron": "electron electron-starter.js",
"npm-install": "npm install",
"package": "electron-forge package",
"make": "electron-forge make"
},
"author": "Roos Instruments, Inc.",
"license": "ISC",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-regular-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"@material-ui/core": "^4.12.1",
"@popperjs/core": "^2.9.2",
"acorn": "^8.2.4",
"bignumber.js": "^9.0.1",
"bootstrap": "^5.0.1",
"cbor": "^7.0.5",
"electron-compile": "^6.4.4",
"electron-squirrel-startup": "^1.0.0",
"eol": "^0.9.1",
"gridstack": "^4.2.5",
"jquery": "^3.6.0",
"jquery-ui-dist": "^1.12.1",
"material-ui": "^0.20.2",
"mqtt": "^4.2.6",
"node": "^16.11.1",
"node-inspect-extracted": "^1.0.7",
"prop-types": "^15.7.2",
"rc-table": "^7.24.2",
"react": "^16.14.0",
"react-contextmenu": "^2.14.0",
"react-dom": "^16.14.0",
"react-grid-layout": "^1.2.5",
"react-modal": "^3.13.1",
"react-redux": "^7.2.4",
"react-reflex": "^4.0.9",
"react-rnd": "^10.3.4",
"react-split": "^2.0.11",
"react-split-grid": "^1.0.3",
"react-split-pane": "^0.1.92",
"react-treebeard": "^3.2.4",
"redux": "^4.1.0"
},
"devDependencies": {
"@babel/core": "^7.14.3",
"@babel/eslint-parser": "^7.14.3",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-decorators": "^7.0.0",
"@babel/plugin-proposal-do-expressions": "^7.0.0",
"@babel/plugin-proposal-export-default-from": "^7.0.0",
"@babel/plugin-proposal-export-namespace-from": "^7.0.0",
"@babel/plugin-proposal-function-bind": "^7.0.0",
"@babel/plugin-proposal-function-sent": "^7.0.0",
"@babel/plugin-proposal-json-strings": "^7.0.0",
"@babel/plugin-proposal-logical-assignment-operators": "^7.0.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0",
"@babel/plugin-proposal-numeric-separator": "^7.0.0",
"@babel/plugin-proposal-optional-chaining": "^7.0.0",
"@babel/plugin-proposal-pipeline-operator": "^7.0.0",
"@babel/plugin-proposal-throw-expressions": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-syntax-import-meta": "^7.0.0",
"@babel/preset-env": "^7.14.2",
"@babel/preset-react": "^7.13.13",
"@types/webpack-merge": "^5.0.0",
"autoprefixer": "^10.2.5",
"babel-loader": "^8.2.2",
"babel-plugin-react-css-modules": "^5.2.6",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"css-loader": "^5.2.4",
"electron-forge": "^5.2.4",
"electron-prebuilt-compile": "15.2.0",
"eslint": "^7.26.0",
"eslint-plugin-react": "^7.23.2",
"eslint-webpack-plugin": "^2.5.4",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.3.1",
"mini-css-extract-plugin": "^1.6.0",
"node-gyp": "^8.0.0",
"node-polyfill-webpack-plugin": "^1.1.2",
"node-sass": "^6.0.0",
"postcss": "^8.2.15",
"postcss-loader": "^5.3.0",
"sass-loader": "^11.1.0",
"script-ext-html-webpack-plugin": "^2.1.5",
"style-loader": "^2.0.0",
"stylelint": "^13.13.1",
"stylelint-config-standard": "^18.3.0",
"stylelint-webpack-plugin": "^1.2.3",
"url-loader": "^4.1.1",
"webpack": "^5.37.0",
"webpack-cli": "^4.7.0",
"webpack-dev-server": "^3.11.2",
"webpack-merge": "^5.7.3"
},
"optionalDependencies": {
"fsevents": "^2.3.2"
}
}