-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
107 lines (107 loc) · 3.34 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
{
"name": "paper-kit-pro-react",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@mui-treasury/components": "^1.10.1",
"@mui-treasury/styles": "^1.13.1",
"@steveeeie/react-page-transition": "^1.2.1",
"@types/googlemaps": "3.36.6",
"@types/markerclustererplus": "2.1.33",
"@types/react": "16.8.23",
"axios": "^0.21.1",
"bootstrap": "^4.4.1",
"classnames": "^2.2.6",
"darkreader": "^4.9.35",
"headroom.js": "0.9.4",
"html-to-react": "^1.4.2",
"jquery": "^3.6.0",
"moment": "2.24.0",
"node-sass": "^4.14.1",
"nouislider": "14.0.2",
"nuka-carousel": "^4.6.0",
"patch-package": "^6.4.7",
"react": "16.8.6",
"react-advanced-news-ticker": "^1.0.0",
"react-animated-css": "^1.2.1",
"react-apply-darkmode": "^1.0.2",
"react-blob": "^1.0.1",
"react-bootstrap": "^1.0.0-beta.16",
"react-bootstrap-switch": "15.5.3",
"react-content-loader": "^4.3.4",
"react-custom-share": "^0.4.8",
"react-dark-mode-toggle": "^0.2.0",
"react-datetime": "2.16.3",
"react-document-meta": "^1.0.0",
"react-dom": "16.8.6",
"react-ga": "^3.3.0",
"react-google-maps": "9.4.5",
"react-helmet": "^6.1.0",
"react-icons": "^4.2.0",
"react-image-gallery": "^1.2.7",
"react-images": "^1.0.0",
"react-items-carousel": "^2.8.0",
"react-loadingg": "^1.6.2",
"react-meta-tags": "^1.0.1",
"react-modal": "^3.11.1",
"react-photo-gallery": "^8.0.0",
"react-photoswipe": "1.3.0",
"react-polygon": "^0.2.0",
"react-responsive-carousel": "^3.2.12",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "3.0.1",
"react-scroll-progress-bar": "^1.1.12",
"react-select": "3.0.4",
"react-share": "^4.4.0",
"react-slick": "^0.28.0",
"react-spring": "^9.3.2",
"react-spring-3d-carousel": "^1.2.1",
"react-sticky": "^6.0.3",
"react-tagsinput": "3.19.0",
"react-tiger-transition": "^4.1.2",
"react-transition-group": "^4.4.1",
"reactstrap": "8.0.0",
"slick-carousel": "^1.8.1",
"slider-pro": "^1.5.0",
"styled-components": "^4.4.1",
"swiper": "^6.0.2",
"typescript": "3.5.2",
"use-dark-mode": "^2.3.1",
"use-delayed-state": "^1.2.0"
},
"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/paper-kit.scss src/assets/css/paper-kit.css",
"minify-sass": "node-sass src/assets/scss/paper-kit.scss src/assets/css/paper-kit.min.css --output-style compressed",
"map-sass": "node-sass src/assets/scss/paper-kit.scss src/assets/css/paper-kit.css --source-map true",
"postinstall": "patch-package"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"optionalDependencies": {
"@types/googlemaps": "3.36.6",
"@types/markerclustererplus": "2.1.33",
"@types/react": "16.8.23",
"typescript": "3.5.2"
}
}