-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.73 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.73 KB
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
{
"name": "primer-react",
"version": "0.1.0",
"private": true,
"devDependencies": {
"concurrently": "4.0.1"
},
"dependencies": {
"@material-ui/core": "3.0.3",
"@material-ui/icons": "3.0.1",
"@material-ui/lab": "3.0.0-alpha.15",
"autosuggest-highlight": "3.1.1",
"axios": "^0.18.0",
"babel-polyfill": "^6.26.0",
"bootstrap": "^4.3.1",
"bootstrap-4-react": "0.0.59",
"chart.js": "2.7.2",
"date-fns": "1.29.0",
"downshift": "2.2.2",
"draft-js": "^0.10.5",
"draft-js-export-html": "^1.3.3",
"draft-js-plugins-editor": "^2.1.1",
"draft-js-static-toolbar-plugin": "^3.0.0",
"immutability-helper": "^3.0.0",
"jquery": "^3.3.1",
"js-file-download": "^0.4.5",
"jss-rtl": "0.2.3",
"jwt-decode": "^2.2.0",
"leaflet": "1.3.4",
"moment": "2.22.2",
"react": "^16.8.6",
"react-autosuggest": "9.4.1",
"react-beautiful-dnd": "^9.0.2",
"react-big-calendar": "0.19.2",
"react-bootstrap": "^1.0.0-beta.9",
"react-chartjs-2": "2.7.4",
"react-dom": "^16.8.6",
"react-emotion": "^9.2.8",
"react-google-maps": "9.4.5",
"react-leaflet": "2.0.1",
"react-number-format": "3.5.2",
"react-quill": "1.3.1",
"react-router-dom": "4.3.1",
"react-scripts": "1.1.5",
"react-select": "2.0.0",
"react-star-rating-component": "^1.4.1",
"react-swipeable-views": "0.12.17",
"react-text-mask": "5.4.3",
"react-trix": "^0.4.1",
"reactstrap": "^7.1.0",
"serve": "^10.1.2",
"smoothscroll-polyfill": "^0.4.4",
"trix": "^1.1.0"
},
"scripts": {
"start": "PORT=3000 react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}