This repository has been archived by the owner on Jul 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
58 lines (58 loc) · 1.73 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
{
"name": "jesse-dashboard",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test": "vue-cli-service test:unit",
"lint": "vue-cli-service lint",
"cypress": "cypress run",
"cypress-browser": "cypress open",
"start-cypress-server": "nodemon --watch server cypress/server/index.js"
},
"dependencies": {
"@headlessui/vue": "^1.3.0",
"@heroicons/vue": "^1.0.1",
"@sentry/tracing": "^6.14.1",
"@sentry/vue": "^6.14.1",
"@tailwindcss/forms": "^0.3.3",
"axios": "^0.21.1",
"core-js": "^3.6.5",
"dayjs": "^1.10.5",
"lightweight-charts": "^3.3.0",
"lodash": "^4.17.21",
"notyf": "^3.10.0",
"pinia": "^2.0.0-beta.3",
"vue": "^3.1.1",
"vue-inline-svg": "^3.0.0-beta.3",
"vue-router": "^4.0.10",
"websocket-as-promised": "^2.0.1",
"ws": "^8.2.3"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~5.0.0-beta.2",
"@vue/cli-plugin-eslint": "~5.0.0-beta.2",
"@vue/cli-plugin-router": "~5.0.0-beta.2",
"@vue/cli-plugin-unit-jest": "~4.5.0",
"@vue/cli-plugin-vuex": "~5.0.0-beta.2",
"@vue/cli-service": "~5.0.0-beta.2",
"@vue/compiler-sfc": "^3.0.0",
"@vue/eslint-config-standard": "^6.0.0",
"@vue/test-utils": "^2.0.0-0",
"autoprefixer": "^10.2.6",
"babel-eslint": "^10.1.0",
"cypress": "^8.5.0",
"eslint": "^7.28.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-standard": "^5.0.0",
"eslint-plugin-vue": "^7.0.0",
"nodemon": "^2.0.13",
"postcss": "^8.3.0",
"tailwindcss": "^2.2.0",
"typescript": "~3.9.3",
"vue-jest": "^5.0.0-0"
}
}