-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
104 lines (104 loc) · 2.82 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
{
"name": "comp-env",
"version": "0.1.0",
"main": "src/index.js",
"private": true,
"dependencies": {
"@hot-loader/react-dom": "^16.9.0",
"@material-ui/core": "4.3.3",
"@material-ui/icons": "^4.2.1",
"@material-ui/lab": "^4.0.0-alpha.24",
"@material-ui/styles": "4.3.3",
"@rebass/grid": "^6.1.0",
"@rebass/space": "^4.0.5",
"@remirror/core": "^0.4.0",
"@remirror/core-extensions": "^0.4.0",
"@remirror/react": "^0.4.0",
"@xstyled/styled-components": "^1.10.0",
"braft-editor": "^2.3.7",
"clsx": "^1.0.4",
"draft-js": "^0.11.0",
"draft-js-buttons": "^2.0.2",
"draft-js-inline-toolbar-plugin": "^3.0.1",
"draft-js-plugins-editor": "^3.0.0",
"firebase": "^6.4.0",
"fitty": "^2.2.6",
"framer-motion": "1.6.3",
"history": "^4.9.0",
"immer": "^3.2.0",
"lodash-es": "^4.17.15",
"lodash-move": "^1.1.1",
"material-ui-popup-state": "^1.4.0",
"mui-layout": "^1.2.9",
"polished": "^3.4.1",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"react-firebase-file-uploader": "^2.4.2",
"react-firebase-hooks": "^2.1.0",
"react-firebaseui": "^4.0.0",
"react-hanger": "^2.1.0",
"react-hooks-global-state": "^0.14.0",
"react-hot-loader": "^4.12.11",
"react-is": "^16.8.6",
"react-router": "^5.0.1",
"react-router-dom": "^5.0.1",
"react-scripts": "^3.2.0",
"react-select": "^3.0.4",
"react-select-v2": "^2.4.2",
"react-spring": "^8.0.27",
"react-swipeable-views": "^0.13.3",
"react-teleporter": "^1.1.0",
"react-textfit": "^1.1.0",
"react-use-gesture": "^5.2.4",
"react-virtualized-auto-sizer": "^1.0.2",
"react-virtuoso": "^0.12.3",
"react-window": "1.8.5",
"reakit": "^1.0.0-beta.5",
"resize-observer-polyfill": "^1.5.1",
"styled-components": "^5.0.0-beta.8",
"use-methods": "^0.5.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"cosmos": "cosmos",
"cosmos:export": "cosmos-export"
},
"eslintConfig": {
"extends": "react-app",
"settings": {
"react": {
"version": "detect"
}
}
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@styled-system/babel-plugin": "0.0.20",
"@types/react-select": "^3.0.4",
"babel-plugin-styled-components": "^1.10.6",
"purposefile": "^1.2.0",
"react-cosmos": "^4.8.1"
},
"guppy": {
"id": "9a2b1b80-7cd7-11e9-8aeb-eb27c697c413",
"name": "comp-env",
"type": "create-react-app",
"color": "#AA00FF",
"icon": null,
"createdAt": 1558560105785
}
}