-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 835 Bytes
/
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
{
"name": "googleMaps-searcher",
"version": "1.0.1",
"description": "Simple searcher for Google Maps",
"main": "./index.js",
"scripts": {
"start": "nodemon ./server.js --ignore client/",
"production": "webpack --config ./webpack.config.production.js --optimize-minimize",
"development": "webpack --config ./webpack.config.development.js --watch"
},
"author": "AndreasCag",
"license": "ISC",
"dependencies": {
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"bulma": "^0.4.2",
"express": "^4.15.3",
"socket.io": "^2.0.2",
"vue": "^2.3.4",
"babel-core": "^6.25.0",
"babel-loader": "^7.0.0",
"babel-preset-env": "^1.5.2",
"css-loader": "^0.28.4",
"node-sass": "^4.5.3",
"sass-loader": "^6.0.5",
"style-loader": "^0.18.2",
"webpack": "^2.6.1"
}
}