-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.11 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.11 KB
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
{
"name": "jsonstat-explorer",
"version": "1.0.3",
"description": "An interactive viewer for JSON-stat/CSV-stat/SDMX-JSON responses or documents.",
"scripts": {
"build": "webpack --mode=production",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"jsonstat",
"viewer",
"stats",
"cube",
"opendata",
"csv",
"json",
"sdmx"
],
"author": "Xavier Badosa",
"license": "ISC",
"repository": "github:jsonstat/explorer",
"dependencies": {
"@babel/core": "^7.13.13",
"@babel/plugin-proposal-decorators": "^7.13.5",
"@babel/plugin-proposal-function-bind": "^7.12.13",
"@babel/preset-env": "^7.13.12",
"@babel/preset-react": "^7.13.13",
"axios": ">=0.21.1",
"babel-cli": "^6.18.0",
"babel-loader": "^8.2.2",
"babel-plugin-add-module-exports": "^1.0.4",
"babel-plugin-react-html-attrs": "^2.1.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"jsonstat-suite": "^3.2.0",
"jsonstat-toolkit": "^1.3.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"webpack": "^5.28.0",
"webpack-cli": "^4.6.0"
}
}