-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.85 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
{
"name": "mailtag-v2",
"version": "1.3.0",
"private": true,
"dependencies": {
"axios": "^0.27.2",
"bootstrap": "4.6.0",
"chart.js": "3.2.1",
"formik": "^2.2.9",
"jquery": "3.6.0",
"mixpanel-browser": "^2.45.0",
"moment": "^2.29.3",
"node-sass": "6.0.0",
"perfect-scrollbar": "1.5.1",
"react": "17.0.2",
"react-chartjs-2": "3.0.3",
"react-dom": "17.0.2",
"react-ga4": "^1.4.1",
"react-mixpanel": "^1.0.5",
"react-modal-video": "^1.2.9",
"react-moment": "^1.1.2",
"react-notification-alert": "0.0.13",
"react-query": "^4.0.0",
"react-redux": "^8.0.2",
"react-router": "5.2.0",
"react-router-dom": "5.2.0",
"react-scripts": "5.0.1",
"react-tooltip": "^4.2.21",
"reactstrap": "^9.1.1",
"redux": "^4.2.0",
"redux-thunk": "^2.4.1",
"styled-components": "^5.3.5",
"yup": "^0.32.11"
},
"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-sass": "node-sass src/assets/scss/mailtag-dashboard.scss src/assets/css/mailtag-dashboard.css",
"minify-sass": "node-sass src/assets/scss/mailtag-dashboard.scss src/assets/css/mailtag-dashboard.min.css --output-style compressed",
"map-sass": "node-sass src/assets/scss/mailtag-dashboard.scss src/assets/css/mailtag-dashboard.css --source-map true"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"optionalDependencies": {
"typescript": "4.2.4"
},
"devDependencies": {
"@babel/core": "^7.14.2",
"@babel/plugin-proposal-private-property-in-object": "^7.18.6",
"autoprefixer": "^10.4.7"
}
}