forked from PrefectHQ/legacy-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
108 lines (108 loc) · 3.65 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
{
"name": "prefect-ui",
"version": "0.12.4",
"private": true,
"scripts": {
"serve": "node file-downloader.js && export VUE_APP_RELEASE_TIMESTAMP=$(date -u +'%Y-%m-%dT%H:%M:%SZ') && vue-cli-service serve --port 8080",
"build": "node file-downloader.js && export VUE_APP_RELEASE_TIMESTAMP=$(date -u +'%Y-%m-%dT%H:%M:%SZ') && vue-cli-service build",
"lint": "vue-cli-service lint",
"lint:ci": "vue-cli-service lint --no-fix",
"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",
"changelog": "auto-changelog --commit-limit 0 --template changelog-template.hbs --tag-pattern [0-9]{4}-[0-9]{2}-[0-9]{2}"
},
"dependencies": {
"@auth0/auth0-spa-js": "^1.14.0",
"@okta/okta-auth-js": "^5.2.2",
"apollo-link-batch-http": "^1.2.14",
"codemirror": "^5.60.0",
"cronstrue": "^1.110.0",
"d3": "^6.6.2",
"d3-dag": "0.3.5",
"d3-regression": "^1.3.8",
"d3-zoom": "^2.0.0",
"graphiql": "^1.4.7",
"graphql": "^15.5.0",
"highlight.js": "^10.7.2",
"js-beautify": "^1.13.5",
"jwt-decode": "^3.1.2",
"lodash": "^4.17.21",
"logrocket": "^1.0.14",
"logrocket-vuex": "0.0.3",
"moment": "^2.29.1",
"moment-duration-format": ">=2.3.2",
"moment-timezone": "^0.5.33",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"remark": "^13.0.0",
"remark-autolink-headings": "^6.0.1",
"remark-breaks": "^2.0.2",
"remark-gfm": "^1.0.0",
"remark-html": "^13.0.2",
"remark-slug": "^6.0.0",
"velocity-animate": ">=1.5.2",
"vue": "^2.6.12",
"vue-apollo": "^3.0.7",
"vue-codemirror": ">=4.0.6",
"vue-meta": "^2.4.0",
"vue-router": "^3.5.1",
"vue-router-multiguard": ">=1.0.3",
"vue-scrollto": "^2.20.0",
"vuetify": "^2.4.8",
"vuex": "^3.6.2",
"yaml": "^2.0.0-5"
},
"devDependencies": {
"@babel/core": "^7.13.14",
"@babel/plugin-proposal-optional-chaining": "^7.13.12",
"@babel/plugin-transform-runtime": "^7.13.10",
"@babel/runtime": "^7.13.10",
"@vue/cli-plugin-babel": "^4.5.12",
"@vue/cli-plugin-eslint": "^4.5.12",
"@vue/cli-plugin-unit-jest": "^4.5.12",
"@vue/cli-service": "^4.5.12",
"@vue/eslint-config-prettier": ">=6.0.0",
"@vue/test-utils": "^1.1.3",
"auto-changelog": "^2.3.0",
"autoprefixer": "^9.8.6",
"babel-eslint": ">=10.0.3",
"babel-jest": "^26.6.3",
"babel-polyfill": "^6.26.0",
"eslint": "^7.23.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "^7.8.0",
"eslint-plugin-vuetify": "^1.0.0-beta.8",
"graphql-tag": ">=2.10.2",
"html-loader": "^1.3.2",
"ignore-loader": ">=0.1.2",
"jest-canvas-mock": "^2.3.1",
"jest-fetch-mock": ">=3.0.1",
"jest-localstorage-mock": "^2.4.8",
"node-sass": "^7.0.0",
"postcss-scss": "^3.0.5",
"sass": "^1.32.8",
"sass-loader": "^10.1.1",
"sinon": "^9.2.4",
"start-server-and-test": "^1.12.1",
"style-loader": "^2.0.0",
"stylelint": "^13.12.0",
"stylelint-a11y": ">=1.2.1",
"stylelint-config-recommended": "^4.0.0",
"stylelint-config-sass-guidelines": "^7.1.0",
"stylelint-order": ">=4.1.0",
"stylelint-scss": "^3.19.0",
"vue-cli-plugin-apollo": "^0.22.2",
"vue-cli-plugin-vuetify": "^2.3.1",
"vue-cli-plugin-webpack-bundle-analyzer": "^2.0.0",
"vue-template-compiler": "^2.6.12",
"vuetify-loader": "^1.7.2",
"worker-plugin": "^5.0.0",
"workerize-loader": ">=1.2.1"
},
"peerDependencies": {
"postcss": "^8.0.0"
}
}