-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.56 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
{
"name": "zp-page",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"@babel/core": "^7.23.0",
"@growthbunker/vuetimeline": "^0.1.17",
"@tinkoff/invest-openapi-js-sdk": "github:catsaredoomed/invest-openapi-js-sdk",
"aos": "^2.3.4",
"axios": "^1.6.3",
"core-js": "^3.19.3",
"crypto-js": "^4.2.0",
"flowbite": "^1.5.2",
"nuxt": "^2.15.7",
"tw-elements": "^1.0.0-alpha12",
"vue": "2.6.14",
"vue-server-renderer": "2.6.14",
"vue-slick-carousel": "^1.0.6",
"vue-template-compiler": "2.6.14",
"vue-typer": "^1.2.0"
},
"devDependencies": {
"@babel/core": "^7.23.0",
"@babel/plugin-transform-class-properties": "^7.23.3",
"@babel/plugin-transform-private-methods": "^7.23.3",
"@babel/plugin-transform-private-property-in-object": "^7.23.4",
"@nuxt/content": "^1.15.1",
"@nuxt/image": "^0.7.1",
"@nuxtjs/tailwindcss": "^4.2.1",
"@tailwindcss/typography": "^0.5.4",
"autoprefixer": "^10.4.7",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.8",
"webpack": "^4.46.0"
},
"babel": {
"plugins": [
[
"@babel/plugin-transform-class-properties",
{
"loose": true
}
],
[
"@babel/plugin-transform-private-methods",
{
"loose": true
}
],
[
"@babel/plugin-transform-private-property-in-object",
{
"loose": true
}
]
]
}
}