forked from josiahcoad/Wanderland
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 3 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 3 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
{
"name": "wanderland",
"version": "1.0.0",
"description": "I love planning travel and seeing new places to go in the world :earth_africa:. There is a recurrent problem with internet wanderlust though. :grimacing: Right now I'm planning a trip to India and googling queries such as *\"best hill stations in the himalayas\"* or *\"best national parks in central india\"*. I get back results like **\"7 Best National Parks in Central India\"**. Normally, it is a list of places that I have never heard of before and have literally no point of reference for the place. :hear_no_evil: So what do I do when I see a name like **Bandhavgarh National Park**? Open up another tab, copy/paste the name into google maps. And I have to do that for *every place* that sounds interesting :expressionless:. And then I start forgetting places or maybe I write them down somewhere but a little while later forget why I wrote it down, and now lost the website that I first found it on. :man_facepalming: With *Wanderland* you can track places that interest you across web pages. You can add places of interest to your saved places by just clicking on the name of the place when it appears on the site. The idea is that you can easily see a short blurb about any place you added at any time, take notes and see pictures all within your workflow looking through a web page like the **\"7 Best National Parks in Central India\"**! :sunglasses:",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --mode development --devtool source-map",
"watch": "webpack --mode development --devtool source-map --watch --info-verbosity verbose"
},
"repository": {
"type": "git",
"url": "git+https://github.com/josiahcoad/wanderland.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/josiahcoad/wanderland/issues"
},
"homepage": "https://github.com/josiahcoad/wanderland#readme",
"dependencies": {
"@material-ui/core": "^3.9.0",
"acorn": "^6.0.5",
"findandreplacedomtext": "^0.4.6",
"fs": "0.0.1-security",
"google-maps-react": "^2.0.2",
"react-bootstrap": "^0.32.4",
"react-spinners": "^0.5.1",
"unfluff": "^3.2.0",
"uuid": "^3.3.2"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.3",
"@babel/preset-react": "^7.0.0",
"axios": "^0.18.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.5",
"babel-preset-es2015": "^6.24.1",
"css-loader": "^2.1.0",
"eslint": "^5.12.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.12.3",
"extract-loader": "^3.1.0",
"file-loader": "^3.0.1",
"html-loader": "^0.5.5",
"native-toast": "^2.0.0",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"request": "^2.88.0",
"style-loader": "^0.23.1",
"url-loader": "^1.1.2",
"webpack": "^4.28.4",
"webpack-chrome-extension-reloader": "^1.1.1",
"webpack-cli": "^3.2.1"
}
}