generated from adam-cowley/graphapp-starter-react
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
83 lines (83 loc) · 2.27 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
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "@graphapps/charts",
"version": "1.1.2",
"homepage": "./",
"dependencies": {
"@neode/querybuilder": "^0.1.8",
"@nivo/bar": "^0.65.1",
"@nivo/bump": "^0.65.1",
"@nivo/calendar": "^0.65.1",
"@nivo/chord": "^0.67.0",
"@nivo/circle-packing": "^0.65.1",
"@nivo/core": "^0.65.0",
"@nivo/funnel": "^0.65.1",
"@nivo/heatmap": "^0.65.1",
"@nivo/line": "^0.65.1",
"@nivo/network": "^0.65.1",
"@nivo/radar": "^0.65.1",
"@nivo/sankey": "^0.65.1",
"@nivo/scatterplot": "^0.65.1",
"@nivo/stream": "^0.65.1",
"@nivo/voronoi": "^0.65.1",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@types/jest": "^24.0.0",
"@types/node": "^12.0.0",
"@types/react": "^16.9.0",
"@types/react-dom": "^16.9.0",
"@types/react-redux": "^7.1.9",
"apollo-boost": "^0.4.9",
"apollo-upload-client": "^14.1.2",
"autoprefixer": "^10.0.1",
"d3": "^5.16.0",
"graphql": "^15.4.0",
"postcss-cli": "^8.1.0",
"react": "^16.13.1",
"react-apollo": "^3.1.5",
"react-dom": "^16.13.1",
"react-redux": "^7.2.2",
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.0",
"redux": "^4.0.5",
"semantic-ui-react": "^2.0.0",
"tailwindcss": "^1.9.6",
"typescript": "~3.7.2",
"use-neo4j": "^0.3.12",
"uuid": "^8.3.1"
},
"scripts": {
"postpublish": "aws s3 sync --acl public-read dist s3://charts.graphapp.io",
"start": "react-scripts start",
"build": "rimraf *.tgz && rimraf dist && react-scripts build && mv build dist",
"test": "react-scripts test",
"eject": "react-scripts eject",
"watch:css": "postcss src/index.css -o src/assets/main.css"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^3.0.0",
"@neo4j/code-signer": "^1.1.3",
"@types/d3": "^5.16.3",
"postcss": "^8.1.4",
"redux-devtools": "^3.7.0",
"rimraf": "^3.0.2"
},
"neo4jDesktop": {
"apiVersion": "^1.4.0"
}
}