-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 2.45 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
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "solidata_frontend",
"version": "1.0.0",
"description": "Nuxt.js + Vuetify.js + i18n project -- needs solidata_backend as backend",
"author": "JPy <[email protected]>",
"private": true,
"scripts": {
"dev": "NUXT_ENV_API_VAR=local nuxt",
"dev_preprod": "NUXT_ENV_API_VAR=preprod nuxt",
"build_dev": "NUXT_ENV_API_VAR=local nuxt build",
"start_dev": "NUXT_ENV_API_VAR=local nuxt start",
"generate_dev": " NUXT_ENV_API_VAR=local nuxt generate",
"build_preprod": " NUXT_ENV_API_VAR=preprod nuxt build",
"start_preprod": " NUXT_ENV_API_VAR=preprod nuxt start",
"generate_preprod": " NUXT_ENV_API_VAR=preprod nuxt generate",
"build": " NUXT_ENV_API_VAR=prod nuxt build",
"start": " NUXT_ENV_API_VAR=prod nuxt start",
"generate": " NUXT_ENV_API_VAR=prod nuxt generate"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.2",
"@fortawesome/free-brands-svg-icons": "^5.2.0",
"@fortawesome/free-regular-svg-icons": "^5.2.0",
"@fortawesome/free-solid-svg-icons": "^5.2.0",
"@fortawesome/vue-fontawesome": "^0.1.1",
"@nuxtjs/auth": "^4.5.1",
"@nuxtjs/axios": "^5.3.1",
"@nuxtjs/toast": "^3.0.1",
"ajv": "^6.6.1",
"axios": "^0.18.0",
"cookie": "^0.3.1",
"cookieparser": "^0.1.0",
"crypto-js": "^3.1.9-1",
"epic-spinners": "^1.0.3",
"i": "^0.3.6",
"js-cookie": "^2.2.0",
"jsencrypt": "^3.0.0-rc.1",
"jsonwebtoken": "^8.4.0",
"node-forge": "^0.7.6",
"node-rsa": "^1.0.2",
"npm": "^6.4.0",
"nuxt": "2.3.4",
"particles.js": "^2.0.0",
"pidcrypt": "0.0.31",
"sjcl": "^1.0.8",
"vue": "2.5.21",
"vue-i18n": "^7.8.0",
"vue-scroll-sync": "^1.0.5",
"vue-server-renderer": "2.5.21",
"vue-socket.io": "^3.0.5",
"vue-template-compiler": "2.5.21",
"vue2-leaflet": "^1.2.3",
"vuebar": "0.0.20",
"vuetify": "^1.3.14",
"vuetify-upload-button": "^1.1.0"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.2.0",
"babel-eslint": "^7.2.3",
"babel-plugin-transform-remove-console": "^6.9.4",
"eslint": "^4.3.0",
"eslint-config-standard": "^10.2.1",
"eslint-loader": "^1.9.0",
"eslint-plugin-html": "^3.1.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"strip-loader": "^0.1.2",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"vue-particles": "^1.0.9"
}
}