-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.31 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.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
{
"name": "superstack",
"version": "1.0.0",
"description": "All-in-one Freshworks Platform 3.0 template with React 19, Redux, Tailwind CSS, Material-UI & server-side functions",
"main": "index.js",
"scripts": {
"sync:readme": "node scripts/sync-readme-versions.js",
"fdk-unit-test": "jest test --coverage"
},
"author": "",
"license": "UNLICENSED",
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@freshworks/crayons": "^4.2.0",
"@mui/icons-material": "^5.15.12",
"@mui/material": "^5.15.12",
"@reduxjs/toolkit": "^2.2.1",
"autoprefixer": "^10.4.18",
"axios": "0.21.1",
"date-fns": "^3.3.1",
"postcss": "^8.4.35",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-redux": "^9.1.0",
"react-router-dom": "^6.22.3",
"slugify": "^1.6.5"
},
"devDependencies": {
"@babel/preset-env": "^7.24.0",
"@babel/preset-react": "^7.23.3",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"eslint-plugin-react": "^7.34.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-svg-transformer": "^1.0.0",
"tailwindcss": "^3.4.1"
},
"fdkExcludeFiles": [
".report.json"
]
}