-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.58 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
{
"name": "IoT Web Services",
"version": "1.0.0",
"description": "IoT Cloud for web Services",
"author": "skyark",
"private": true,
"scripts": {
"dev": "nuxt",
"devn": "nodemon api/index.js --exec babel-node",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/pwa": "^3.3.5",
"bcrypt": "^5.0.1",
"bootstrap": "4.3.1",
"chart.js": "^2.9.4",
"colors": "^1.4.0",
"cookieparser": "^0.1.0",
"core-js": "^3.24.0",
"cors": "^2.8.5",
"d3": "^5.16.0",
"dotenv": "^16.0.1",
"element-ui": "^2.14.1",
"es6-promise": "^4.2.8",
"express": "^4.18.1",
"fuse.js": "^3.6.1",
"google-maps": "^3.3.0",
"js-cookie": "^3.0.1",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.5.0",
"mongoose-unique-validator": "^3.1.0",
"morgan": "^1.10.0",
"mqtt": "^4.3.7",
"nuxt": "^2.15.8",
"nuxt-highcharts": "^2.0.4",
"nuxt-i18n": "^6.28.1",
"perfect-scrollbar": "^1.5.5",
"register-service-worker": "^1.7.2",
"tween.js": "^16.6.0",
"vue": "^2.7.8",
"vue-chartjs": "^3.5.1",
"vue-i18n": "^8.26.1",
"vue-server-renderer": "^2.7.8",
"vue-template-compiler": "^2.7.8",
"vue2-transitions": "^0.3.0",
"webpack": "^4.46.0"
},
"devDependencies": {
"@babel/cli": "^7.18.9",
"@babel/core": "^7.18.9",
"@babel/node": "^7.18.9",
"@babel/preset-env": "^7.18.9",
"babel-loader": "^8.2.5",
"babel-plugin-component": "^1.1.1",
"node-sass": "^6.0.1",
"sass-loader": "^10.2.1"
}
}