-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.55 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
{
"homepage": "https://tlucas97.github.io/dacxi_frontend_challenge/",
"name": "dacxi_frontend_challenge",
"version": "0.1.0",
"private": true,
"babel": {
"presets": [
"@babel/preset-env"
]
},
"scripts": {
"dev": "vue-cli-service serve",
"build": "vue-cli-service build",
"test": "jest",
"cypress:open": "cypress open"
},
"dependencies": {
"apexcharts": "^3.36.0",
"autoprefixer": "^9.8.8",
"axios": "^1.1.3",
"core-js": "^3.6.5",
"postcss": "^7.0.39",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.17",
"vue": "^2.6.11",
"vue-apexcharts": "^1.6.2",
"vue-toastification": "^1.7.14",
"vuetify": "^2.6.0"
},
"devDependencies": {
"@babel/core": "^7.19.6",
"@babel/preset-env": "^7.19.4",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/vue": "^5.8.3",
"@vue/cli-plugin-babel": "~4.5.15",
"@vue/cli-service": "~4.5.15",
"@vue/test-utils": "^2.2.1",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^29.2.2",
"cypress": "^10.11.0",
"jest": "^29.2.2",
"jest-environment-jsdom": "^29.2.2",
"sass": "~1.32.0",
"sass-loader": "^10.0.0",
"vue-cli-plugin-vuetify": "~2.5.8",
"vue-jest": "^3.0.7",
"vue-template-compiler": "^2.6.11",
"vuetify-loader": "^1.7.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}