-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.1 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
{
"name": "currencies",
"description": "Exchange Rates",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build"
},
"dependencies": {
"axios": "^1.7.9",
"register-service-worker": "^1.7.2",
"three": "^0.171.0",
"vue": "^3.5.13",
"vue-class-component": "^8.0.0-0",
"vue-i18n": "^9.9.1",
"vue-router": "^4.5.0",
"vuex": "^4.1.0",
"webpack": "^5.97.1"
},
"devDependencies": {
"@types/three": "^0.171.0",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-pwa": "~5.0.0",
"@vue/cli-plugin-router": "~5.0.0",
"@vue/cli-plugin-typescript": "~5.0.0",
"@vue/cli-plugin-vuex": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"copy-webpack-plugin": "^11.0.0",
"favicons": "^7.1.1",
"favicons-webpack-plugin": "^6.0.0",
"html-webpack-tags-plugin": "^3.0.2",
"sass": "^1.32.7",
"sass-loader": "^12.0.0",
"sitemap-webpack-plugin": "^1.1.1",
"typescript": "^5.7.2"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead",
"not ie 11"
]
}