forked from grafana/pyroscope
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
92 lines (92 loc) · 2.83 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
{
"author": "Pyroscope Team",
"private": true,
"name": "pyroscope",
"version": "0.0.17",
"repository": {
"type": "git",
"url": "https://github.com/pyroscope-io/pyroscope.git"
},
"scripts": {
"dev": "webpack --progress --colors --config scripts/webpack/webpack.dev.js",
"test": "jest",
"lint": "eslint ./ --ext .js,.jsx --cache --fix"
},
"devDependencies": {
"@babel/core": "7.8.4",
"@babel/preset-react": "^7.12.10",
"@babel/preset-typescript": "7.8.3",
"autoprefixer": "^9.8.5",
"babel-eslint": "^10.1.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"clean-webpack-plugin": "^3.0.0",
"contributor-faces": "^1.1.0",
"conventional-changelog-cli": "^2.1.1",
"copy-webpack-plugin": "^7.0.0",
"css-loader": "^4.0.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.5",
"eslint": "7.2.0",
"eslint-config-airbnb": "18.2.1",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "4.0.0",
"eslint-webpack-plugin": "^2.4.1",
"html-webpack-plugin": "^4.3.0",
"jest": "^26.6.3",
"mini-css-extract-plugin": "^0.9.0",
"monaco-editor-webpack-plugin": "^1.9.0",
"postcss-browser-reporter": "^0.6.0",
"postcss-loader": "^3.0.0",
"postcss-reporter": "^6.0.1",
"prettier": "^2.2.1",
"redux-mock-store": "^1.5.4",
"sass": "^1.26.10",
"sass-loader": "^9.0.2",
"typescript": "3.9.3",
"webpack": "^5.11.0",
"webpack-bundle-analyzer": "^4.3.0",
"webpack-cli": "^3.3.12",
"webpack-merge": "^5.0.9",
"webpack-plugin-hash-output": "^3.2.1"
},
"dependencies": {
"@babel/preset-env": "^7.10.4",
"@fortawesome/fontawesome-free": "^5.14.0",
"@fortawesome/fontawesome-svg-core": "^1.2.30",
"@fortawesome/free-brands-svg-icons": "^5.15.1",
"@fortawesome/free-solid-svg-icons": "^5.14.0",
"@fortawesome/react-fontawesome": "^0.1.11",
"@types/react": "^17.0.0",
"babel-loader": "^8.1.0",
"classnames": "^2.2.6",
"clsx": "^1.1.1",
"color": "^3.1.3",
"file-loader": "^6.2.0",
"humanize-duration": "^3.25.1",
"lodash": "^4.17.20",
"moment": "^2.27.0",
"normalize.css": "^8.0.1",
"react": "16.12.0",
"react-dom": "^16.13.1",
"react-flot": "^1.3.0",
"react-keybind": "^0.8.1",
"react-modal": "^3.12.1",
"react-outside-click-handler": "^1.3.0",
"react-redux": "^7.2.1",
"react-svg-spinner": "^1.0.4",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"redux-localstorage": "^0.4.1",
"redux-promise": "^0.6.0",
"redux-query-sync": "^0.1.10",
"redux-thunk": "^2.3.0",
"sanitize.css": "^11.0.1"
},
"engines": {
"node": ">=11"
}
}