forked from bcneng/bcneng-slack-exporter-typescript
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 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
{
"name": "bcneng-slack-exporter",
"version": "1.0.0",
"description": "My awesome Nuxt.js project",
"author": "Alex",
"private": true,
"scripts": {
"dev": "npm run process-data && nuxt-ts",
"build": "npm i && npm run process-data && nuxt-ts build",
"generate": "npm run process-data && nuxt-ts generate",
"start": "nuxt-ts start",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"lint-fix": "eslint --ext .js,.vue --ignore-path .gitignore . --fix",
"process-data": "ts-node process.ts"
},
"dependencies": {
"@nuxt/typescript-runtime": "^0.4.7",
"@nuxtjs/axios": "^5.3.6",
"nuxt": "^2.0.0",
"simplebar-vue": "^1.5.0",
"slack-markdown": "0.0.4"
},
"devDependencies": {
"@nuxt/typescript-build": "^0.6.0",
"@nuxtjs/eslint-config-typescript": "^1.0.0",
"@nuxtjs/eslint-module": "^1.0.0",
"@types/fs-extra": "^9.0.1",
"babel-eslint": "^10.0.1",
"eslint": "^6.1.0",
"eslint-plugin-nuxt": "^1.0.0",
"fs-extra": "^9.0.0",
"node-sass": "^4.14.1",
"sass-loader": "^8.0.2"
}
}