-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 952 Bytes
/
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
{
"name": "ethsta.com",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt --port 4040",
"build": "nuxt build",
"start": "nuxt start --port 8445",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore ."
},
"dependencies": {
"@nuxtjs/axios": "^5.12.2",
"@nuxtjs/google-analytics": "^2.4.0",
"@nuxtjs/pwa": "^3.0.2",
"bignumber.js": "^9.1.0",
"core-js": "^3.15.1",
"echarts": "^5.3.1",
"element-ui": "^2.15.2",
"nuxt": "^2.15.7",
"nuxt-i18n": "^6.28.1",
"vue2-flip-countdown": "^0.12.1"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^6.0.1",
"@nuxtjs/eslint-module": "^3.0.2",
"@nuxtjs/tailwindcss": "^5.0.0",
"autoprefixer": "^10.4.2",
"babel-eslint": "^10.1.0",
"eslint": "^7.32.0",
"eslint-plugin-nuxt": "^2.0.0",
"moment": "^2.29.4",
"postcss": "^8.4.8",
"tailwindcss": "^3.0.23"
}
}