forked from vogelino/hidden-perspectives-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
128 lines (128 loc) · 4.02 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
{
"name": "hidden-perspectives",
"version": "0.1.0",
"private": true,
"url": "[email protected]:hyperstudio/hidden-perspectives-app.git",
"repository": {
"type": "git",
"url": "[email protected]:hyperstudio/hidden-perspectives-app.git"
},
"description": "The Frontend App of the US-IRAN project",
"authors": [
"Lucas Vogel @vogelino <[email protected]> (https://vogelino.com)",
"Ludwig Frank @ludwigfrank <[email protected]> (http://ludwigfrank.com/)",
"Bela Kurek @q-rec <[email protected]>",
"Florian Zia @flozia <[email protected]>",
"Joshua Pacheco @josues <[email protected]>",
"Ben Silverman @ben___silverman <[email protected]>"
],
"scripts": {
"start": "npx serve build",
"dev": "react-app-rewired start",
"build": "react-app-rewired build",
"now-build": "react-app-rewired build",
"test": "react-app-rewired test",
"test-latest": "CI=true yarn run test -b -o",
"eject": "react-scripts eject",
"lint": "npx eslint --fix ./src",
"lint-latest": "LIST=`git diff-index --name-only --diff-filter=d HEAD | grep .*\\.js | grep -v json`; if [ \"$LIST\" ]; then npx eslint --fix $LIST; fi",
"quality-check": "yarn run lint-latest && yarn run test-latest",
"storybook": "start-storybook -p 9009 -s public",
"build-storybook": "build-storybook -s public"
},
"husky": {
"hooks": {
"pre-commit": "yarn run quality-check",
"pre-push": "yarn run quality-check"
}
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"dependencies": {
"@hypnosphi/recompose": "^0.30.5",
"@smooth-ui/core-sc": "^7.0.4",
"apollo-cache-inmemory": "^1.3.6",
"apollo-cache-persist": "^0.1.1",
"apollo-client": "^2.4.3",
"apollo-link": "^1.2.3",
"apollo-link-context": "^1.0.9",
"apollo-link-http": "^1.5.5",
"apollo-link-state": "^0.4.2",
"apollo-link-ws": "^1.0.9",
"apollo-utilities": "^1.0.23",
"auth0-js": "^9.8.1",
"babel-loader": "8.0.4",
"d3": "^5.7.0",
"d3-force": "^2.0.0",
"d3-scale": "^2.1.2",
"date-fns": "^1.29.0",
"final-form": "^4.10.0",
"final-form-arrays": "^3.0.2",
"graphql": "^14.0.2",
"graphql-tag": "^2.10.0",
"initials": "^3.0.0",
"jsonwebtoken": "^9.0.0",
"lint-staged": "^7.3.0",
"lodash.debounce": "^4.0.8",
"lodash.throttle": "^4.1.1",
"normalize.css": "^8.0.0",
"polished": "^2.3.0",
"prop-types": "^15.6.2",
"ramda": "^0.25.0",
"react": "^16.5.2",
"react-apollo": "^2.2.4",
"react-app-rewire-styled-components": "3.0.2",
"react-bubble-chart": "^0.4.0",
"react-day-picker": "^7.2.4",
"react-dom": "^16.5.2",
"react-final-form": "^6.5.1",
"react-final-form-arrays": "^3.1.2",
"react-helmet": "^5.2.0",
"react-outside-click-handler": "^1.2.2",
"react-pdf": "^5.1.0",
"react-router-dom": "^4.3.1",
"react-s3-uploader": "^4.9.3",
"react-scripts": "2.0.5",
"react-select": "^2.1.1",
"react-virtualized": "^9.21.0",
"reactour": "^1.13.1",
"reakit": "^1.2.4",
"styled-components": "^4.0.2",
"subscriptions-transport-ws": "^0.9.15",
"validator": "^13.1.1",
"wikijs": "^5.0.0-alpha.1"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@storybook/addon-actions": "^5.3.19",
"@storybook/addon-info": "^5.3.19",
"@storybook/addon-links": "^5.3.19",
"@storybook/addons": "^5.3.19",
"@storybook/preset-create-react-app": "^3.1.4",
"@storybook/react": "^5.3.19",
"d3": "^5.7.0",
"enzyme": "^3.7.0",
"enzyme-adapter-react-16": "^1.6.0",
"eslint": "5.6.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^4.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jest": "^21.26.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.11.1",
"husky": "^1.3.1",
"prettier": "^1.16.3",
"react-app-rewired": "1.6.2",
"sinon": "^7.1.0"
},
"jest": {
"collectCoverageFrom": [
"src/**/*.js",
"!src/index.js"
]
}
}