-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
130 lines (130 loc) · 4.05 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
129
130
{
"name": "kempelen",
"version": "1.0.0",
"private": true,
"description": "The frontend application for Kempelen",
"keywords": [],
"contributors": [
{
"name": "Kurtis Rainbolt-Greene",
"email": "[email protected]",
"url": "https://kurtis.rainbolt-greene.online"
}
],
"license": "MIT",
"homepage": "https://github.com/Kempelen/mvp#readme",
"repository": "github:Kempelen/mvp",
"bugs": "https://github.com/Kempelen/mvp/issues",
"engines": {
"node": "13.1.0",
"npm": "6.12.1"
},
"scripts": {
"build": "webpack",
"eslint": "eslint --ext .js --ext .gql browser-client/**/* browser-server/**/* desktop-client/**/* desktop-server/**/* @internal/**/*",
"prepublishOnly": "npm run build",
"storybook": "build-storybook"
},
"devDependencies": {
"@babel/cli": "7.8.4",
"@babel/node": "7.8.7",
"@storybook/addon-a11y": "5.3.14",
"@storybook/addon-actions": "5.3.14",
"@storybook/addon-console": "1.2.1",
"@storybook/addon-knobs": "5.3.14",
"@storybook/addon-links": "5.3.14",
"@storybook/addon-notes": "5.3.14",
"@storybook/addon-storysource": "5.3.14",
"@storybook/addon-viewport": "5.3.14",
"@storybook/addons": "5.3.14",
"@storybook/react": "5.3.14",
"chokidar": "3.3.1",
"chokidar-cli": "2.1.0",
"clean-webpack-plugin": "3.0.0",
"eslint": "6.8.0",
"eslint-find-rules": "3.4.0",
"eslint-import-resolver-babel-module": "5.1.2",
"eslint-plugin-babel": "5.3.0",
"eslint-plugin-emotion": "10.0.27",
"eslint-plugin-filenames": "1.3.2",
"eslint-plugin-graphql": "3.1.1",
"eslint-plugin-import": "2.20.1",
"eslint-plugin-jest": "23.8.2",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-react": "7.19.0",
"eslint-plugin-react-hooks": "2.5.0",
"eslint-plugin-unicorn": "17.2.0",
"eslint-watch": "6.0.1",
"webpack-dev-server": "3.10.3"
},
"dependencies": {
"@apollo/react-hoc": "3.1.3",
"@apollo/react-hooks": "3.1.3",
"@babel/core": "7.8.7",
"@babel/plugin-proposal-object-rest-spread": "7.8.3",
"@babel/plugin-transform-typescript": "7.8.7",
"@babel/preset-env": "7.8.7",
"@babel/preset-react": "7.8.3",
"@emotion/babel-preset-css-prop": "10.0.27",
"@emotion/core": "10.0.28",
"@rematch/core": "1.4.0",
"@unction/complete": "20.20.1",
"apollo-boost": "0.4.7",
"babel-eslint": "10.1.0",
"babel-loader": "8.0.6",
"babel-plugin-annotate-console-log": "1.0.0",
"babel-plugin-emotion": "10.0.29",
"babel-plugin-graphql-tag": "2.5.0",
"babel-plugin-module-resolver": "4.0.0",
"babel-preset-minify": "0.5.1",
"bunyan": "1.8.12",
"compression": "1.7.4",
"compression-webpack-plugin": "3.1.0",
"copy-webpack-plugin": "5.1.1",
"core-js": "3.6.4",
"cors": "2.8.5",
"dotenv": "8.2.0",
"dotenv-webpack": "1.7.0",
"express": "4.17.1",
"facepaint": "1.2.1",
"graphql": "14.6.0",
"graphql-tag": "2.10.3",
"helmet": "3.21.3",
"html-webpack-plugin": "3.2.0",
"httpstatuses": "3.0.0",
"keyboardjs": "2.5.1",
"moment": "2.24.0",
"morgan": "1.9.1",
"mustache": "4.0.0",
"polished": "3.4.4",
"pouchdb": "7.2.1",
"pouchdb-adapter-memory": "7.2.1",
"pouchdb-quick-search": "1.3.0",
"react": "16.13.0",
"react-dom": "16.13.0",
"react-helmet-async": "1.0.4",
"react-redux": "7.2.0",
"react-router": "5.1.2",
"react-router-component-link": "2.1.0",
"react-router-dom": "5.1.2",
"react-spring": "8.0.27",
"react-use": "13.27.0",
"rebound": "0.1.0",
"recompose": "0.30.0",
"redux": "4.0.5",
"redux-logger": "3.0.6",
"reselect": "4.0.0",
"source-map-support": "0.5.16",
"uuid": "7.0.2",
"visibilityjs": "2.0.2",
"webpack": "4.42.0",
"webpack-assets-manifest": "3.1.1",
"webpack-bundle-analyzer": "3.6.1",
"webpack-cli": "3.3.11",
"webpack-common-shake": "2.1.0",
"webpack-merge": "4.2.2",
"webpack-node-externals": "1.7.2",
"webpack-subresource-integrity": "1.4.0"
}
}