-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
93 lines (93 loc) · 2.89 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
{
"name": "sh",
"version": "1.0.0",
"main": "index.js",
"license": "AGPL-3.0",
"dependencies": {
"@ckeditor/ckeditor5-build-balloon": "^11.2.0",
"@fortawesome/fontawesome": "^1.1.8",
"@fortawesome/fontawesome-free-solid": "^5.0.13",
"babel-plugin-grommet": "^0.5.3",
"babel-polyfill-loader": "^1.0.1",
"babel7-jest": "^1.0.1",
"chartist": "^0.11.0",
"chartjs": "^0.3.24",
"chronokinesis": "^2.0.0",
"css-loader": "^2.1.0",
"eslint": "^5.12.0",
"eslint-config-argosity": "^1.7.0",
"flatpickr": "^4.5.2",
"grommet": "^2.3.1",
"grommet-icons": "^4.1.0",
"hippo-fw": "git+https://github.com/argosity/hippo.git",
"history": "^4.7.2",
"htmlparser2": "^3.10.0",
"jest": "^23.6.0",
"jest-cli": "^23.6.0",
"jest-snapshot": "^23.6.0",
"jest-styled-components": "^6.3.1",
"jsdom": "^13.1.0",
"loadjs": "^3.5.5",
"mobx": "^5.8.0",
"mobx-decorated-models": "^1.1.0",
"mobx-persist": "^0.4.1",
"mobx-react": "5.4.3",
"mobx-react-router": "^4.0.5",
"mobx-utils": "^5.1.0",
"moment-timezone": "^0.5.23",
"object-hash": "^1.3.1",
"parse5": "^5.1.0",
"payment-fields": "^0.6.0",
"picnic": "^6.5.0",
"preact": "^8.4.2",
"pretty-format": "^23.6.0",
"quill": "^1.3.6",
"raw-loader": "^1.0.0",
"rc-color-picker": "^1.2.6",
"react": "^16.7.0",
"react-async-component": "github:nathanstitt/react-async-component#retry-on-err",
"react-chartist": "^0.13.1",
"react-desc": "^4.1.2",
"react-dom": "^16.7.0",
"react-dropzone": "^8.0.3",
"react-flexbox-grid": "2.1.2",
"react-swipeable-views": "^0.13.0",
"react-tag-autocomplete": "^5.8.0",
"react-test-renderer": "^16.7.0",
"react-virtualized": "^9.21.0",
"recompose": "^0.30.0",
"resolve-url-loader": "^3.0.0",
"rollbar": "^2.5.1",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"styled-components": "4.1.3",
"styled-css-grid": "^1.2.0",
"symbol-observable": "^1.2.0",
"url-loader": "^1.1.2",
"validator": "^10.10.0",
"webpack": "^4.28.4",
"webpack-dev-server": "^3.1.14",
"whatwg-url": "^7.0.0"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.2.3",
"@babel/plugin-proposal-decorators": "^7.2.3",
"@babel/plugin-proposal-export-default-from": "^7.2.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/polyfill": "^7.2.5",
"@babel/preset-env": "^7.2.3",
"@babel/preset-react": "^7.0.0",
"@babel/runtime": "^7.2.0",
"babel-core": "7.0.0-bridge.0",
"babel-loader": "^8.0.5",
"babel-plugin-lodash": "^3.3.4",
"compression-webpack-plugin": "^2.0.0",
"enzyme": "^3.8.0",
"enzyme-adapter-react-16": "^1.7.1",
"react-hot-loader": "^4.6.3",
"webpack-cli": "^3.2.1"
}
}