-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
56 lines (56 loc) · 1.71 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
{
"name": "tableau-react-annotation",
"description": "react-annotation in tableau",
"version": "1.1.0",
"homepage": "https://demartsc.github.io/tableau-react-annotation",
"private": true,
"dependencies": {
"@material-ui/core": "^4.4.2",
"@material-ui/icons": "^4.4.1",
"@tableau/tableau-ui": "^2.2.0",
"d3-shape": "^1.3.5",
"material-ui": "^0.20.2",
"react": "^16.8.3",
"react-annotation": "^2.2.1",
"react-beautiful-dnd": "^10.0.4",
"react-dom": "^16.8.3",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-tooltip": "^3.10.0",
"react-web-tabs": "^1.0.1",
"styled-components": "^4.1.3",
"uuid": "^3.3.3"
},
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/preset-env": "^7.4.3",
"@babel/preset-react": "^7.0.0",
"babel-plugin-react-css-modules": "^5.2.4",
"babelify": "^10.0.0",
"browserify": "^16.2.3",
"browserify-css": "^0.14.0",
"eslint-plugin-react-hooks": "^2.0.1",
"gh-pages": "2.0",
"imgurify": "^2.0.1",
"react-scripts": "2.1.5"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"create": "browserify -t imgurify src/lib/splash/Splash.js -g browserify-css -o build/Splash.min.js -t [ babelify --presets [ @babel/preset-env @babel/preset-react ] --plugins [ @babel/plugin-proposal-class-properties ] ]"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}