-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
41 lines (41 loc) · 1.09 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
{
"name": "expungement",
"version": "1.0.0",
"description": "UMKC LTPP Expungement",
"author": "Code for KC and UMKC Law LTPP",
"private": true,
"scripts": {
"dev": "nuxt -c nuxt.config.development.js",
"local": "nuxt -c nuxt.config.local.js",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate -c nuxt.config.production.js"
},
"dependencies": {
"@nuxt/builder": "^2.4.5",
"@nuxtjs/auth": "^4.5.3",
"@nuxtjs/axios": "^5.4.1",
"@nuxtjs/bootstrap-vue": "^2.0.4",
"@nuxtjs/markdownit": "^1.2.3",
"@nuxtjs/moment": "^1.2.0",
"@vue/cli": "^3.5.3",
"bootstrap-vue": "^2.0.0-rc.14",
"cookieparser": "^0.1.0",
"cross-env": "^5.2.0",
"graphql": "^0.13.2",
"jquery": "^3.3.1",
"js-cookie": "^2.2.0",
"node-sass": "^4.7.2",
"nuxt": "^2.0.0",
"pdfmake": "^0.1.39",
"precss": "^2.0.0",
"sass-loader": "^6.0.6",
"typescript": "^3.4.1",
"vue-select": "^2.6.0",
"vuex-persistedstate": "^2.5.4",
"vue-flatpickr-component": "^8.1.2"
},
"devDependencies": {
"nodemon": "^1.11.0"
}
}