-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 1006 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
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "@bpit/vue",
"version": "0.1.30",
"private": false,
"author": "dreambo8563",
"main": "./dist/tal.common.js",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"build-bundle": "npm run lint && vue-cli-service build --target lib --name tal ./src/index.js",
"test": "npm run build-bundle"
},
"repository": {
"type": "git",
"url": "https://github.com/dreambo8563/bpit-vue.git"
},
"dependencies": {
"vue": "^2.5.17"
},
"bugs": {
"url": "https://github.com/dreambo8563/bpit-vue/issues"
},
"license": "MIT",
"devDependencies": {
"@vue/cli-plugin-babel": "^3.0.4",
"@vue/cli-plugin-eslint": "^3.0.4",
"@vue/cli-service": "^3.0.4",
"@vue/eslint-config-prettier": "^4.0.1",
"node-sass": "^4.9.0",
"sass-loader": "^7.0.1",
"vue-template-compiler": "^2.5.17"
},
"files": [
"dist/*",
"src/*",
"public/*",
"*.json",
"*.js"
]
}