forked from grafana/phlare
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 802 Bytes
/
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
{
"name": "grafana-pyroscope",
"version": "0.0.1",
"repository": "[email protected]:grafana/phlare.git",
"author": "Grafana Labs",
"license": "AGPL-3.0-only",
"private": true,
"scripts": {
"build": "NODE_ENV=production webpack --progress --config scripts/webpack/webpack.prod.js",
"dev": "NODE_ENV=development webpack serve --progress --color --config scripts/webpack/webpack.dev.js"
},
"devDependencies": {
"@types/react-dom": "^18.0.11",
"copy-webpack-plugin": "^11.0.0",
"esbuild-loader": "^3.0.1",
"html-webpack-plugin": "^5.5.0",
"webpack": "^5.77.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.13.1",
"webpack-merge": "^5.8.0"
},
"dependencies": {
"jquery": "^3.6.4",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}