-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 898 Bytes
/
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
{
"name": "v0.chat",
"version": "1.0.0",
"private": true,
"scripts": {
"lint": "eslint --fix --ext .js,.vue --ignore-path .gitignore .",
"dev": "nuxt",
"build": "NODE_ENV=production nuxt generate"
},
"config": {
"nuxt": {
"port": "9200"
}
},
"repository": "git@github.com:assholev0/v0.chat.git",
"author": "willin <willin@willin.org>",
"license": "CC-BY-NC-SA-4.0",
"dependencies": {
"@nuxtjs/axios": "^5.9.7",
"aplayer": "latest",
"dayjs": "^1.8.23",
"nuxt": "^2.12.2",
"nuxtpress": "^0.3.0"
},
"devDependencies": {
"babel-eslint": "^9.0.0",
"eslint": "^5.6.0",
"eslint-config-willin": "^1.0.3",
"eslint-import-resolver-webpack": "^0.10.1",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-vue": "^5.0.0-beta.3",
"express": "^4.16.4",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2"
}
}