-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.42 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
{
"name": "@thoughtspot/ts-chart-examples",
"version": "1.0.0",
"description": "",
"scripts": {
"compile": "tsc -p .; tsc -p . --module commonjs --outDir cjs",
"build": "vite build",
"build:prod": "vite build --base=https://thoughtspot.github.io/ts-chart-examples/",
"dev": "vite --port 3002",
"serve": "vite serve ./dist",
"lint": "eslint 'src/**'",
"lint:fix": "eslint 'src/**' '--fix'"
},
"author": "Divyam Lamiyan (divyam.lamiyan@thoughtspot.com)",
"license": "ISC",
"devDependencies": {
"@types/lodash": "4.14.175",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.11",
"@vitejs/plugin-react": "^3.1.0",
"typescript": "4.8.4",
"vite": "4.2.1",
"vite-plugin-react": "^3.0.2"
},
"dependencies": {
"@thoughtspot/ts-chart-sdk": "0.0.2-alpha.26",
"chart.js": "3.5.0",
"chartjs-plugin-datalabels": "2.2.0",
"eslint": "8.40.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.9.0",
"eslint-import-resolver-typescript": "^2.0.0",
"eslint-plugin-ban": "^1.5.2",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-thoughtspot-eslint": "git+https://github.com/ts-blink/thoughtspot-eslint.git",
"highcharts": "10.2.0",
"lodash": "^4.17.21",
"react": "17.0.2",
"react-chartjs-2": "5.2.0",
"react-dom": "^17.0.2"
}
}