-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2 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
{
"name": "private-art-hub-project",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fluentui/react": "^7.121.4",
"@reach/auto-id": "^0.12.1",
"@reach/dialog": "^0.11.2",
"@reach/tooltip": "^0.12.1",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@xstate/react": "^0.8.1",
"babel-eslint": "^10.1.0",
"clipboard-polyfill": "^3.0.1",
"eslint": "^7.16.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-json": "^2.1.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"firebase": "^7.15.5",
"firebase-admin": "^9.4.2",
"firebase-functions": "^3.7.0",
"framer-motion": "^2.0.0-beta.77",
"gravatar": "^1.8.1",
"ky": "^0.20.0",
"marked": "^1.2.5",
"mini-debounce": "^1.0.8",
"prop-types": "^15.7.2",
"react": "0.0.0-experimental-3310209d0",
"react-dom": "0.0.0-experimental-3310209d0",
"react-dropzone": "^11.0.2",
"react-router-dom": "5",
"react-scripts": "^4.0.1",
"react-shepherd": "^3.3.2",
"react-transition-group": "^4.4.1",
"shepherd.js": "^8.1.0",
"trix": "^1.3.1",
"uuid": "^8.2.0",
"wicg-inert": "^3.0.3",
"xss": "^1.0.8",
"xstate": "^4.15.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"format": "prettier src/ functions/ --write"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"prettier": "^2.0.5",
"typescript": "^4.1.3"
}
}