-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
92 lines (92 loc) · 2.92 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
{
"name": "bento_web",
"version": "6.0.0",
"description": "Bento platform front-end",
"main": "src/index.tsx",
"dependencies": {
"@ant-design/icons": "^5.4.0",
"@ant-design/pro-components": "^2.7.0",
"@reduxjs/toolkit": "^1.9.7",
"ajv": "^8.17.1",
"ansi_up": "^6.0.2",
"antd": "~5.21.1",
"bento-auth-js": "^6.0.2",
"bento-charts": "~2.9.2",
"cross-fetch": "^4.0.0",
"dayjs": "^1.11.13",
"file-saver": "^2.0.5",
"filesize": "^10.1.6",
"handlebars": "^4.7.8",
"igv": "~2.15.13",
"iso8601-duration": "^1.2.0",
"lodash": "^4.17.21",
"lodash.debounce": "^4.0.8",
"mammoth": "^1.8.0",
"papaparse": "^5.4.1",
"prop-types": "^15.7.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-icons": "^5.3.0",
"react-markdown": "^9.0.1",
"react-pdf": "^9.1.0",
"react-redux": "^8.1.3",
"react-router-dom": "^6.26.2",
"react-syntax-highlighter": "^15.5.0",
"react18-json-view": "^0.2.7",
"redux": "^4.2.1",
"redux-thunk": "^2.4.2",
"remark-gfm": "^4.0.0",
"socket.io-client": "^4.7.2",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"@babel/preset-react": "^7.24.1",
"@types/papaparse": "^5.3.14",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.2.25",
"@types/react-syntax-highlighter": "^15.5.13",
"@typescript-eslint/eslint-plugin": "^8.5.0",
"@typescript-eslint/parser": "^8.5.0",
"babel-polyfill": "^6.26.0",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.2",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.2",
"eslint-plugin-react-hooks": "^4.6.2",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.3",
"prettier": "^3.3.3",
"style-loader": "^4.0.0",
"ts-loader": "^9.5.1",
"typescript": "~5.6.2",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0",
"worker-loader": "^3.0.8"
},
"scripts": {
"lint": "eslint 'src/**/*.{js,jsx,ts,tsx}'",
"lint-fix": "eslint 'src/**/*.{js,jsx,ts,tsx}' --fix",
"prettier": "prettier --write 'src/**/*.{js,jsx,ts,tsx}'",
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "webpack --watch --mode development",
"build": "webpack --mode production",
"build-dev": "webpack --mode development",
"start": "webpack serve --mode development --no-web-socket-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bento-platform/bento_web.git"
},
"author": "David Lougheed <[email protected]>",
"license": "LGPL-3.0-only",
"bugs": {
"url": "https://github.com/bento-platform/bento_web/issues"
},
"homepage": "https://github.com/bento-platform/bento_web#readme"
}