-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 2.42 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
{
"name": "revibe-user-website",
"version": "1.0.0",
"private": true,
"dependencies": {
"@builder.io/react": "^1.1.13",
"axios": "^0.19.2",
"chart.js": "2.8.0",
"fingerprintjs2": "^2.1.0",
"headroom.js": "0.9.4",
"history": "^4.10.1",
"js-cookie": "^2.2.1",
"moment": "2.24.0",
"node-sass": "^4.13.1",
"nouislider": "13.1.5",
"react": "16.8.6",
"react-bootstrap-switch": "15.5.3",
"react-chartjs-2": "2.7.6",
"react-datetime": "2.16.3",
"react-dom": "16.8.6",
"react-ga": "^2.7.0",
"react-google-maps": "9.4.5",
"react-helmet": "^5.2.1",
"react-icons": "^3.9.0",
"react-mailchimp-subscribe": "^2.1.0",
"react-router": "5.0.0",
"react-router-dom": "5.0.0",
"react-router-sitemap": "^1.2.0",
"react-scripts": "^3.4.1",
"react-select": "2.4.3",
"react-slick": "0.24.0",
"react-svg": "^11.0.17",
"react-tagsinput": "3.19.0",
"reactstrap": "8.0.0",
"sass": "^1.26.3",
"sweetalert2": "^9.10.2",
"sweetalert2-react-content": "^3.0.1",
"truncate": "^2.1.0"
},
"devDependencies": {
"@types/googlemaps": "3.30.20",
"@types/markerclustererplus": "2.1.33",
"@types/react": "16.8.17",
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-register": "^6.26.0",
"typescript": "3.4.5"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"deploy": "aws s3 sync build/ s3://user-website",
"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/blk-design-system-pro-react.scss src/assets/css/blk-design-system-pro-react.css",
"minify-sass": "node-sass src/assets/scss/blk-design-system-pro-react.scss src/assets/css/blk-design-system-pro-react.min.css --output-style compressed",
"map-sass": "node-sass src/assets/scss/blk-design-system-pro-react.scss src/assets/css/blk-design-system-pro-react.css --source-map true",
"sitemap": "babel-node src/sitemap-generator.js"
},
"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"
]
}
}