-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.33 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
{
"name": "bcmt-component-vjs",
"version": "0.0.1",
"description": "Webcomponent for connexion to BCMT service",
"preproduction": {
"url": "https://rawgit.com/terresolide/"
},
"production": {
"url": "https://cdn.rawgit.com/terresolide/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/terresolide/bcmt-component-vjs.git"
},
"keywords": [
"vue.js"
],
"private": false,
"author": "epointal",
"license": "GNU",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --progress --open --hot --inline",
"pre": "cross-env NODE_ENV=preproduction webpack --progress --hide-modules",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules"
},
"dependencies": {
"vue": "^2.3.4",
"vue-custom-element": "^1.2.1",
"vue-i18n": "7.0.5",
"vue-resource": "^1.3.4"
},
"devDependencies": {
"@kazupon/vue-i18n-loader": "0.1.1",
"babel-core": "^6.0.0",
"babel-loader": "^6.0.0",
"babel-preset-env": "^1.5.1",
"clean-webpack-plugin": "^0.1.16",
"cross-env": "^3.0.0",
"css-loader": "^0.25.0",
"exports-loader": "^0.6.4",
"file-loader": "^0.9.0",
"style-loader": "^0.18.2",
"vue-loader": "^12.1.0",
"vue-template-compiler": "^2.3.3",
"webpack": "^2.6.1",
"webpack-dev-server": "^2.4.5"
}
}