This repository has been archived by the owner on Jun 7, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.49 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
{
"name": "volunteer-manager-client",
"version": "1.0.0",
"description": "",
"main": "index.js",
"keywords": [],
"author": "",
"license": "ISC",
"scripts": {
"clean": "rm dist/bundle.js",
"start": "parcel src/index.html",
"now-dev": "parcel src/index.html",
"build-prod": "parcel build src/index.html",
"now-build": "parcel build src/index.html",
"check-types": "tsc"
},
"dependencies": {
"@sanity/block-content-to-react": "^2.0.7",
"@sanity/client": "^0.147.3",
"@sanity/image-url": "latest",
"auth0-js": "^9.12.1",
"formik": "^2.1.1",
"polished": "^3.4.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-icons": "^3.8.0",
"react-redux": "^7.1.3",
"react-router-dom": "^5.1.2",
"redux": "^4.0.5",
"redux-saga": "^1.1.3",
"yup": "^0.28.0"
},
"devDependencies": {
"@babel/core": "^7.0.0-0",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-object-rest-spread": "^7.6.2",
"@babel/plugin-transform-runtime": "^7.7.6",
"@babel/preset-env": "^7.6.3",
"@babel/preset-react": "^7.6.3",
"@babel/preset-typescript": "^7.6.0",
"@types/react": "^16.9.9",
"@types/react-dom": "^16.9.2",
"@types/react-redux": "^7.1.5",
"@types/react-router-dom": "^5.1.3",
"@types/styled-components": "^4.4.0",
"@types/yup": "^0.26.27",
"parcel-bundler": "^1.12.4",
"prettier": "^1.18.2",
"styled-components": ">=4.0.0",
"typescript": "^3.6.4"
}
}