-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.36 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
{
"name": "buildbot-dne-grid-view",
"private": true,
"type": "module",
"module": "buildbot_dne_react_grid_view/static/scripts.js",
"style": "buildbot_dne_react_grid_view/static/styles.css",
"scripts": {
"start": "vite",
"build": "vite build",
"build-dev": "vite build -m development --sourcemap inline --minify false --watch"
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"babel": {
"presets": [
"react-app"
]
},
"peerDependencies": {
"axios": "~1.7.7",
"mobx": "^6.6.1",
"mobx-react": "^9.1.1",
"moment": "^2.29.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.3.0"
},
"devDependencies": {
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "~4.3.1",
"axios": "~1.7.7",
"axios-mock-adapter": "~2.0.0",
"buildbot-data-js": "link:../data-module",
"buildbot-plugin-support": "link:../plugin_support",
"mobx": "^6.6.1",
"mobx-react": "^9.1.1",
"moment": "^2.29.4",
"react": "^18.2.0",
"react-app-polyfill": "~3.0.0",
"react-bootstrap": "^1.6.5",
"react-dom": "^18.2.0",
"react-router-dom": "^6.3.0",
"sass": "^1.56.0",
"vite": "~5.4.3",
"vitest": "~2.0.5"
},
"license": "GPL-2.0",
"dependencies": {
"buildbot-ui": "link:../ui",
"react-icons": "^5.3.0"
}
}