-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.73 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.73 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
{
"name": "deck",
"version": "1.0.0",
"description": "Deck is an open-source, well-armed, safe-to-swallow, and fluoride-free application for editing and presenting slide decks.",
"author": "Jacob Koperski",
"license": "MIT",
"homepage": "https://github.com/JakeKo/Deck#readme",
"bugs": "https://github.com/JakeKo/Deck/issues",
"repository": "git+https://github.com/JakeKo/Deck.git",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit",
"lint": "vue-cli-service lint",
"reinstall": "rm -rf ./node_modules && npm i"
},
"dependencies": {
"core-js": "^3.6.5",
"register-service-worker": "^1.7.1",
"svg.js": "^2.7.1",
"ts-jest": "^26.2.0",
"vue": "^3.0.2",
"vue-class-component": "^8.0.0-beta.4",
"vue-property-decorator": "^9.0.0",
"youtube-iframe": "^1.0.3"
},
"devDependencies": {
"@types/jest": "^24.0.19",
"@typescript-eslint/eslint-plugin": "^2.33.0",
"@typescript-eslint/parser": "^2.33.0",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-pwa": "~4.5.0",
"@vue/cli-plugin-typescript": "~4.5.0",
"@vue/cli-plugin-unit-jest": "^4.5.7",
"@vue/cli-plugin-vuex": "~4.5.0",
"@vue/cli-service": "^4.5.7",
"@vue/compiler-sfc": "^3.0.0-0",
"@vue/eslint-config-standard": "^5.1.2",
"@vue/eslint-config-typescript": "^5.0.2",
"@vue/test-utils": "^2.0.0-0",
"eslint": "^6.7.2",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^7.0.0-0",
"typescript": "~3.9.3",
"vue-jest": "^3.0.7"
}
}