-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 1022 Bytes
/
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
{
"name": "tableau-semiotic-hierarchy",
"version": "1.0.1",
"homepage": "https://demartsc.github.io/tableau-semiotic-hierarchy",
"private": true,
"dependencies": {
"@atlaskit/css-reset": "^3.0.2",
"@material-ui/core": "^1.0.0",
"@material-ui/icons": "^1.0.0",
"d3-shape": "^1.2.0",
"gh-pages": "^2.0.1",
"react": "^16.3.2",
"react-app-polyfill": "^1.0.6",
"react-beautiful-dnd": "^9.0.2",
"react-bootstrap": "^0.32.1",
"react-dom": "^16.3.2",
"react-scripts": "1.1.4",
"react-spinkit": "^3.0.0",
"roughjs": "^3.1.0",
"semiotic": "^2.0.0",
"styled-components": "^3.4.9",
"typeface-roboto": "^0.0.54",
"url-parse": "^1.4.3"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"@tableau/extensions-api-types": "^1.3.1"
}
}