forked from teamtatooine/TrypAdvisorClient
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.02 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.02 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
{
"name": "trypadvisorclient",
"version": "1.0.0",
"description": "Client Interface for TrypAdvisor",
"main": "index.js",
"scripts": {
"react-dev": "webpack -d --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/teamtatooine/TrypAdvisorClient"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.23.1",
"babel-loader": "^6.3.2",
"babel-plugin-styled-components": "^1.8.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"webpack": "^2.2.1"
},
"dependencies": {
"jquery": "^3.3.1",
"react": "^16.3.0",
"react-dom": "^16.3.0",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"styled-components": "^4.0.2",
"react-stars": "^2.2.5",
"moment": "^2.22.2",
"google-map-react": "^1.1.0",
"underscore": "^1.8.3"
},
"bugs": {
"url": "https://github.com/teamtatooine/TrypAdvisorClient/issues"
},
"homepage": "https://github.com/teamtatooine/TrypAdvisorClient#readme"
}