-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.46 KB
/
package.json
File metadata and controls
81 lines (81 loc) · 2.46 KB
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
{
"name": "tuteria-frontend-components",
"version": "0.1.0",
"description": "Frontend components used in the tuteria codebase",
"main": "index.js",
"author": "gbozee@gmail.com",
"license": "None",
"private": true,
"scripts": {
"build": "babel src --out-dir lib",
"storybook": "start-storybook -h 0.0.0.0 -p 9001 -c .storybook -s ./public"
},
"dependencies": {
"axios": "^0.19.0",
"create-react-context": "^0.1.6",
"hellojs": "^1.18.1",
"katex": "^0.10.0-beta",
"lazysizes": "^4.0.2",
"quill": "^1.3.6",
"quill-delta-to-html": "^0.8.0",
"react-day-picker": "^7.1.9",
"styled-components": "3.3.3",
"velocity-react": "1.3.1",
"apollo-cache-inmemory": "^1.1.4",
"apollo-cache-persist": "^0.1.1",
"apollo-client": "^2.0.4",
"apollo-link": "^1.0.7",
"apollo-link-http": "^1.3.2",
"apollo-link-state": "^0.3.0",
"date-fns": "^1.29.0",
"downshift": "^1.6.0",
"emotion": "^7.2.2",
"flow-bin": "^0.47.0",
"glamor": "^2.20.40",
"graphql": "^0.11.7",
"graphql-tag": "^2.5.0",
"husky": "^0.13.4",
"jest": "20.0.4",
"lodash.merge": "^4.6.0",
"prettier": "^1.6.0",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-apollo": "2.0.0",
"react-aria-menubutton": "^5.0.2",
"react-bootstrap": "^0.31.2",
"react-cropper": "^1.0.0",
"react-dom": "^16.2.0",
"react-draggable": "^3.0.3",
"react-dropzone": "^4.2.3",
"react-emotion": "^7.2.2",
"react-google-maps": "^7.2.0",
"react-grid-system": "^2.9.6",
"react-loadable": "^4.0.3",
"react-media": "^1.6.1",
"react-modal": "^2.2.4",
"react-redux": "^5.0.6",
"react-router-dom": "^4.1.1",
"react-scripts": "^1.0.17",
"react-sticky-state": "^2.1.6",
"react-toggle": "^4.0.1",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"uuid": "^3.1.0",
"validator": "^8.1.0"
},
"devDependencies": {
"@storybook/addon-viewport": "^3.3.10",
"@storybook/react": "^3.3.3",
"babel-cli": "^6.26.0",
"babel-plugin-polished": "^1.1.0",
"babel-plugin-styled-components": "^1.5.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-react-app": "^3.1.0",
"babel-preset-stage-2": "^6.24.1",
"flow-bin": "^0.85.0",
"jquery": "^3.3.1",
"polished": "^1.9.2"
}
}