-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
39 lines (39 loc) · 1.06 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
{
"name": "@cryb/web",
"version": "1.0.0",
"description": "The Web app used as the primary client for Cryb",
"repository": "https://github.com/crybapp/web.git",
"author": "JeDaYoshi <[email protected]>",
"license": "MIT",
"main": "dist/index.html",
"scripts": {
"build": "nuxt build",
"generate": "nuxt generate",
"start": "nuxt start",
"dev": "nuxt",
"lint": "eslint --ext .html,.js,.vue --ignore-path .gitignore ."
},
"dependencies": {
"@cryb/borealis": "^1.0.7",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/pwa": "^3.3.5",
"@nuxtjs/robots": "^2.5.0",
"browser-cookies": "^1.2.0",
"cookieparser": "^0.1.0",
"dotenv": "^16.0.1",
"node-emoji": "^1.11.0",
"nuxt": "^2.15.8",
"nuxt-client-init-module": "^0.3.0",
"nuxt-clipboard2": "^0.2.1",
"perfect-scrollbar": "^1.5.5",
"string-strip-html": "^8.3.0",
"twemoji": "^14.0.2"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^8.22.0",
"eslint-plugin-vue": "^9.3.0",
"node-sass": "^9.0.0",
"sass-loader": "^10.3.1"
}
}