-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.43 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.43 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
{
"name": "piping-chat",
"version": "0.5.4-SNAPSNOT",
"private": true,
"author": "Ryo Ota <nwtgck@gmail.com> (https://github.com/nwtgck)",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"core-js": "^3.6.4",
"crypto-js": "^3.1.9-1",
"jsencrypt": "^3.0.0-rc.1",
"jwk-thumbprint": "^0.1.3",
"pem-jwk": "^2.0.0",
"register-service-worker": "^1.6.2",
"ts-json-validator": "git+https://github.com/nwtgck/ts-json-validator.git#v0.1.2",
"vue": "^2.6.11",
"vue-class-component": "^7.2.2",
"vue-property-decorator": "^8.4.0",
"vue2-timeago": "^1.2.6",
"vuetify": "^1.5.16",
"whatwg-fetch": "^3.0.0"
},
"devDependencies": {
"@fortawesome/fontawesome": "^1.1.8",
"@fortawesome/fontawesome-free-brands": "^5.0.13",
"@fortawesome/fontawesome-free-regular": "^5.0.13",
"@fortawesome/fontawesome-free-solid": "^5.0.13",
"@types/crypto-js": "^3.1.43",
"@types/pem-jwk": "^1.5.0",
"@types/whatwg-fetch": "0.0.33",
"@vue/cli-plugin-babel": "^4.1.2",
"@vue/cli-plugin-pwa": "^4.1.2",
"@vue/cli-plugin-typescript": "^4.1.2",
"@vue/cli-service": "^4.1.2",
"material-design-icons-iconfont": "^5.0.1",
"typescript": "^3.7.5",
"vue-template-compiler": "^2.6.11"
},
"repository": {
"type": "git",
"url": "https://github.com/nwtgck/piping-chat-web"
}
}