-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
71 lines (71 loc) · 2.03 KB
/
package.json
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
{
"name": "radiator",
"version": "1.0.0",
"description": "Frontend for Podlove Radiator.",
"author": "Michaela Lehr",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint",
"test": "jest",
"storybook": "start-storybook"
},
"dependencies": {
"@mdi/font": "^4.4.95",
"@nuxtjs/apollo": "^4.0.0-rc7",
"@nuxtjs/axios": "^5.9.2",
"@nuxtjs/moment": "^1.5.0",
"@storybook/addon-knobs": "^5.2.5",
"cross-env": "^6.0.3",
"graphql-tag": "^2.10.1",
"jwt-decode": "^2.2.0",
"nuxt": "^2.11.0",
"nuxt-buefy": "^0.3.20",
"nuxt-vuex-localstorage": "^1.2.6",
"tiptap": "^1.26.6",
"tiptap-extensions": "^1.28.6",
"vue": "^2.6.11"
},
"devDependencies": {
"@babel/core": "^7.7.7",
"@nuxtjs/eslint-config": "^2.0.0",
"@storybook/vue": "^5.2.5",
"@vue/cli-shared-utils": "^4.1.2",
"@vue/test-utils": "^1.0.0-beta.29",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.1.0",
"babel-loader": "^8.0.6",
"babel-preset-vue": "^2.0.2",
"core-js": "^2.6.10",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.9.0",
"eslint-config-standard": "^14.1.0",
"eslint-loader": "^3.0.3",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-jest": "^23.3.0",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-nuxt": ">=0.4.2",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-promise": ">=4.0.1",
"eslint-plugin-standard": ">=4.0.0",
"eslint-plugin-vue": "^6.1.2",
"fibers": "^4.0.2",
"jest": "^24.1.0",
"jest-fetch-mock": "^3.0.1",
"node-sass": "^4.11.0",
"nodemon": "^2.0.2",
"prettier": "^1.16.4",
"prosemirror-tables": "^0.9.5",
"sass": "^1.24.3",
"sass-loader": "^8.0.0",
"typescript": "^3.7.4",
"vue-jest": "^3.0.3",
"vue-loader": "^15.8.3",
"vue-template-compiler": "^2.6.11"
}
}