This repository has been archived by the owner on Feb 27, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.64 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
{
"name": "desolid-admin",
"version": "0.0.0",
"description": "🤖 Desolid: Admin panel",
"homepage": "https://desolid.netlify.app/",
"repository": "[email protected]:desolid/desolid.git",
"author": "Sajjad Shirazy <[email protected]>",
"license": "MIT",
"keywords": [
"Desolid",
"BaaS",
"GraphQL",
"S3",
"Authentication",
"Authorization",
"JWT",
"SQLite",
"MySQL",
"MariaDB",
"MS SQL Server",
"Postgressql"
],
"main": "./dist/index.html",
"files": [
"dist"
],
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"format": "prettier --write \"**/*.js\" \"**/*.ts\" \"**/*.vue\" \"**/*.scss\"",
"prepublish": "echo \"Error: publish using the manual way\" && exit 1",
"generate": "nuxt generate"
},
"dependencies": {
"@nuxtjs/dotenv": "^1.4.0",
"@nuxtjs/pwa": "^3.0.0-0",
"apollo-cache-inmemory": "^1.6.6",
"apollo-client": "^2.6.10",
"apollo-link-context": "^1.0.20",
"apollo-upload-client": "^14.0.0",
"boxicons": "^2.0.5",
"cross-fetch": "^3.0.4",
"graphql": "^15.0.0",
"graphql-tag": "^2.10.3",
"nuxt": "^2.0.0",
"pluralize": "^8.0.0",
"store2": "^2.11.2",
"vuesax": "^4.0.1-alpha.21",
"vuex-module-decorators": "^0.17.0"
},
"devDependencies": {
"@nuxt/typescript-build": "0.6.6",
"@types/jsonwebtoken": "8.5.0",
"@types/pluralize": "0.0.29",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-prettier": "3.1.3",
"node-sass": "4.14.1",
"prettier": "1.19.1",
"sass-loader": "8.0.2",
"standard-version": "8.0.0"
}
}