-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 917 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 917 Bytes
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
{
"name": "coderhunt",
"private": true,
"scripts": {
"start": "meteor run"
},
"dependencies": {
"@babel/runtime": "^7.0.0-beta.36",
"@trendmicro/react-toggle-switch": "^0.5.7",
"bcrypt": "^2.0.0",
"bootstrap": "^4.0.0",
"isomorphic-fetch": "^2.2.1",
"meteor-node-stubs": "^0.3.2",
"rc-progress": "^2.2.5",
"react": "^16.2.0",
"react-confirm-alert": "^2.0.2",
"react-dom": "^16.2.0",
"react-dropzone": "^4.2.9",
"react-hammerjs": "^1.0.1",
"react-rating": "^1.1.2",
"react-responsive-modal": "^2.0.1",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-s-alert": "^1.4.1",
"react-spinners": "^0.2.6",
"react-tag-input": "^4.9.1",
"reactstrap": "^5.0.0-beta.3"
},
"devDependencies": {
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"faker": "^4.1.0",
"ignore-styles": "^5.0.1"
}
}