-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.25 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
{
"name": "pacodo",
"version": "1.0.0",
"private": true,
"description": "Pacodo",
"author": "HoaLe",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop --host=0.0.0.0",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"axios": "^0.24.0",
"dotenv": "^10.0.0",
"draft-js": "^0.11.7",
"draftjs-to-html": "^0.9.1",
"formik": "^2.2.9",
"gatsby": "^4.0.2",
"gatsby-plugin-sass": "^5.1.1",
"gatsby-plugin-use-query-params": "^1.0.1",
"html-to-draftjs": "^1.5.0",
"immutable": "^4.0.0",
"query-string": "^7.0.1",
"react": "^17.0.1",
"react-bootstrap-table-next": "^4.0.3",
"react-bootstrap-table2-paginator": "^2.1.2",
"react-dom": "^17.0.1",
"react-google-recaptcha-v3": "^1.9.7",
"react-loading-overlay": "^1.0.1",
"react-toastify": "^8.0.3",
"sass": "^1.43.4",
"sjs-base-model": "^1.9.1",
"styled-components": "^5.3.3",
"sweetalert2": "^11.1.9",
"use-query-params": "^1.2.3",
"uuid": "^8.3.2",
"yup": "^0.32.11",
"zustand": "^3.6.1"
},
"devDependencies": {
"gatsby-plugin-root-import": "^2.0.8",
"react-draft-wysiwyg": "^1.14.7"
}
}