This repository was archived by the owner on Jul 28, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.59 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.59 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
51
52
53
54
55
56
{
"name": "zenaton-example-app",
"version": "0.1.0",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"build:watch": "vue-cli-service build --watch",
"lint": "vue-cli-service lint",
"express:watch": "vue-cli-service express:watch",
"express": "vue-cli-service express:run",
"postinstall": "cp -n .env.sample $INIT_CWD/.env || :"
},
"dependencies": {
"codemirror": "^5.51.0",
"core-js": "^3.4.4",
"dotenv": "^8.2.0",
"vue": "^2.6.10",
"vue-router": "^3.1.3",
"vuex": "^3.1.2",
"zenaton": "^0.8.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.1.0",
"@vue/cli-plugin-eslint": "^4.1.0",
"@vue/cli-plugin-router": "^4.1.0",
"@vue/cli-plugin-vuex": "^4.1.0",
"@vue/cli-service": "^4.1.0",
"@vue/eslint-config-prettier": "^5.0.0",
"babel-eslint": "^10.0.3",
"eslint": "^5.16.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-vue": "^5.0.0",
"prettier": "^1.19.1",
"vue-cli-plugin-express": "^1.0.2",
"vue-cli-plugin-tailwind": "^1.1.0",
"vue-template-compiler": "^2.6.10"
},
"description": "Example app dispatching Zenaton workflows and events",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/zenaton/nodejs-example-app.git"
},
"keywords": [
"zenaton",
"workflow",
"automation",
"example"
],
"author": "Zenaton, Inc",
"license": "ISC",
"bugs": {
"url": "https://github.com/zenaton/nodejs-example-app/issues"
},
"homepage": "https://github.com/zenaton/nodejs-example-app#readme"
}