-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.08 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
{
"name": "gps-coordinates",
"version": "1.0.0",
"description": "A web scrit to find out the Latitude and Longitude of a location.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack --watch",
"build": "webpack -p",
"dev": "webpack-dev-server --hot --inline",
"devop": "webpack-dev-server"
},
"author": "Onlyrefat",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.0.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"css-loader": "^0.28.4",
"react-google-maps": "^6.3.0",
"style-loader": "^0.18.2",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1"
},
"dependencies": {
"extract-text-webpack-plugin": "^1.0.1",
"html-webpack-plugin": "^2.28.0",
"react": "^15.5.4",
"react-async-script-loader": "^0.3.0",
"react-dom": "^15.5.4",
"reflux": "^6.4.1",
"webpack-notifier": "^1.5.0"
}
}