-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 949 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 949 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
{
"name": "litstack-location",
"version": "1.0.0",
"description": "",
"main": "js/location.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "npm run development -- --watch",
"dev": "npm run development",
"prod": "npm run production"
},
"author": "Lennart Carstens-Behrens",
"license": "MIT",
"dependencies": {
"location-picker": "^1.1.1"
},
"devDependencies": {
"cross-env": "^7.0.2",
"laravel-mix": "^5.0.9",
"vue-template-compiler": "^2.6.12"
}
}