-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.05 KB
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 1.05 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
{
"name": "financialcpp-ui",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"@nuxtjs/apollo": "^4.0.1-rc.5",
"@nuxtjs/axios": "^5.12.3",
"@nuxtjs/dotenv": "^1.4.1",
"apollo-boost": "^0.4.9",
"apollo-server-express": "^2.19.0",
"css-element-queries": "^1.2.3",
"csv-parser": "^3.0.0",
"fuse.js": "^6.4.6",
"graphql": "^15.4.0",
"luxon": "^1.25.0",
"node-fetch": "^2.6.1",
"nuxt": "^2.14.11",
"nuxt-buefy": "^0.4.4",
"trading-vue-js": "^1.0.0",
"tvjs-overlays": "^0.3.0",
"vue-apollo": "^3.0.5"
},
"devDependencies": {
"eslint-config-prettier": "^7.0.0",
"eslint-plugin-prettier": "^3.2.0",
"node-sass": "^5.0.0",
"prettier": "^2.2.1",
"pug": "^3.0.0",
"pug-plain-loader": "^1.1.0",
"sass-loader": "^10.1.0"
}
}