-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
51 lines (51 loc) · 1.49 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
{
"name": "rubintv",
"version": "2.0.0",
"description": "Web app to display Butler datasets from various collated locations.",
"main": "webpack.config.js",
"directories": {
"test": "tests"
},
"scripts": {
"build": "webpack --progress --no-devtool",
"dev-build": "webpack --progress --mode development",
"watch": "webpack --watch --progress --mode development",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "ugyballoons",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@babel/preset-react": "^7.22.15",
"@types/prop-types": "^15.7.13",
"@types/react": "^18.3.8",
"babel-loader": "^9.1.3",
"css-loader": "^6.7.3",
"css-minimizer-webpack-plugin": "^4.2.2",
"eslint": "^8.57.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.4",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.35.2",
"globals": "^15.9.0",
"html-webpack-plugin": "^5.5.3",
"inspectpack": "^4.7.1",
"mini-css-extract-plugin": "^2.7.5",
"postcss-loader": "^7.1.0",
"sass": "^1.59.3",
"sass-loader": "^13.2.1",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
},
"dependencies": {
"node": "^20.16.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"reconnecting-websocket": "^4.4.0",
"uuid": "^9.0.1"
}
}