-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.58 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.58 KB
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
49
{
"name": "vuex-orm-rest-framework",
"version": "0.0.3",
"description": "Flexible API framework for Vuex-ORM",
"main": "dist/vuex-orm-rest-framework.cjs.js",
"repository": "https://github.com/SebastianSmolorz/vuex-orm-rest-framework",
"scripts": {
"test": "jest",
"prebuild": "rimraf dist",
"transpile": "babel src -d dist --copy-files",
"build": "rollup -c rollup.config.js",
"lint": "eslint src/**"
},
"author": "sebastian.smolorz1@gmail.com",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-transform-runtime": "^7.4.4",
"@babel/preset-env": "^7.5.5",
"@babel/runtime": "^7.5.5",
"@vuex-orm/core": "^0.31.10",
"axios": "^0.18.0",
"babel-loader": "^8.0.6",
"babel-plugin-external-helpers": "^6.22.0",
"babel7-jest": "^1.0.1",
"corejs": "^1.0.0",
"eslint": "^6.1.0",
"eslint-config-standard": "^13.0.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"jest": "^24.8.0",
"moxios": "^0.4.0",
"qs": "^6.7.0",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-bundle-size": "^1.0.3",
"rollup-plugin-commonjs": "^10.0.2",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.4.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-uglify": "^6.0.2",
"sinon": "^7.4.1"
},
"devtool": "source-map"
}