-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.21 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
{
"name": "vuex-orbit",
"version": "0.0.7a",
"description": "A store for vuex and orbit",
"main": "dist/commonjs/es5/index.js",
"module": "dist/modules/es5/index.js",
"types": "dist/types/index.d.ts",
"scripts": {
"build": "rm -rf dist && BROCCOLI_ENV=dist broccoli build dist",
"build:tests": "rm -rf tests && BROCCOLI_ENV=tests broccoli build tests",
"prepare": "npm run build",
"test": "testem ci"
},
"repository": {
"type": "git",
"url": "git+https://github.com/henrixapp/vuex-orbit.git"
},
"keywords": [
"vuex",
"orbit-js"
],
"author": "Henrik Reinstädtler <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/henrixapp/vuex-orbit/issues"
},
"homepage": "https://github.com/henrixapp/vuex-orbit#readme",
"dependencies": {
"@orbit/coordinator": "^0.15.23",
"@orbit/core": "^0.15.23",
"@orbit/data": "^0.15.23",
"@orbit/immutable": "^0.15.23",
"@orbit/store": "^0.15.25",
"@orbit/utils": "^0.15.23",
"vue": "^2.5.17",
"vuex": "^3.0.1",
"vuex-map-fields": "^1.3.1"
},
"devDependencies": {
"@glimmer/build": "^0.9.1",
"sinon": "^1.17.7",
"whatwg-fetch": "^2.0.3"
}
}