-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
80 lines (80 loc) · 2.22 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
75
76
77
78
79
80
{
"name": "sdds_client",
"version": "0.1.0",
"private": true,
"dependencies": {
"@apollo/client": "^3.7.0",
"@apollo/react-hooks": "^4.0.0",
"@fortawesome/fontawesome-svg-core": "^6.2.0",
"@fortawesome/free-regular-svg-icons": "^6.2.0",
"@fortawesome/free-solid-svg-icons": "^6.2.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@material-tailwind/react": "^1.2.4",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^13.5.0",
"apollo-boost": "^0.4.9",
"axios": "^1.1.3",
"bootstrap": "^5.2.3",
"bootstrap-icons": "^1.9.1",
"file-saver": "^2.0.5",
"grapesjs": "^0.20.1",
"grapesjs-blocks-basic": "^1.0.1",
"grapesjs-component-code-editor": "^1.0.20",
"grapesjs-custom-code": "^1.0.1",
"grapesjs-navbar": "^1.0.1",
"grapesjs-plugin-export": "^1.0.11",
"grapesjs-plugin-forms": "^2.0.5",
"grapesjs-plugin-toolbox": "^1.0.13",
"grapesjs-preset-webpage": "^0.1.11",
"grapesjs-project-manager": "^2.0.5",
"grapesjs-react": "^4.0.1",
"grapesjs-style-bg": "^1.0.5",
"grapesjs-tabs": "^1.0.6",
"grapesjs-tailwind": "^1.0.8",
"grapesjs-tui-image-editor": "^1.0.1",
"graphql": "^16.6.0",
"jquery": "^3.6.1",
"jszip": "^3.10.1",
"node-sass": "^7.0.3",
"react": "^18.2.0",
"react-apollo": "^3.1.5",
"react-bootstrap": "^2.5.0",
"react-dom": "^18.2.0",
"react-modal": "^3.15.1",
"react-multi-carousel": "^2.8.2",
"react-redux": "^8.0.4",
"react-router-dom": "^6.4.0",
"react-scripts": "5.0.1",
"react-table": "^7.8.0",
"recoil": "^0.7.6",
"styled-components": "^5.3.6",
"tailwindcss": "^1",
"web-vitals": "^2.1.4",
"yarn": "^1.22.19"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}