-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 1.99 KB
/
Copy pathpackage.json
File metadata and controls
76 lines (76 loc) · 1.99 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "@plenumUW/plenum-website",
"version": "1.0.0",
"homepage": "https://github.com/PlenumUW/plenum-website",
"description": "A website application that presents the University of Washington's Plenum Journal of Undergraduate Geography",
"bugs": {
"url": "https://github.com/PlenumUW/plenum-website/issues",
"email": "plenum@uw.edu"
},
"repository": {
"type": "git",
"url": "https://github.com/PlenumUW/plenum-website.git"
},
"license": "MIT",
"author": "Jackson Baker Ryan <jackryan@uw.edu> (http://jbr.fyi)",
"contributors": [],
"private": true,
"scripts": {
"serve": "vue-cli-service serve --open",
"stage": "vue-cli-service build --mode staging",
"build": "vue-cli-service build",
"test": "vue-cli-service test",
"lint": "vue-cli-service lint"
},
"dependencies": {
"axios": "^0.18.0",
"hsluv": "0.0.3",
"jsonapi-parse": "^2.0.0",
"typescript": "^3.1.6",
"vue": "^2.5.17",
"vue-check-view": "^0.2.3",
"vue-class-component": "^6.0.0",
"vue-focus": "^2.1.0",
"vue-headroom": "^0.8.1",
"vue-property-decorator": "^6.0.0",
"vue-router": "^3.0.1",
"vue-spatialnavigation": "^1.2.1",
"vuex": "^3.0.1",
"vuex-class": "^0.3.1"
},
"devDependencies": {
"@types/jest": "^22.0.1",
"@vue/cli-plugin-babel": "^3.0.0-beta.9",
"@vue/cli-plugin-typescript": "^3.0.0-beta.9",
"@vue/cli-plugin-unit-jest": "^3.0.0-beta.9",
"@vue/cli-service": "^3.0.0-beta.9",
"@vue/test-utils": "^1.0.0-beta.10",
"babel-core": "^7.0.0-0",
"lint-staged": "^6.0.0",
"node-sass": "^4.9.2",
"sass-loader": "^6.0.6",
"ts-jest": "^22.4.6",
"vue-template-compiler": "^2.5.17"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"gitHooks": {},
"lint-staged": {
"*.ts": [
"vue-cli-service lint",
"git add"
],
"*.vue": [
"vue-cli-service lint",
"git add"
]
},
"keywords": [
"geography",
"journal",
"UW"
]
}