-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
45 lines (45 loc) · 1.11 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": "hypernova-vue",
"version": "3.0.1",
"description": "Vue bindings for Hypernova",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"author": "Felipe Guizar Diaz <[email protected]>",
"scripts": {
"lint": "eslint src/**/*.ts",
"build": "tsc",
"test": "jest",
"semantic-release": "semantic-release"
},
"keywords": [
"vuew",
"hypernova",
"server",
"render"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ara-framework/hypernova-vue.git"
},
"devDependencies": {
"@babel/runtime": "^7.6.0",
"@types/jest": "^24.0.18",
"@types/node": "^12.7.4",
"@typescript-eslint/eslint-plugin": "^2.1.0",
"@typescript-eslint/parser": "^2.1.0",
"eslint": "^6.3.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.20.2",
"jest": "^24.9.0",
"ts-jest": "^24.0.2",
"typescript": "^3.6.0",
"semantic-release": "^15.13.24"
},
"dependencies": {
"hypernova": "^2.5.0",
"nova-helpers": "^1.0.1-alpha.0",
"vue": "^2.6.6",
"vue-server-renderer": "^2.6.6"
}
}