-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 954 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
28
29
30
31
32
33
34
35
{
"name": "sdmx-dashboard-demo",
"version": "1.0.0",
"author": "Thomas Tilak & Stan Ozier",
"license": "CC-BY-4.0",
"scripts": {
"dev": "next dev",
"debug": "NODE_OPTIONS='--inspect' next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@hyperjump/json-schema": "^1.6.6",
"@types/node": "^20.10.3",
"@types/react": "^18.2.42",
"@types/react-dom": "^18.2.17",
"ajv": "^8.12.0",
"autoprefixer": "^10.4.16",
"bootstrap": "^5.3.1",
"eslint": "^8.55.0",
"eslint-config-next": "^14.0.3",
"next": "^14.0.3",
"postcss": "^8.4.32",
"react": "18.2.0",
"react-bootstrap": "^2.9.1",
"react-bootstrap-icons": "^1.10.3",
"react-confirm-alert": "^3.0.6",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-error-boundary": "^4.0.11",
"sdmx-dashboard-components": "^0.4.0",
"typescript": "^5.3.3"
}
}