forked from nhn/toast-ui.vue-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.42 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
{
"name": "@toast-ui/vue-editor",
"version": "1.1.1",
"description": "TOAST UI Editor for Vue",
"main": "dist/toastui-vue-editor.js",
"files": [
"dist",
"src"
],
"scripts": {
"lint": "eslint src/**",
"build": "webpack --mode production",
"build:dev": "webpack --mode development",
"note": "tuie --tag=$(git describe --tags)",
"storybook": "start-storybook -p 6006"
},
"homepage": "https://github.com/nhn/toast-ui.vue-editor",
"bugs": "https://github.com/nhn/toast-ui.vue-editor/issues",
"author": "NHN. FE Development Lab <[email protected]>",
"repository": "https://github.com/nhn/toast-ui.vue-editor.git",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.1.0",
"@babel/preset-env": "^7.1.0",
"@storybook/addon-actions": "^5.0.3",
"@storybook/addon-knobs": "^5.0.3",
"@storybook/vue": "^5.0.3",
"babel-eslint": "^9.0.0",
"babel-loader": "^8.0.2",
"babel-preset-vue": "^2.0.2",
"common-tags": "^1.8.0",
"eslint": "^5.5.0",
"eslint-config-tui": "^2.1.0",
"eslint-loader": "^2.1.0",
"eslint-plugin-vue": "^4.7.1",
"tui-release-notes": "github:nhn/tui.release-notes#v1.0.0",
"vue": "^2.5.17",
"vue-loader": "^15.4.1",
"vue-template-compiler": "^2.5.17",
"webpack": "^4.17.2",
"webpack-cli": "^3.1.0"
},
"peerDependencies": {
"vue": "^2.5.0"
},
"dependencies": {
"tui-editor": "^1.3.0"
}
}