forked from paxthemax/gaia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·71 lines (71 loc) · 2.18 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
{
"name": "untitled",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^1.4.0",
"@material-ui/icons": "^1.1.0",
"autoprefixer": "^8.6.5",
"autosuggest-highlight": "^3.1.1",
"bootstrap": "^4.1.2",
"bootstrap-v4-rtl": "^4.1.1-0",
"cross-env": "^5.2.0",
"downshift": "^2.0.14",
"draft-js": "^0.10.5",
"draftjs-to-html": "^0.8.4",
"firebase": "^5.2.0",
"history": "^4.7.2",
"jss-rtl": "^0.2.3",
"material-ui-pickers": "^1.0.0-rc.11",
"moment": "^2.22.2",
"node-sass": "^4.9.2",
"nprogress": "^0.2.0",
"react": "^16.4.1",
"react-autosuggest": "^9.3.4",
"react-big-calendar": "^0.19.2",
"react-bootstrap-sweetalert": "^4.4.1",
"react-ckeditor-component": "^1.0.7",
"react-color": "^2.14.1",
"react-custom-scrollbars": "^4.2.1",
"react-device-detect": "^1.5.8",
"react-dnd": "^5.0.0",
"react-dnd-html5-backend": "^5.0.1",
"react-dom": "^16.4.1",
"react-draft-wysiwyg": "^1.12.13",
"react-dropzone": "^4.2.13",
"react-google-maps": "^9.4.5",
"react-hot-loader": "^4.3.3",
"react-icons": "^2.2.7",
"react-intl": "^2.4.0",
"react-joyride": "^1.11.4",
"react-loadable": "^5.4.0",
"react-notifications": "^1.4.3",
"react-number-format": "^3.4.3",
"react-owl-carousel": "^2.3.1",
"react-placeholder": "^3.0.1",
"react-redux": "^5.0.7",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-router-redux": "^5.0.0-alpha.9",
"react-scripts": "1.1.4",
"react-select": "^1.2.1",
"react-sortable-hoc": "^0.8.3",
"react-star-rating-component": "^1.4.1",
"react-swipeable-views": "^0.12.15",
"react-text-mask": "^5.4.2",
"reactstrap": "^6.3.0",
"recharts": "^1.0.1",
"recompose": "^0.27.1",
"redux": "^4.0.0",
"redux-logger": "^3.0.6",
"redux-saga": "^0.16.0",
"sass": "^1.9.2"
},
"scripts": {
"start": "cross-env NODE_PATH=src react-scripts start",
"build": "cross-env NODE_PATH=src react-scripts build",
"sass": "sass --watch src/styles/style.scss:src/styles/jumbo.css",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}