-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.94 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
{
"name": "adonuxt",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "node ace build --production && copy .env build && cd build && yarn install --production && cross-env NODE_ENV=production node ace nuxt:build && cd ..",
"prod": "node ace build --production && copy .env build && cd build && yarn install --production && cross-env NODE_ENV=production node ace nuxt:build && cross-env NODE_ENV=production node server.js && cd ..",
"dev": "nodemon --watch app --watch start --watch providers --watch resources --watch config --watch .env -x node ace serve",
"lint": "eslint --ext .ts,.js,.vue ."
},
"devDependencies": {
"@adonisjs/assembler": "^3.0.0",
"@nuxt/types": "^2.14.6",
"@nuxt/typescript-build": "^2.0.3",
"@nuxtjs/eslint-config": "^5.0.0",
"@nuxtjs/eslint-config-typescript": "^5.0.0",
"@nuxtjs/eslint-module": "^3.0.1",
"@types/md5": "^2.2.1",
"adonis-preset-ts": "^1.1.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.10.0",
"eslint-plugin-adonis": "^1.0.15",
"eslint-plugin-nuxt": "^2.0.0",
"nodemon": "^2.0.6",
"pino-pretty": "^4.3.0",
"typescript": "^4.0.5",
"youch": "^2.1.1",
"youch-terminal": "^1.0.1"
},
"dependencies": {
"@adonisjs/core": "^5.0.4-preview-rc",
"@adonisjs/lucid": "^9.0.3",
"@adonisjs/repl": "^1.0.0",
"@adonisjs/session": "^4.0.0",
"@adonisjs/view": "^3.0.0",
"@nuxt/typescript-runtime": "^2.0.0",
"@nuxtjs/axios": "^5.12.2",
"@typescript-eslint/parser": "^4.8.1",
"copy-to-clipboard": "^3.3.1",
"core-js": "^3.6.5",
"cross-env": "^7.0.2",
"element-ui": "^2.14.1",
"fork-ts-checker-webpack-plugin": "^6.0.3",
"jimp": "^0.16.1",
"luxon": "^1.25.0",
"md5": "^2.3.0",
"mysql": "^2.18.1",
"node-sass": "^5.0.0",
"nuxt": "^2.14.6",
"proxy-addr": "^2.0.6",
"reflect-metadata": "^0.1.13",
"sass-loader": "^10.1.0",
"webpack-import-glob-loader": "^1.6.3"
}
}