forked from PrefectHQ/legacy-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
112 lines (112 loc) · 3.71 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
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
{
"name": "prefect-ui",
"version": "0.12.4",
"private": true,
"scripts": {
"serve": "export VUE_APP_RELEASE_TIMESTAMP=$(date -u +'%Y-%m-%dT%H:%M:%SZ') && vue-cli-service serve --port 8080",
"lint": "vue-cli-service lint && vue-cli-service lint:style",
"build": "export VUE_APP_RELEASE_TIMESTAMP=$(date -u +'%Y-%m-%dT%H:%M:%SZ') && vue-cli-service build",
"lint:ci": "vue-cli-service lint --no-fix && vue-cli-service lint:style --no-fix",
"lint:css": "vue-cli-service lint:style",
"lint:js": "vue-cli-service lint",
"test:e2e": "vue-cli-service test:e2e",
"test:integration": "vue-cli-service test:e2e --headless --mode development",
"test:snapshots": "vue-cli-service test:unit -u",
"test:unit": "vue-cli-service test:unit",
"test:coverage": "vue-cli-service test:unit --coverage"
},
"dependencies": {
"@auth0/auth0-spa-js": "^1.13.2",
"apollo-link-batch-http": "^1.2.14",
"codemirror": "^5.58.2",
"codemirror-graphql": "^0.12.3",
"cronstrue": "^1.103.0",
"d3": "^6.2.0",
"d3-dag": "0.3.5",
"d3-zoom": "^2.0.0",
"graphql": "^15.4.0",
"js-beautify": "^1.13.0",
"jwt-decode": "^3.1.1",
"lodash.debounce": ">=4.0.8",
"lodash.difference": ">=4.5.0",
"lodash.range": ">=3.2.0",
"lodash.round": ">=4.0.4",
"lodash.snakecase": ">=4.1.1",
"lodash.throttle": ">=4.1.1",
"lodash.uniq": ">=4.5.0",
"lodash.uniqueid": ">=4.0.1",
"logrocket": "^1.0.14",
"logrocket-vuex": "0.0.3",
"moment": "^2.29.1",
"moment-duration-format": ">=2.3.2",
"moment-timezone": ">=0.5.31",
"remark": "^13.0.0",
"remark-html": "^13.0.1",
"remark-slug": "^6.0.0",
"velocity-animate": ">=1.5.2",
"vue": "^2.6.12",
"vue-apollo": "^3.0.5",
"vue-code-highlight": "^0.7.6",
"vue-codemirror": ">=4.0.6",
"vue-meta": "^2.4.0",
"vue-router": "^3.4.9",
"vue-router-multiguard": ">=1.0.3",
"vue-scrollto": "^2.20.0",
"vuetify": "^2.3.17",
"vuex": ">=3.4.0"
},
"devDependencies": {
"@ascendancyy/vue-cli-plugin-stylelint": ">=1.1.2",
"@babel/core": "^7.12.3",
"@babel/plugin-proposal-optional-chaining": "^7.12.1",
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/runtime": "^7.12.5",
"@vue/cli-plugin-babel": "^4.5.8",
"@vue/cli-plugin-eslint": "^4.5.8",
"@vue/cli-plugin-unit-jest": "^4.5.8",
"@vue/cli-service": "^4.5.8",
"@vue/eslint-config-prettier": ">=6.0.0",
"@vue/test-utils": "^1.1.1",
"autoprefixer": "^9.8.6",
"babel-eslint": ">=10.0.3",
"babel-jest": "^26.6.3",
"babel-polyfill": "^6.26.0",
"eslint": "^7.13.0",
"eslint-plugin-prettier": ">=3.1.4",
"eslint-plugin-vue": "^7.1.0",
"eslint-plugin-vuetify": ">=1.0.0-beta.6",
"graphql-tag": ">=2.10.2",
"html-loader": "^1.3.2",
"ignore-loader": ">=0.1.2",
"jest-canvas-mock": "^2.3.0",
"jest-fetch-mock": ">=3.0.1",
"jest-localstorage-mock": ">=2.4.2",
"node-sass": "^5.0.0",
"postcss-scss": "^3.0.4",
"pre-commit": ">=1.2.2",
"sass": "^1.29.0",
"sass-loader": "^10.1.0",
"sinon": "^9.2.1",
"start-server-and-test": "^1.11.5",
"style-loader": "^2.0.0",
"stylelint": "^13.7.2",
"stylelint-a11y": ">=1.2.1",
"stylelint-config-recommended": ">=3.0.0",
"stylelint-config-sass-guidelines": "^7.1.0",
"stylelint-order": ">=4.1.0",
"stylelint-scss": ">=3.17.2",
"vue-cli-plugin-apollo": "^0.22.2",
"vue-cli-plugin-vuetify": ">=2.0.5",
"vue-cli-plugin-webpack-bundle-analyzer": "^2.0.0",
"vue-template-compiler": "^2.6.12",
"vuetify-loader": ">=1.5.0",
"workerize-loader": ">=1.2.1"
},
"peerDependencies": {
"postcss": "^8.0.0"
},
"pre-commit": [
"lint",
"test:unit"
]
}