-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
35 lines (35 loc) · 946 Bytes
/
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
{
"version": "0.1.0",
"name": "directus-dictionary",
"author": "George Chelebiev <george@forkforkfork.com>",
"license": "MIT",
"keywords": [
"directus",
"directus-extensions",
"directus-extensions-interfaces"
],
"repository": {
"type": "git",
"url": "https://github.com/georgexchelebiev/directus-dictionary"
},
"homepage": "https://github.com/georgexchelebiev/directus-dictionary#readme",
"scripts": {
"build": "rollup -c"
},
"devDependencies": {
"prettier": "^1.19.1",
"rollup": "^2.39.1",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-scss": "^2.6.1",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.30.0",
"rollup-plugin-vue": "^5.0.0",
"typescript": "^4.2.2"
},
"dependencies": {
"@vue/composition-api": "^1.0.0-rc.2",
"vue": "^2.6.12"
}
}