forked from julesbonnard/afpnews-deck
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.42 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 2.42 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
77
78
79
{
"name": "afpnews-deck-stories",
"version": "1.5.2-beta",
"description": "My dream reader for AFP feeds",
"author": "Jules Bonnard",
"scripts": {
"serve": "vue-cli-service serve",
"build:qa": "npm run build:app:qa",
"build": "npm run build:app",
"lint": "vue-cli-service lint",
"build:app:qa": "vue-cli-service build --modern --mode qa",
"build:app": "vue-cli-service build --modern"
},
"dependencies": {
"@afp/toolkit-styles": "^3.2.0",
"@gtm-support/vue2-gtm": "^1.2.1",
"afpnews-api": "^1.12.3",
"bulma": "^0.9.1",
"clipboard-polyfill": "^3.0.1",
"core-js": "^3.8.1",
"d3-ease": "^2.0.0",
"d3-selection": "^2.0.0",
"d3-transition": "^2.0.0",
"d3-zoom": "^2.0.0",
"dayjs": "^1.9.7",
"fontfaceobserver": "^2.1.0",
"hammerjs": "^2.0.8",
"intersection-observer": "^0.12.0",
"localforage": "^1.9.0",
"localforage-getitems": "^1.4.2",
"localforage-setitems": "^1.4.0",
"lucene": "^2.1.1",
"node-sass": "^5.0.0",
"normalize.css": "^8.0.1",
"url": "^0.11.0",
"uuid": "^8.3.2",
"vue": "^2.6.14",
"vue-class-component": "^7.2.6",
"vue-clickaway": "^2.2.2",
"vue-content-placeholders": "^0.2.1",
"vue-highlight-words": "^1.2.0",
"vue-hotjar": "^1.2.0",
"vue-i18n": "^8.22.2",
"vue-intersect": "^1.1.6",
"vue-linkify": "^1.0.1",
"vue-meta": "^2.4.0",
"vue-property-decorator": "^9.1.2",
"vue-router": "^3.4.9",
"vue-toasted": "^1.1.28",
"vue-wait": "git+https://github.com/julesbonnard/vue-wait.git",
"vue2-hammer": "^2.1.2",
"vuex": "^3.6.0"
},
"devDependencies": {
"@types/uuid": "^8.3.0",
"@typescript-eslint/eslint-plugin": "^4.10.0",
"@typescript-eslint/parser": "^4.10.0",
"@vue/cli-plugin-babel": "^4.5.9",
"@vue/cli-plugin-eslint": "^4.5.9",
"@vue/cli-plugin-router": "^4.5.9",
"@vue/cli-plugin-typescript": "^4.5.9",
"@vue/cli-plugin-vuex": "^4.5.9",
"@vue/cli-service": "^4.5.9",
"@vue/eslint-config-typescript": "^7.0.0",
"eslint": "^7.16.0",
"eslint-plugin-vue": "^7.3.0",
"sass": "^1.30.0",
"sass-loader": "^10.1.0",
"typescript": "^4.1.3",
"vue-cli-plugin-i18n": "^1.0.1",
"vue-template-compiler": "^2.6.14",
"webpack-cli": "^4.2.0"
},
"homepage": "https://github.com/AFP-Graphics/afpnews-deck",
"repository": {
"type": "git",
"url": "git@github.com:AFP-Graphics/afpnews-deck.git"
}
}