-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 1.91 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
{
"name": "midas-loop",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "https://github.com/gucorpling/midas-loop-ui"
},
"description": "",
"keywords": [],
"license": "MIT",
"dependencies": {
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.5.1",
"@mui/material": "^5.5.2",
"conllu": "^0.1.2",
"core-js": "^3.21.1",
"distinct-colors": "^3.0.0",
"jquery": "^3.6.0",
"popper.js": "^1.16.1",
"react": "^18.1.0",
"react-contenteditable": "^3.3.6",
"react-data-table-component": "^7.5.2",
"react-dom": "^18.1.0",
"react-input-autosize": "^3.0.0",
"react-scripts": "^5.0.0",
"regenerator-runtime": "^0.13.9",
"styled-components": "^5.3.5"
},
"scripts": {
"start": "webpack serve --config webpack.dev.js",
"start:dist": "http-server dist --port ${PORT:-8080}",
"build": "webpack --config webpack.prod.js",
"preview": "npm run build && npm run start:dist",
"test": "standard"
},
"devDependencies": {
"@babel/cli": "^7.16.8",
"@babel/core": "^7.16.12",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@fortawesome/fontawesome-free": "^5.15.4",
"@popperjs/core": "^2.11.2",
"babel-loader": "^8.2.3",
"bootstrap": "^5.1.3",
"css-loader": "^6.5.1",
"css-minimizer-webpack-plugin": "^3.4.1",
"exports-loader": "^3.1.0",
"html-loader": "^3.1.0",
"html-webpack-plugin": "^5.5.0",
"http-server": "^14.1.0",
"jqgrid": "^4.6.4",
"jquery-ui": "^1.13.1",
"jquery-ui-bundle": "^1.12.1-migrate",
"mini-css-extract-plugin": "^2.5.3",
"normalize.css": "^8.0.1",
"standard": "^16.0.4",
"style-loader": "^3.3.1",
"terser-webpack-plugin": "^5.3.0",
"webpack": "^5.67.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.3"
},
"standard": {
"env": [
"node",
"es6"
]
}
}