-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy pathpackage.json
47 lines (47 loc) · 1.22 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
{
"name": "premid-website",
"version": "2.0.4",
"scripts": {
"start": "nuxt start --modern=server",
"dev": "nuxt",
"build": "nuxt build --modern=server && node cryptify",
"pretty": "prettier --write **/*.vue **/*.js **/*.json **/*.scss"
},
"dependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@nuxt/image": "^0.7.1",
"@nuxtjs/auth": "4.9.1",
"@nuxtjs/axios": "5.13.6",
"@nuxtjs/google-adsense": "2.0.0",
"@nuxtjs/i18n": "^7.3.1",
"animejs": "3.2.1",
"axios": "^0.27.2",
"ipx": "^0.9.11",
"language-flag-colors": "^2.3.0",
"marked": "4.2.12",
"nanoid": "~2.1.11",
"nuxt": "2.17.0",
"scrollmagic": "^2.0.8",
"tinycolor2": "1.6.0",
"ts-loader": "^9.5.1",
"unique-names-generator": "^4.7.1",
"vue-animejs": "2.1.1",
"vue-carousel-3d": "1.0.1",
"vue-js-modal": "2.0.1",
"vue-tippy": "4.16.1",
"vuejs-paginate": "2.1.0"
},
"devDependencies": {
"@nuxt/types": "^2.17.2",
"@nuxt/typescript-build": "2.1.0",
"@nuxtjs/google-analytics": "2.4.0",
"@types/node": "17.0.45",
"@types/scrollmagic": "^2.0.8",
"fast-glob": "3.2.12",
"nuxt-font-loader": "^1.1.5",
"prettier": "2.8.4",
"rimraf": "3.0.2",
"sass": "^1.69.6",
"sass-loader": "~10.5.1"
}
}