-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
119 lines (119 loc) · 3.65 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
{
"name": "junto",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.58",
"@types/jest": "^26.0.23",
"@types/lodash": "^4.14.170",
"@types/node": "^14.17.0",
"@types/react": "^17.0.6",
"@types/react-dom": "^17.0.5",
"@types/react-router": "^5.1.14",
"@types/react-router-dom": "^5.1.7",
"clsx": "^1.1.1",
"date-fns": "^2.21.3",
"dexie": "^3.0.3",
"image-extensions": "^1.1.0",
"immutable": "^4.0.0-rc.12",
"is-hotkey": "^0.2.0",
"is-url": "^1.2.4",
"jss-preset-default": "^10.6.0",
"lodash": "^4.17.21",
"mdi-react": "^7.5.0",
"node-sass": "^5.0.0",
"notistack": "^1.0.6",
"prismjs": "^1.24.0",
"prop-types": "^15.7.2",
"puppeteer": "^9.1.1",
"react": "^17.0.2",
"react-autocomplete": "^1.8.1",
"react-beforeunload": "^2.5.1",
"react-color": "^2.19.3",
"react-dom": "^17.0.2",
"react-draggable": "^4.4.3",
"react-fontawesome": "^1.7.1",
"react-ga": "^3.3.0",
"react-jss": "^10.6.0",
"react-modal": "^3.13.1",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"react-tabs": "^3.2.2",
"react-tooltip-lite": "^1.12.0",
"react-use-dimensions": "^1.2.1",
"reactn": "^2.2.7",
"reactn-persist": "^1.3.2",
"slate": "0.47.8",
"slate-deep-table": "^0.9.6",
"slate-html-serializer": "^0.8.10",
"slate-react": "0.22.9",
"slate-soft-break": "^0.9.0",
"typescript": "^4.2.4"
},
"scripts": {
"start": "PORT=4763 react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"cypress": "node_modules/.bin/cypress open",
"postbuild": "react-snap",
"storybook": "start-storybook -p 6006 -s public",
"build-storybook": "build-storybook -s public"
},
"eslintConfig": {
"extends": "react-app",
"globals": {
"_": "writable"
},
"overrides": [
{
"files": [
"**/*.stories.*"
],
"rules": {
"import/no-anonymous-default-export": "off"
}
}
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@storybook/addon-actions": "^6.2.9",
"@storybook/addon-essentials": "^6.2.9",
"@storybook/addon-links": "^6.2.9",
"@storybook/node-logger": "^6.2.9",
"@storybook/preset-create-react-app": "^3.1.7",
"@storybook/react": "^6.2.9",
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/react": "^11.2.7",
"@types/gapi.client.drive": "3.0.13",
"@types/material-ui": "^0.21.8",
"cypress": "^7.3.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6",
"fake-indexeddb": "^3.1.2",
"js-to-scss": "^1.0.0",
"react-addons-test-utils": "^15.6.2",
"react-snap": "^1.23.0",
"react-test-renderer": "^17.0.2",
"reactn-devtools": "^1.1.0",
"redux": "^4.1.0"
},
"jest": {},
"reactSnap": {
"port": 4763
}
}