-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.81 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.81 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
50
51
52
53
54
55
56
57
58
59
60
{
"name": "htools-id-manager",
"version": "0.1.0",
"private": true,
"description": "An Identity Manager that uses Handshake Login and works with all supported strategies.",
"license": "MIT",
"repository": "git://github.com/htools-org/htools-id-manager.git",
"homepage": "https://github.com/htools-org/htools-id-manager",
"bugs": {
"url": "https://github.com/htools-org/htools-id-manager/issues"
},
"keywords": [
"hns",
"handshake",
"authentication"
],
"author": "Rithvik Vibhu <rithvikvibhu@gmail.com>",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit",
"test:e2e": "vue-cli-service test:e2e",
"lint": "vue-cli-service lint"
},
"dependencies": {
"crypto-browserify": "^3.12.0",
"handshake-login": "^0.1.1",
"https-browserify": "^1.0.0",
"os-browserify": "^0.3.0",
"process": "^0.11.10",
"stream-http": "^3.2.0",
"vue": "^3.0.0",
"vue-router": "^4.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.18.10",
"@babel/eslint-parser": "^7.18.9",
"@vue/cli-plugin-babel": "~5.0.8",
"@vue/cli-plugin-e2e-cypress": "~5.0.8",
"@vue/cli-plugin-eslint": "~5.0.8",
"@vue/cli-plugin-router": "~5.0.8",
"@vue/cli-plugin-unit-mocha": "~5.0.8",
"@vue/cli-plugin-vuex": "~5.0.8",
"@vue/cli-service": "~5.0.8",
"@vue/compiler-sfc": "^3.0.0",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/test-utils": "^2.0.2",
"autoprefixer": "^10.4.8",
"chai": "^4.3.6",
"eslint": "^8.21.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.3.0",
"node-sass": "^7.0.1",
"postcss": "^8.4.14",
"prettier": "~2.7.1",
"sass-loader": "^10.3.1",
"tailwindcss": "^3.1.8",
"vue-cli-plugin-tailwind": "~3.0.0"
}
}