-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
96 lines (96 loc) · 2.91 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "nuxt-xram-memory",
"version": "0.8.0",
"description": "Site do XRAM-Memory",
"author": "Felipe Lube de Bragança",
"private": true,
"scripts": {
"dev": "nuxt",
"dev:spa": "nuxt --spa",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint"
},
"dependencies": {
"@fontsource/material-icons": "^4.2.4",
"@fontsource/material-icons-outlined": "^4.2.4",
"@fontsource/roboto": "^4.2.2",
"@fontsource/vollkorn": "^4.2.2",
"@fontsource/vollkorn-sc": "^4.2.3",
"@nuxtjs/axios": "^5.13.1",
"@nuxtjs/dotenv": "^1.3.0",
"@nuxtjs/style-resources": "^0.1.2",
"@nuxtjs/vuetify": "^1.9.1",
"axios-cache-adapter": "^2.5.0",
"chroma-js": "^2.0.2",
"comlink": "^4.3.0",
"cross-env": "^5.2.0",
"d3": "^5.9.1",
"d3-array": "^2.4.0",
"d3-cloud": "^1.2.5",
"dayjs": "^1.8.6",
"debounce": "^1.2.0",
"elasticlunr": "^0.9.5",
"element-ui": "^2.4.11",
"email-validator": "^2.0.4",
"fold-to-ascii": "^5.0.0",
"human-size": "^1.1.0",
"lazysizes": "^5.3.2",
"lodash": "^4.17.20",
"lunr-languages": "git+https://github.com/weixsong/lunr-languages.git",
"natsort": "^2.0.2",
"nuxt": "^2.4.3",
"object-path": "^0.11.8",
"query-string": "^6.12.1",
"quill": "^1.3.6",
"sass-loader": "^10.1.1",
"searchjs": "^1.0.2",
"slugify": "^1.3.4",
"smart-truncate": "^1.0.1",
"tiny-cookie": "^2.3.1",
"v-viewer": "^1.4.0",
"vue-async-computed": "^3.8.2",
"vue-click-outside": "^1.0.7",
"vue-dragscroll": "^1.8.3",
"vue-fixed-header": "^2.0.2",
"vue-infinite-scroll": "^2.0.2",
"vue-recaptcha": "^1.1.1",
"vue-resize-sensor": "^2.0.0",
"vue-template-compiler": "^2.6.11",
"vuelidate": "^0.7.4",
"worker-loader": "^2.0.0",
"worker-plugin": "^4.0.3",
"xss": "^1.0.3"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/eslint-parser": "^7.14.5",
"@nuxtjs/eslint-config": "^0.0.1",
"@vue/test-utils": "^1.0.0-beta.27",
"babel-plugin-component": "^1.1.1",
"browser-env": "^3.2.5",
"eslint": "^7.29.0",
"eslint-config-prettier": "^3.1.0",
"eslint-config-standard": ">=14.1.1",
"eslint-plugin-import": ">=2.14.0",
"eslint-plugin-jest": ">=21.24.1",
"eslint-plugin-node": ">=7.0.1",
"eslint-plugin-prettier": "2.6.2",
"eslint-plugin-promise": ">=4.0.1",
"eslint-plugin-standard": ">=4.0.0",
"eslint-plugin-vue": "^7.0.1",
"eslint-webpack-plugin": "^2.5.4",
"image-webpack-loader": "^5.0.0",
"license-checker": "^25.0.1",
"sass": "^1.49.8",
"nodemon": "^1.18.9",
"prettier": "1.14.3",
"require-extension-hooks": "^0.3.3",
"require-extension-hooks-babel": "^0.1.1",
"require-extension-hooks-vue": "^2.0.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2"
}
}