-
Notifications
You must be signed in to change notification settings - Fork 208
/
Copy pathpackage.json
72 lines (72 loc) · 1.85 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
72
{
"name": "directus",
"version": "7.0.0-alpha.4",
"private": true,
"description": "Directus is an Open-Source Headless CMS & API for Managing Custom Databases",
"contributors": [
"Welling Guzmán <[email protected]>",
"Ben Haynes <[email protected]>",
"Rijk van Zanten <[email protected]>"
],
"scripts": {
"dev": "vue-cli-service serve",
"build": "vue-cli-service build",
"test": "vue-cli-service lint"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.0.0-beta.9",
"@vue/cli-plugin-eslint": "^3.0.0-beta.9",
"@vue/cli-plugin-pwa": "^3.0.0-beta.9",
"@vue/cli-service": "^3.0.0-beta.9",
"@vue/eslint-config-prettier": "^3.0.0-beta.9",
"node-sass": "^4.7.2",
"sass-loader": "^6.0.6",
"vue-template-compiler": "^2.5.13"
},
"dependencies": {
"@directus/format-title": "^1.1.1",
"@rijk/gravatar": "^1.0.0",
"@rijk/jwt-payload": "^1.0.0",
"body-scroll-lock": "^2.3.3",
"convert-range": "^1.1.0",
"date-fns": "^1.29.0",
"deep-object-diff": "^1.1.0",
"directus-sdk-javascript": "git+https://github.com/directus/directus-sdk-javascript.git#next",
"idlejs": "^2.0.1",
"lodash": "^4.17.5",
"notyf": "^2.0.1",
"nprogress": "^0.2.0",
"register-service-worker": "^1.2.0",
"snarkdown": "^1.2.2",
"v-tooltip": "^2.0.0-rc.31",
"vue": "^2.5.16",
"vue-focus-lock": "^1.0.5",
"vue-i18n": "^7.6.0",
"vue-router": "^3.0.1",
"vue-simple-spinner": "^1.2.8",
"vue-timeago": "^4.0.1",
"vuedraggable": "^2.16.0",
"vuex": "^3.0.1",
"vuex-persistedstate": "^2.5.2"
},
"babel": {
"presets": [
"@vue/app"
]
},
"eslintConfig": {
"root": true,
"extends": [
"plugin:vue/essential",
"@vue/prettier"
]
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"defaults"
]
}