-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.29 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": "mindful",
"version": "1.0.0",
"description": "mindful family solutions",
"license": "Apache-1.0",
"author": "acidjazz",
"private": false,
"config": {
"title": "mindful family solutions",
"description": "powering families to create positive, lasting changes",
"url": "https://mindfulfamily.care",
"image": "/mindful.jpg",
"colors": {
"black": "#000000",
"white": "#FFFFFF",
"allports": "#196775",
"seagreen": "#45b973",
"yelloworange": "#fdaf3f"
}
},
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"mdi": "cp node_modules/@mdi/font/css/materialdesignicons.min.css static/mdi.css; cp node_modules/@mdi/font/fonts/* static/fonts/.; cp node_modules/@mdi/font/css/materialdesignicons.min.css.map static/.",
"generate": "nuxt generate",
"production": "node ./aeonian.js production"
},
"dependencies": {
"@mdi/font": "^3.8.95",
"@nuxtjs/pwa": "^3.0.0-beta.16",
"@nuxtjs/tailwindcss": "^1.1.0",
"aeonian": "^1.1.8",
"aws-sdk": "^2.493.0",
"nuxt": "^2.0.0",
"pug": "^2.0.4",
"pug-plain-loader": "^1.0.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"vue-in-viewport-directive": "^2.0.0"
},
"devDependencies": {
"nodemon": "^1.18.9"
}
}