-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.23 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
{
"name": "vuex-loopback",
"version": "1.5.4",
"description": "Vuex module factory for Loopback",
"repository": "[email protected]:mikeevstropov/vuex-loopback.git",
"author": "Mikhail Evstropov <[email protected]>",
"license": "Apache-2.0",
"keywords": [
"vue",
"vuex",
"loopback",
"strongloop",
"vuex-loopback"
],
"main": "dist/main.js",
"esnext": "src/index.js",
"scripts": {
"build": "node node_modules/webpack-cli/bin/cli",
"lint": "node node_modules/eslint/bin/eslint .",
"test": "node node_modules/jest/bin/jest"
},
"devDependencies": {
"@babel/core": "^7.7.4",
"@babel/plugin-proposal-export-namespace-from": "^7.10.4",
"@babel/plugin-transform-runtime": "^7.7.4",
"@babel/preset-env": "^7.7.4",
"@babel/runtime": "^7.7.4",
"axios": "^0.19.0",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"dotenv": "^8.2.0",
"eslint": "^6.7.2",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-loader": "^3.0.2",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jest": "^23.1.1",
"jest": "^24.9.0",
"jest-extended": "^0.11.2",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10"
},
"dependencies": {
"lodash": "^4.17.15"
}
}