-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
71 lines (71 loc) · 2.17 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
{
"name": "@thoughtspot/embed-sdk",
"version": "0.0.1-alpha.0",
"description": "ThoughtSpot Embed SDK",
"main": "lib/src/index.js",
"types": "",
"scripts": {
"lint": "eslint 'src/**'",
"lint:fix": "eslint 'src/**/*.*' --fix",
"tsc": "tsc -p . --incremental false",
"build": "rollup -c",
"watch": "rollup -cw",
"develop-docs": "gatsby develop",
"build-docs": "gatsby build",
"serve-docs": "gatsby serve",
"clean-docs": "gatsby clean",
"test": "jest -c jest.config.js"
},
"dependencies": {},
"devDependencies": {
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@types/jest": "22.2.3",
"@typescript-eslint/eslint-plugin": "^4.6.0",
"@typescript-eslint/parser": "^4.6.0",
"asciidoctor": "^2.2.1",
"eslint": "^7.12.1",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-config-prettier": "^6.15.0",
"eslint-import-resolver-typescript": "^2.3.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.1.4",
"gatsby": "^2.26.1",
"gatsby-plugin-intl": "^0.3.3",
"gatsby-plugin-mdx": "^1.7.1",
"gatsby-plugin-sass": "^2.8.0",
"gatsby-source-filesystem": "^2.8.1",
"jest": "26.4.2",
"gatsby-transformer-asciidoc": "^1.8.0",
"node-sass": "^4.0.0",
"prettier": "2.1.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"rollup": "2.28.2",
"rollup-plugin-typescript2": "0.27.3",
"ts-jest": "26.4.4",
"ts-loader": "8.0.4",
"typescript": "3.8.3"
},
"author": "Ayon Ghosh",
"email": "ayon.ghosh@thoughtspot.com",
"license": "UNLICENSED",
"directories": {
"lib": "lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ts-blink/embed-sdk.git"
},
"keywords": [
"thoughtspot",
"everywhere",
"embed",
"sdk",
"analytics"
],
"bugs": {
"url": "https://github.com/ts-blink/embed-sdk/issues"
},
"homepage": "https://github.com/ts-blink/embed-sdk#readme"
}