-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
57 lines (57 loc) · 1.56 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
54
55
56
57
{
"name": "vue-canvas-nest",
"description": "A Vue.js component for canvas-nest",
"version": "2.0.0",
"author": "ZYSzys <17367077526@163.com>",
"license": "MIT",
"main": "dist/vue-canvas-nest.min.js",
"directories": {
"example": "example"
},
"files": [
"src",
"dist"
],
"scripts": {
"dev": "npm run build && cross-env NODE_ENV=development webpack-dev-server --open --hot --config=./build/webpack.dev.config.js",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules --config=./build/webpack.prod.config.js",
"example": "cross-env NODE_ENV=production webpack --progress --hide-modules --config=./build/webpack.dev.config.js"
},
"dependencies": {
"canvas-nest.js": "2.0.3"
},
"peerDependencies": {
"vue": "^2.5.x"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"devDependencies": {
"babel-core": "6.26.3",
"babel-loader": "7.1.5",
"babel-preset-env": "1.7.0",
"babel-preset-stage-3": "6.24.1",
"cross-env": "5.2.0",
"css-loader": "0.28.11",
"file-loader": "1.1.11",
"html-webpack-plugin": "3.2.0",
"vue-loader": "13.7.2",
"vue-router": "3.0.1",
"vue-template-compiler": "2.5.17",
"webpack": "3.12.0",
"webpack-dev-server": "2.11.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ZYSzys/vue-canevas-nest.git"
},
"keywords": [
"canvas"
],
"bugs": {
"url": "https://github.com/ZYSzys/vue-canevas-nest/issues"
},
"homepage": "https://github.com/ZYSzys/vue-canevas-nest#readme"
}