-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.12 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
{
"name": "angular-container",
"version": "0.1.4",
"main": "./dist/angular-container.common.js",
"files": [
"dist/*",
"src/*",
"public/*",
"*.json",
"*.js"
],
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"build-bundle": "vue-cli-service build --target lib --name angular-container ./src/components/AngularContainer.vue"
},
"dependencies": {
"vue": "^2.5.17",
"vue-router": "^3.0.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.0.0",
"@vue/cli-plugin-eslint": "^3.0.0",
"@vue/cli-service": "^3.0.0",
"@vue/eslint-config-airbnb": "^3.0.1",
"angular": "^1.7.3",
"angular-container": "^0.1.3",
"vue-template-compiler": "^2.5.17"
},
"keywords": [
"angular",
"vue",
"vuejs",
"angular container",
"vuejs angular",
"vue angular component"
],
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}