-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.42 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.42 KB
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
{
"name": "enos",
"version": "0.29.0",
"private": false,
"main": "./dist/enos.common.js",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build --dest web",
"lint": "vue-cli-service lint",
"github": "git add .; git commit -am \"github backup\"; git push -u origin master",
"build-bundle": "vue-cli-service build --target lib --name enos ./src/lib/index.js",
"deploy": "npm run build; npm run web; npm run build-bundle; npm run github; release-it minor;",
"web": "netlify deploy --dir=web --prod"
},
"files": [
"dist/*",
"src/*",
"public/*",
"*.json",
"*.js"
],
"repository": "EffectNode/EffectNode-Lib",
"license": "MIT",
"dependencies": {
"animejs": "^3.0.1",
"brace": "^0.11.1",
"quill": "^1.3.6",
"raw-loader": "^1.0.0",
"rich-text": "^3.1.0",
"sharedb": "^1.0.0-beta.17",
"vue": "^2.5.21",
"vue-draggable-resizable": "^2.0.0-rc1",
"vuex": "^3.0.1",
"web-animations-js": "^2.3.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.3.0",
"@vue/cli-plugin-eslint": "^3.3.0",
"@vue/cli-service": "^3.3.0",
"@vue/eslint-config-standard": "^4.0.0",
"babel-eslint": "^10.0.1",
"eslint": "^5.8.0",
"eslint-plugin-vue": "^5.0.0",
"node-sass": "^4.11.0",
"npm-bump": "0.0.25",
"release-it": "^10.0.6",
"sass-loader": "^7.1.0",
"vue-template-compiler": "^2.5.21"
}
}