-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
97 lines (97 loc) · 3.26 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
{
"homepage": "https://srmrudra.com",
"name": "teamrudra",
"version": "1.8.0",
"description": "team rudra website",
"private": true,
"main": "dist/index.js",
"dependencies": {
"-": "^0.0.1",
"@material-ui/core": "^4.11.2",
"@material-ui/icons": "^4.9.1",
"@mui-treasury/layout": "^3.3.4",
"@mui-treasury/styles": "^1.1.0",
"aframe": "^1.0.4",
"aframe-look-at-component": "^1.0.0",
"aframe-particle-system-component": "^1.1.3",
"aframe-react": "^4.4.0",
"classnames": "2.2.6",
"emailjs-com": "^2.4.1",
"emotion": "^10.0.27",
"gh-pages": "^3.1.0",
"history": "4.9.0",
"moment": "2.29.4",
"nouislider": "14.0.2",
"prop-types": "15.7.2",
"react": "16.9.0",
"react-awesome-slider": "^4.1.0",
"react-datetime": "2.16.3",
"react-delay-link": "^1.1.4",
"react-device-detect": "^1.13.1",
"react-dom": "16.9.0",
"react-facebook": "^8.1.4",
"react-font-loader": "^0.0.9",
"react-fontawesome": "^1.7.1",
"react-horizontal-timeline": "^1.5.3",
"react-hover": "^1.4.0",
"react-id-swiper": "^3.0.0",
"react-images": "^1.1.7",
"react-instagram-embed": "^2.0.0",
"react-loading": "^2.0.3",
"react-parallax": "^3.0.3",
"react-photo-gallery": "^8.0.0",
"react-player": "^1.15.3",
"react-router-dom": "5.0.1",
"react-scripts": "3.1.0",
"react-scroll": "^1.7.16",
"react-slick": "^0.27.13",
"react-swipeable-views": "0.13.3",
"react-text-transition": "^1.0.2",
"react-visibility-sensor": "^5.1.1",
"sass": "^1.43.3",
"save-dev": "^0.0.1-security",
"slick-carousel": "^1.8.1",
"styled-components": "^5.2.1",
"swiper": "^5.3.6",
"webfontloader": "^1.6.28"
},
"devDependencies": {
"@babel/cli": "7.5.5",
"@babel/plugin-proposal-class-properties": "7.5.5",
"@babel/preset-env": "7.5.5",
"@babel/preset-react": "7.0.0",
"eslint-config-prettier": "6.0.0",
"eslint-plugin-prettier": "3.1.0",
"eslint-plugin-react": "7.14.3",
"gulp": "4.0.2",
"gulp-append-prepend": "1.0.8",
"prettier": "1.18.2"
},
"optionalDependencies": {
"typescript": "3.5.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"predeploy": "npm run build",
"deploy": "gh-pages -b master -d build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"lint:check": "eslint . --ext=js,jsx; exit 0",
"lint:fix": "eslint . --ext=js,jsx --fix; exit 0",
"install:clean": "rm -rf node_modules/ && rm -rf package-lock.json && npm install && npm start",
"build-package-css": "node-sass src/assets/scss/material-kit-react.scss dist/material-kit-react.css",
"build-package": "npm run build-package-css && babel src --out-dir dist",
"compile-sass": "node-sass src/assets/scss/material-kit-react.scss src/assets/css/material-kit-react.css",
"minify-sass": "node-sass src/assets/scss/material-kit-react.scss src/assets/css/material-kit-react.min.css --output-style compressed",
"map-sass": "node-sass src/assets/scss/material-kit-react.scss src/assets/css/material-kit-react.css --source-map true"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": []
}
}