-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
30 lines (30 loc) · 1.17 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
{
"name": "bookmark-manager",
"description": "## Description",
"main": "index.js",
"scripts": {
"dev": "npm run development",
"webpack": "cross-env NODE_ENV=development webpack --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"development": "cross-env NODE_ENV=development webpack --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"hmr": "cross-env NODE_ENV=development webpack-dev-server --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"production": "cross-env NODE_ENV=production webpack --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/obstschale/bookmark-manager.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/obstschale/bookmark-manager/issues"
},
"homepage": "https://github.com/obstschale/bookmark-manager#readme",
"dependencies": {},
"devDependencies": {
"axios": "^0.16.2",
"cross-env": "^5.0.1",
"laravel-mix": "^1.0.6",
"vue": "^2.3.4",
"webpack": "^3.0.0"
}
}