-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 994 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
{
"name": "vue-data-scooper",
"version": "0.7.2",
"description": "A Vue.js plugin for data initialization",
"main": "dist/vue-data-scooper.js",
"repository": "https://github.com/kuroda/vue-data-scooper",
"author": "Tsutomu Kuroda",
"license": "MIT",
"keywords": [
"vuejs",
"plugin",
"ajax"
],
"scripts": {
"build": "webpack",
"test": "karma start --single-run"
},
"dependencies": {
"lodash.get": "^4.4.2",
"lodash.has": "^4.5.2",
"lodash.set": "^4.3.2"
},
"devDependencies": {
"@babel/core": "^7.10.2",
"@babel/preset-env": "^7.10.2",
"axios-mock-adapter": "^1.18.1",
"babel-loader": "^8.1.0",
"chai": "^4.2.0",
"karma": "^5.1.0",
"karma-babel-preprocessor": "^8.0.1",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.1.0",
"karma-mocha": "^2.0.1",
"karma-webpack": "^4.0.2",
"mocha": "^8.0.1",
"vue": "^2.6.11",
"vuejs-datepicker": "^1.6.2",
"webpack": "^4.43.0"
}
}