-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
57 lines (57 loc) · 1.66 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
{
"name": "compose-sdk-react-demo",
"private": true,
"version": "0.4.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc --noEmit && vite build",
"build:dirty": "vite build",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"version:current": "node ./scripts/current-version.cjs"
},
"dependencies": {
"@heroicons/react": "^2.0.18",
"@mui/icons-material": "^5.14.19",
"@mui/material-next": "^6.0.0-alpha.112",
"@sisense/sdk-data": "^1.2.0",
"@sisense/sdk-ui": "^1.2.0",
"@types/node": "^20.3.1",
"d3": "^7.8.5",
"deepmerge": "^4.3.1",
"plotly.js": "^2.27.1",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-plotly.js": "^2.6.0",
"react-router-dom": "^6.12.1",
"styled-components": "^6.0.7"
},
"devDependencies": {
"@sisense/sdk-cli": "^1.2.0",
"@types/d3": "^7.4.0",
"@types/deepmerge": "^2.2.0",
"@types/plotly.js": "^2.12.30",
"@types/prismjs": "^1.26.0",
"@types/react": "^18.0.37",
"@types/react-dom": "^18.0.11",
"@types/react-plotly.js": "^2.6.3",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"@vitejs/plugin-react": "^4.0.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.38.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"postcss": "^8.4.24",
"tailwindcss": "^3.3.2",
"typescript": "^5.0.2",
"vite": "^4.3.9"
},
"engines": {
"node": ">=16.0.0"
},
"packageManager": "[email protected]"
}