-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.37 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
{
"name": "inform.ed",
"version": "0.0.1",
"description": "Information Education Platform",
"author": "Vince Ramces Oliveros",
"private": true,
"scripts": {
"dev": "nuxt-ts",
"build": "nuxt-ts build",
"build:gh-pages": "DEPLOY_ENV=GH_PAGES nuxt build",
"generate": "nuxt-ts generate",
"generate:gh-pages": "DEPLOY_ENV=GH_PAGES nuxt generate",
"build:windows-gh-pages": "cross-env DEPLOY_ENV=GH_PAGES nuxt build",
"generate:windows-gh-pages": "cross-env DEPLOY_ENV=GH_PAGES nuxt generate",
"deploy": "push-dir --dir=dist --branch=master --cleanup",
"start": "nuxt-ts start",
"test": "jest"
},
"dependencies": {
"@nuxt/typescript-runtime": "^0.2.4",
"@nuxtjs/axios": "^5.3.6",
"@nuxtjs/pwa": "^3.0.0-0",
"class-transformer": "^0.2.3",
"class-validator": "^0.11.0",
"nuxt": "^2.0.0",
"nuxt-typed-vuex": "^0.1.8",
"reflect-metadata": "^0.1.13",
"vuedraggable": "^2.23.2"
},
"devDependencies": {
"@nuxt/typescript-build": "^0.3.4",
"@nuxtjs/vuetify": "^1.9.1",
"@types/jest": "^24.0.23",
"@vue/test-utils": "^1.0.0-beta.27",
"babel-jest": "^24.1.0",
"cross-env": "^6.0.3",
"eslint-config-prettier": "^4.1.0",
"eslint-plugin-prettier": "^3.0.1",
"jest": "^24.1.0",
"prettier": "^1.16.4",
"push-dir": "^0.4.1",
"ts-jest": "^24.2.0",
"vue-jest": "^4.0.0-0"
}
}