forked from redDragonHM/amocrm-vue-widget
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 889 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
{
"name": "amoCRM_Vue",
"description": "Vue.js widget for amoCRM",
"version": "1.0.0",
"author": "Pavel Kupreev <[email protected]>",
"scripts": {
"dev": "webpack-dev-server --hot --open",
"build": "webpack"
},
"dependencies": {
"vue": "^2.5.17",
"vue-property-decorator": "^8.3.0",
"vuex": "^3.1.2"
},
"devDependencies": {
"@babel/core": "^7.7.7",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/plugin-proposal-decorators": "^7.7.4",
"@babel/preset-env": "^7.7.7",
"amd-webpack-plugin": "^1.0.17",
"babel-loader": "^8.0.6",
"babel-plugin-transform-decorators": "^6.24.1",
"css-loader": "^1.0.0",
"vue-loader": "^15.4.2",
"vue-template-compiler": "^2.5.17",
"webpack": "^4.20.0",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.9",
"webpack-zip-files-plugin": "^1.0.0"
}
}