-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
48 lines (48 loc) · 1.44 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
{
"name": "tableau-connector",
"version": "0.1.0",
"private": true,
"engines": {
"node": "14.18.2"
},
"dependencies": {
"@sentry/browser": "4.1.1",
"@sentry/cli": "1.36.1",
"axios": "0.15.3",
"case-sensitive-paths-webpack-plugin": "^2.3.0",
"papaparse": "5.2.0",
"query-string": "4.3.4",
"react": "15.6.2",
"react-bootstrap": "0.30.7",
"react-dom": "15.6.2",
"react-scripts": "0.9.5",
"serve": "10.0.0",
"uuid": "3.3.2"
},
"devDependencies": {
"eslint": "4.19.1",
"eslint-config-standard": "11.0.0",
"eslint-config-standard-react": "6.0.0",
"eslint-plugin-babel": "5.1.0",
"eslint-plugin-flowtype": "2.46.3",
"eslint-plugin-import": "2.12.0",
"eslint-plugin-node": "6.0.1",
"eslint-plugin-promise": "3.7.0",
"eslint-plugin-react": "7.8.2",
"eslint-plugin-standard": "3.1.0",
"react-test-renderer": "15.4.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"release": "sentry-cli releases new $npm_package_version",
"upload-sourcemap": "sentry-cli releases files $npm_package_version upload-sourcemaps $SOURCE_MAP_DIR",
"heroku-prebuild": "yarn && yarn run build && yarn run release && yarn upload-sourcemap"
},
"repository": {
"type": "git",
"url": "git+https://github.com/datadotworld/tableau-connector.git"
}
}