-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
34 lines (34 loc) · 985 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
{
"name": "@dymantic/vue-trix-editor",
"version": "0.4.0",
"main": "dist/TrixVue.umd.js",
"module": "dist/TrixVue.common.js",
"repository": {
"type": "git",
"url": "https://github.com/Dymantic/vue-trix-editor"
},
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build --target lib --name TrixVue ./src/components/TrixVueWysiwyg.vue",
"lint": "vue-cli-service lint",
"test": "vue-cli-service test:unit",
"wtest": "vue-cli-service test:unit --watch"
},
"dependencies": {
"axios": "^0.18.1",
"trix": "^0.12.1",
"vue": "^2.6.12"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.12.1",
"@vue/cli-plugin-eslint": "^3.12.1",
"@vue/cli-plugin-unit-jest": "^3.12.1",
"@vue/cli-service": "^3.12.1",
"@vue/test-utils": "^1.1.0",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^23.6.0",
"moxios": "^0.4.0",
"sinon": "^6.3.5",
"vue-template-compiler": "^2.6.12"
}
}