-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 loc) · 1.82 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "vue-device",
"version": "0.5.5",
"description": "Display your app in a device sized window.",
"main": "dist/vue-device.js",
"scripts": {
"dev": "cross-env NODE_ENV=production webpack --progress --hide-modules --watch",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules",
"docs": "cross-env NODE_ENV=development webpack-dev-server --config webpack.config.docs.js --inline --hot",
"builddocs": "cross-env NODE_ENV=production webpack --config webpack.config.docs.js --progress --hide-modules"
},
"keywords": [
"vue",
"device",
"frame",
"chrome",
"mobile",
"tablet"
],
"author": "Normally",
"license": "ISC",
"devDependencies": {
"babel-core": "6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-runtime": "6.23.0",
"babel-preset-es2015": "6.24.1",
"babel-preset-stage-2": "6.24.1",
"bowser": "^1.8.1",
"clean-webpack-plugin": "^0.1.16",
"cross-env": "^5.0.5",
"css-loader": "^0.28.7",
"eslint": "^4.0.0",
"eslint-plugin-vue": "^3.13.1",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.5",
"friendly-errors-webpack-plugin": "^1.6.1",
"html-webpack-plugin": "^2.30.1",
"node-sass": "4.5.3",
"prompt": "^1.0.0",
"sass-loader": "6.0.6",
"style-loader": "^0.19.0",
"template-file": "^3.0.1",
"vue": "2.4.4",
"vue-loader": "^13.3.0",
"vue-style-loader": "^3.0.3",
"vue-template-compiler": "2.4.4",
"webpack": "^3.7.1",
"webpack-dev-server": "3.1.11",
"webpack-merge": "^4.1.1"
},
"repository": "https://github.com/Normally/vue-device.git",
"private": false
}