-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathpackage.json
More file actions
150 lines (150 loc) · 5.92 KB
/
package.json
File metadata and controls
150 lines (150 loc) · 5.92 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
{
"name": "@floip/flow-builder",
"version": "0.5.2",
"description": "flow-builder provides an open source frontend for authoring flow interoperability project specification compliant flows.",
"main": "./dist/flow-builder.common.js",
"types": "./dist/types/lib.d.ts",
"files": [
"dist/**/*"
],
"scripts": {
"build": "vue-cli-service build",
"serve": "vue-cli-service serve --port 8081",
"build-bundle": "vue-cli-service build --target lib --name flow-builder src/lib.ts && yarn emit-dts && yarn copy-config-jsons",
"build-bundle-and-commit": "yarn clean && yarn build-bundle && git add dist/ && git commit -m \"build-bundle\"",
"resolve-conflicting-builds": "git checkout --theirs dist/ && yarn build-bundle && git add dist/",
"test:unit": "vue-cli-service test:unit",
"test:regenerate-storyshots": "vue-cli-service test:unit --no-cache -u",
"lint": "vue-cli-service lint",
"storybook:build": "vue-cli-service storybook:build -c config/storybook",
"storybook:serve": "vue-cli-service storybook:serve -p 6006 -c config/storybook",
"md-docs": "./node_modules/widdershins/widdershins.js docs/routes/openapi/routes.yaml docs/routes/markdown/routes.md --language_tabs 'javascript:Javascript' --omitHeader",
"clean": "rm -rf dist/",
"emit-dts": "vue-tsc -p vue-tsc.tsconfig.json; tsc-alias -p vue-tsc.tsconfig.json --verbose",
"copy-config-jsons": "cp ./src/app.config.json ./dist/types; cp ./src/builder.config.json ./dist/types",
"deploy": "yarn clean && yarn build-bundle && git add dist/ && git commit -m \"Build + package for release.\" && yarn version --patch && git push origin --tags HEAD",
"update-flow-runner": "yarn up -i @floip/flow-runner",
"deep-update-flow-packages": "yarn remove @floip/flow-runner; yarn add @floip/flow-runner@^1.0.12-rc4",
"cy_open": "node_modules/.bin/cypress open"
},
"engines": {
"node": "^14"
},
"dependencies": {
"@avcs/autosuggest": "^1.7.5",
"@floip/expression-evaluator": "^2.1.0",
"@floip/expression-parser": "^1.11.3",
"@floip/flow-runner": "^1.0.12-rc4",
"@flowjs/flow.js": "link:./src/lib/flow",
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-regular-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/vue-fontawesome": "^2.0.2",
"@types/dompurify": "^2.3.4",
"@types/json-schema": "^7.0.7",
"@types/lodash": "^4.14.157",
"@types/marked": "^4.0.7",
"@types/uuid": "^8.0.0",
"@ungap/structured-clone": "^1.2.0",
"ajv": "^7.2.1",
"ajv-formats": "^1.5.1",
"anim-event": "^1.0.16",
"axios": "^0.19.2",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"backbone": "^1.4.0",
"bootstrap": "^4.5.3",
"bootstrap-datetimepicker": "^0.0.7",
"bootstrap-vue": "^2.21.1",
"caniuse-lite": "^1.0.30001400",
"core-js": "^3.6.5",
"cssprefix": "^2.0.16",
"dompurify": "^2.4.0",
"fuse.js": "^6.6.0",
"i18n-iso-countries": "^6.8.0",
"iso-639-3": "^3.0.0",
"jquery": "^3.5.1",
"json-schema": "0.2.3",
"lang.js": "^1.1.14",
"leader-line": "^1.0.7",
"lodash": "^4.17.19",
"m-class-list": "^1.1.9",
"marked": "^4.1.1",
"moment": "^2.27.0",
"node-sass": "^4.14.1",
"plain-draggable": "^2.5.12",
"pointer-event": "^1.0.0",
"popper.js": "^1.16.1",
"sass-loader": "^8.0.2",
"skeleton-loader": "^2.0.0",
"split-sms": "^0.1.7",
"vue": "^2.7.8",
"vue-class-component": "^7.2.6",
"vue-focus": "^2.1.0",
"vue-multiselect": "^2.1.6",
"vue-property-decorator": "^9.1.2",
"vue-router": "^3.5.4",
"vue-toastification": "^1.7.14",
"vuex": "^3.6.2",
"vuex-class": "^0.3.2"
},
"devDependencies": {
"@4tw/cypress-drag-drop": "^2.2.4",
"@babel/core": "^7.22.1",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/preset-env": "^7.22.4",
"@cypress/webpack-preprocessor": "^5.17.1",
"@storybook/addon-actions": "6.2.9",
"@storybook/addon-knobs": "6.2.9",
"@storybook/addon-links": "6.2.9",
"@storybook/addon-notes": "6.0.0-alpha.6",
"@storybook/addon-storyshots": "6.2.9",
"@storybook/vue": "6.2.9",
"@types/jest": "^24.0.19",
"@types/ungap__structured-clone": "^0.3.0",
"@typescript-eslint/eslint-plugin": "5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"@typescript-eslint/typescript-estree": "^5.18.0",
"@viamo/eslint-plugin": "link:./config/eslint",
"@vue/cli-plugin-babel": "^4.5.17",
"@vue/cli-plugin-eslint": "^5.0.8",
"@vue/cli-plugin-router": "^5.0.8",
"@vue/cli-plugin-typescript": "^4.5.13",
"@vue/cli-plugin-unit-jest": "^4.5.13",
"@vue/cli-plugin-vuex": "^4.5.13",
"@vue/cli-service": "^4.5.17",
"@vue/eslint-config-airbnb": "^5.3.0",
"@vue/eslint-config-typescript": "^10.0.0",
"@vue/test-utils": "^1.2.1",
"babel-loader": "^9.1.2",
"cookie-parser": "^1.4.5",
"cypress": "^12.0.0",
"cypress-real-events": "^1.8.1",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-airbnb-typescript": "^12.3.1",
"eslint-plugin-cypress": "^2.13.3",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jest": "^24.3.6",
"eslint-plugin-lodash": "^7.2.0",
"eslint-plugin-vue": "^9.3.0",
"jest": "^27.0.4",
"storybook-vue-router": "^1.0.7",
"ts-jest": "^27.0.3",
"ts-vue-plugin": "^0.1.3",
"tsc-alias": "^1.7.0",
"typescript": "~4.3.4",
"violation-comments-to-github-command-line": "^1.20.0",
"vue-cli-plugin-storybook": "~1.2.2",
"vue-loader": "^17.1.2",
"vue-template-compiler": "^2.7.8",
"vue-tsc": "^0.40.13",
"widdershins": "^4.0.1"
},
"packageManager": "yarn@3.3.0"
}