-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 2.5 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
{
"name": "sigma-react",
"version": "2.0.0-beta.2-SNAPSHOT",
"homepage": "/",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/primefaces/sigma.git"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"license": "MIT",
"dependencies": {
"@material-ui/core": "^4.8.2",
"@material-ui/icons": "^4.4.3",
"@material-ui/lab": "^4.0.0-alpha.32",
"axios": ">=0.19.0",
"babel-polyfill": "6.26.0",
"bootstrap": "^3.4.1",
"chart.js": "^2.7.3",
"classnames": "^2.2.6",
"cors": "^2.8.5",
"ddos": "^0.2.1",
"dns": "^0.2.2",
"express": "^4.17.1",
"fetch": "^1.1.0",
"fullcalendar": "4.0.0-alpha.2",
"heroku-ssl-redirect": "^0.1.1",
"hivesigner": "^3.1.3",
"js-cookie": "^2.2.0",
"lodash": "^4.17.20",
"material-icons": "^0.3.1",
"morgan": "^1.10.0",
"node-sass-chokidar": "^1.5.0",
"npm-run-all": "^4.1.3",
"primeflex": "1.0.0-rc.1",
"primeicons": "1.0.0",
"primereact": "3.0.0",
"qs": "^6.9.4",
"quill": "^1.3.7",
"radium": "^0.26.0",
"react": "^16.7.0",
"react-animations": "^1.0.0",
"react-bootstrap": "^1.0.0-beta.8",
"react-cookie-consent": "^2.5.0",
"react-countdown": "^2.3.0",
"react-dom": "^16.7.0",
"react-ga": "^2.6.0",
"react-image-gallery": "^0.8.18",
"react-parallax": "^3.0.2",
"react-responsive-picture": "^3.2.2",
"react-router-dom": "^4.3.1",
"react-scripts": "^3.4.4",
"react-scroll-parallax": "^2.2.0",
"react-swipeable-views": "^0.13.3",
"react-transition-group": "^2.5.1",
"react-twitch-stream": "^1.0.4",
"reactstrap": "^8.0.0",
"sweetalert2": "^8.8.5",
"timeago.js": "^4.0.0-beta.2",
"upgrade": "^1.1.0"
},
"scripts": {
"build-css": "node-sass-chokidar src/layout/ -o src/layout/ | node-sass-chokidar public/assets/layout/ -o public/assets/layout/",
"watch-css": "npm run build-css && node-sass-chokidar src/layout/ -o src/layout/ --watch --recursive | node-sass-chokidar public/assets/layout/ -o public/assets/layout/ --watch --recursive",
"start-js": "react-scripts start",
"start:dev": "npm-run-all -p watch-css start-js",
"start": "node server.js",
"build-js": "react-scripts build",
"build": "npm-run-all build-css build-js",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}