-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
112 lines (112 loc) · 4.04 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"name": "vyom-web",
"version": "0.3.3",
"description": "Vyom Web Application",
"main": "index.js",
"author": "Exilien Supreme",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"install:clean": "rm -rf node_modules/ && rm -rf package-lock.json && npm install && npm start",
"compile:scss": "node-sass --importer node_modules/node-sass-package-importer/dist/cli.js src/assets/scss/argon-dashboard-pro-material-ui.scss src/assets/css/argon-dashboard-pro-material-ui.css",
"minify:scss": "node-sass --importer node_modules/node-sass-package-importer/dist/cli.js src/assets/scss/argon-dashboard-pro-material-ui.scss src/assets/css/argon-dashboard-pro-material-ui.min.css --output-style compressed",
"map:scss": "node-sass --importer node_modules/node-sass-package-importer/dist/cli.js src/assets/scss/argon-dashboard-pro-material-ui.scss src/assets/css/argon-dashboard-pro-material-ui.css --source-map true",
"all:scss": "npm run compile:scss && npm run minify:scss && npm run map:scss",
"generate": "graphql-codegen --config codegen.yml",
"lint:fix": "eslint \"./src/**/*.{ts,tsx}\" --fix"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"dependencies": {
"@fortawesome/fontawesome-free": "5.15.2",
"@hookform/resolvers": "^2.0.0",
"@material-ui/core": "4.11.4",
"@material-ui/data-grid": "4.0.0-alpha.22",
"@material-ui/icons": "4.11.2",
"@material-ui/lab": "4.0.0-alpha.57",
"@reduxjs/toolkit": "^1.5.1",
"bootstrap": "4.6.0",
"chart.js": "2.9.4",
"classnames": "2.2.6",
"clsx": "1.1.1",
"date-fns": "^2.21.1",
"dropzone": "5.7.6",
"google-libphonenumber": "^3.2.19",
"graphql": "^15.5.0",
"graphql-request": "^3.4.0",
"jsonpath": "^1.1.1",
"jss-rtl": "0.3.0",
"list.js": "2.3.1",
"node-sass": "4.14.1",
"node-sass-package-importer": "5.3.2",
"prop-types": "15.7.2",
"quill": "1.3.7",
"react": "16.13.1",
"react-chartjs-2": "2.11.1",
"react-copy-to-clipboard": "5.0.3",
"react-datetime": "3.0.4",
"react-dom": "16.13.1",
"react-hook-form": "^7.0.3",
"react-jdenticon": "^0.0.9",
"react-jvectormap": "0.0.16",
"react-perfect-scrollbar": "1.5.8",
"react-query": "^3.13.4",
"react-quill": "^2.0.0-beta.2",
"react-redux": "^7.2.3",
"react-router": "5.2.0",
"react-router-dom": "5.2.0",
"react-scripts": "4.0.1",
"react-table": "^7.7.0",
"react-to-print": "2.12.2",
"redux": "^4.0.5",
"redux-injectors": "^1.3.0",
"redux-logger": "^3.0.6",
"redux-saga": "^1.1.3",
"zod": "^1.11.13"
},
"devDependencies": {
"@graphql-codegen/cli": "^1.21.3",
"@graphql-codegen/introspection": "^1.18.1",
"@graphql-codegen/typescript": "^1.21.1",
"@graphql-codegen/typescript-document-nodes": "^1.17.10",
"@graphql-codegen/typescript-graphql-files-modules": "^1.18.1",
"@graphql-codegen/typescript-operations": "^1.17.15",
"@graphql-codegen/typescript-react-query": "^1.2.4",
"@types/chart.js": "2.9.4",
"@types/classnames": "2.2.6",
"@types/google-libphonenumber": "^7.4.19",
"@types/jest": "^26.0.22",
"@types/jsonpath": "^0.2.0",
"@types/lodash": "^4.14.168",
"@types/node": "^14.14.37",
"@types/react": "16.9.35",
"@types/react-copy-to-clipboard": "5.0.0",
"@types/react-dom": "16.9.12",
"@types/react-router-dom": "^5.1.7",
"@types/react-table": "^7.7.2",
"@typescript-eslint/eslint-plugin": "^4.20.0",
"@typescript-eslint/parser": "^4.20.0",
"eslint": "^7.23.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-flowtype": "5.2.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.23.1",
"gulp": "4.0.2",
"gulp-append-prepend": "1.0.8",
"prettier": "^2.2.1",
"typescript": "4.1.3"
},
"optionalDependencies": {
"jquery": "3.5.1"
}
}