-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 2.31 KB
/
Copy pathpackage.json
File metadata and controls
82 lines (82 loc) · 2.31 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
82
{
"name": "front-end",
"version": "0.1.0",
"private": true,
"engines": {
"node": "14.x"
},
"dependencies": {
"@apollo/react-hooks": "^3.1.5",
"@fortawesome/fontawesome-svg-core": "^1.2.29",
"@fortawesome/free-brands-svg-icons": "^5.13.1",
"@fortawesome/free-solid-svg-icons": "^5.13.1",
"@fortawesome/react-fontawesome": "^0.1.11",
"@stripe/stripe-js": "^1.8.0",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@types/cookie": "^0.4.0",
"@types/file-saver": "^2.0.1",
"@types/jest": "^24.0.0",
"@types/node": "^12.0.0",
"@types/react": "^16.9.0",
"@types/react-cropper": "^1.3.0",
"@types/react-dom": "^16.9.0",
"@types/react-image-crop": "^8.1.2",
"@types/react-redux": "^7.1.9",
"@types/react-router-dom": "^5.1.5",
"@types/redux-logger": "^3.0.8",
"apollo-boost": "^0.4.9",
"apollo-link-context": "^1.0.20",
"apollo-link-http": "^1.5.17",
"cookie": "^0.4.1",
"copy-to-clipboard": "^3.3.1",
"cropperjs": "^1.5.7",
"file-saver": "^2.0.2",
"firebase": "^7.15.5",
"for-editor": "^0.3.5",
"graphql": "^15.1.0",
"react": "^17.0.2",
"react-apollo": "^3.1.5",
"react-cropper": "^1.3.0",
"react-dom": "^16.13.1",
"react-dropzone": "^11.0.1",
"react-hook-form": "^5.7.2",
"react-iframe": "^1.8.0",
"react-image-crop": "^8.6.4",
"react-redux": "^7.2.0",
"react-redux-firebase": "^3.6.0",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.3",
"react-simple-crop": "^1.0.2",
"redux": "^4.0.5",
"redux-firestore": "^0.13.0",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"serve": "^11.3.2",
"sriracha-ui": "^1.8.9",
"typescript": "^4.4.3"
},
"scripts": {
"dev": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"start": "serve -s build",
"style": "yarn add sriracha-ui && yarn dev",
"heroku-postbuild": "npm run build"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}