This repository has been archived by the owner on Jul 7, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.49 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
{
"name": "d-library",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"heroku-postbuild": "npm run generate",
"generate": "nuxt generate",
"lint:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore .",
"lint": "yarn lint:js",
"test": "jest"
},
"dependencies": {
"@nuxt/content": "^1.14.0",
"@nuxtjs/auth-next": "5.0.0-1624817847.21691f1",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/pwa": "^3.3.5",
"@types/gun": "^0.9.3",
"core-js": "^3.16.0",
"gun": "^0.2020.1235",
"gun-schema": "^0.1.0",
"gun-util": "^0.0.17",
"node-sass": "^6.0.1",
"nuxt": "^2.15.8",
"nuxt-buefy": "^0.4.10",
"nuxt-property-decorator": "^2.9.1",
"nuxt-purgecss": "^1.0.0",
"quagga": "^0.12.1",
"recursive-diff": "^1.0.8",
"sass-loader": "^10",
"short-uuid": "^4.2.0",
"vuex-module-decorators": "^1.0.1",
"vuex-persistedstate": "^4.1.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.14.7",
"@nuxt/types": "^2.15.8",
"@nuxt/typescript-build": "^2.1.0",
"@nuxtjs/eslint-config-typescript": "^7.0.2",
"@nuxtjs/eslint-module": "^3.0.2",
"@types/jest": "^27.0.1",
"@vue/test-utils": "^1.2.2",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^27.0.5",
"eslint": "^8.1.0",
"eslint-plugin-nuxt": "^3.0.0",
"eslint-plugin-vue": "^7.15.0",
"jest": "^27.1.0",
"ts-jest": "^27.0.4",
"vue-jest": "^3.0.4"
}
}