-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.27 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.27 KB
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
{
"name": "cryptopower",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "export NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve",
"build": "export NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build",
"start": "export NODE_OPTIONS=--openssl-legacy-provider && node server.js"
},
"dependencies": {
"bootstrap": "^4.5.3",
"bootstrap-vue": "^2.21.2",
"core-js": "^3.6.5",
"swiper": "^6.2.0",
"vue": "^2.6.12",
"vue-awesome-swiper": "^4.1.1",
"vue-carousel": "^0.18.0",
"vue-count-to": "^1.0.13",
"vue-easy-lightbox": "^0.14.0",
"vue-feather-icons": "^5.1.0",
"vue-flatpickr-component": "^8.1.6",
"vue-masonry-css": "^1.0.3",
"vue-router": "^3.4.9",
"vue-scrollto": "^2.20.0",
"vue-slick-carousel": "^1.0.6",
"vue-typer": "^1.2.0",
"vue-vimeo-player": "^0.1.1",
"vue-youtube": "^1.4.0",
"vue2-scrollspy": "^2.3.1",
"vuex": "^3.6.0",
"express": "^4.17.1",
"serve-static": "^1.14.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.5.0",
"@vue/cli-service": "^4.5.0",
"sass": "^1.26.5",
"sass-loader": "^8.0.2",
"vue-template-compiler": "^2.6.11"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}