forked from rostaklein/awesome-acp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 1.87 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
{
"private": true,
"name": "gatsby",
"version": "1.0.0",
"dependencies": {
"@emotion/core": "^10.0.35",
"@emotion/styled": "^10.0.27",
"@paypal/checkout-server-sdk": "^1.0.2",
"@sentry/gatsby": "^5.27.4",
"@sentry/node": "^5.22.3",
"@types/axios": "^0.14.0",
"@types/bcryptjs": "^2.4.2",
"@types/joi": "^14.3.4",
"@types/jsonwebtoken": "^8.5.0",
"@types/mongoose": "^5.7.36",
"@types/mysql": "^2.15.16",
"@types/react": "^16.9.46",
"@types/react-helmet": "^6.1.0",
"@types/yup": "^0.29.6",
"antd": "^4.6.0",
"axios": "^0.20.0",
"babel-plugin-import": "^1.13.0",
"dotenv": "^8.2.0",
"formik": "^2.1.5",
"gatsby": "^2.26.1",
"gatsby-image": "^2.0.15",
"gatsby-plugin-antd": "^2.2.0",
"gatsby-plugin-emotion": "^4.3.10",
"gatsby-plugin-less": "^4.0.3",
"gatsby-plugin-manifest": "^2.0.5",
"gatsby-plugin-react-helmet": "^3.0.0",
"joi": "^17.2.1",
"jsonwebtoken": "^8.5.1",
"less": "^3.12.2",
"less-loader": "^6.2.0",
"mongodb": "^3.6.0",
"mongoose": "^5.10.0",
"mysql": "^2.18.1",
"react": "^16.5.1",
"react-dom": "^16.5.1",
"react-google-recaptcha-v3": "^1.5.2",
"react-helmet": "^5.2.0",
"react-paypal-button-v2": "^2.6.2",
"whirlpool-hash": "^1.1.6",
"yup": "^0.29.3"
},
"devDependencies": {
"@now/node": "^1.3.0",
"@types/jest": "^26.0.13",
"@types/mongodb": "^3.5.26",
"@types/node": "^14.6.4",
"@typescript-eslint/eslint-plugin": "^4.0.1",
"@typescript-eslint/parser": "^4.0.1",
"eslint": "^7.8.1",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.6",
"gatsby-plugin-ts-config": "^1.1.1",
"jest": "^26.4.2",
"prettier": "^2.1.1",
"prettier-eslint": "^11.0.0",
"ts-jest": "^26.3.0",
"typescript": "^4.0.2"
},
"scripts": {
"dev": "gatsby develop",
"build": "gatsby build",
"test": "jest"
}
}