forked from nick-dolan/jesse-trades-info
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 982 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
37
38
39
{
"name": "jesse-trades-info",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"export": "nuxt export",
"serve": "nuxt serve",
"lint:js": "eslint --ext .js,.vue --ignore-path .gitignore .",
"lint": "npm run lint:js"
},
"dependencies": {
"@nuxtjs/axios": "^5.11.0",
"body-parser": "^1.19.0",
"candlestick-convert": "^5.1.3",
"chota": "^0.8.0",
"dayjs": "^1.8.29",
"express": "^4.17.1",
"json5": "^2.1.3",
"lightweight-charts": "^3.1.5",
"multer": "^1.4.2",
"nuxt": "^2.13.0",
"nuxt-env": "^0.1.0",
"nuxt-svg-loader": "^1.2.0",
"pg": "^8.3.0",
"v-tooltip": "^2.0.3"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^3.0.0",
"@nuxtjs/eslint-module": "^2.0.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.2.0",
"eslint-plugin-nuxt": "^1.0.0",
"node-sass": "^4.14.1",
"sass-loader": "^9.0.2"
}
}