-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.26 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 2.26 KB
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "thaime",
"description": "Thai time & date",
"homepage": "https://thaime-2c0a5.firebaseapp.com",
"version": "1.4.0",
"private": true,
"main": "index.js",
"repository": "https://github.com/Hiswe/thaime.git",
"author": "Hiswe <hiswehalya@gmail.com>",
"license": "MIT",
"engines": {
"node": ">=10.15.0",
"yarn": ">=1.13.0"
},
"scripts": {
"start": "yarn build && yarn serve",
"dev": "yarn build:assets && parcel src/index.pug",
"bump": "gulp bump",
"build": "cross-env NODE_ENV=production RELEASE=true gulp build",
"build:app": "cross-env NODE_ENV=production gulp build:app",
"build:assets": "run-p build:icons build:logo",
"build:icons": "gulp build:icons",
"build:logo": "gulp application-logo --no-release",
"serve": "http-server -d false -c-1 --ssl",
"toc": "doctoc README.md README_DEV.md --github",
"release": "node ./bin/release.js"
},
"cache": {
"inDev": true,
"strategy": "inject",
"swSrc": "src/service-worker-templates.js",
"swDest": "thaime-service-worker.js"
},
"dependencies": {
"@hiswe/focus-ring": "^1.0.4",
"animejs": "^3.0.1",
"copy-to-clipboard": "^3.0.8",
"lodash.round": "^4.0.4",
"luxon": "^1.11.1",
"vh-check": "^2.0.5",
"vue": "^2.6.3",
"vue-notification": "^1.3.15",
"vue-router": "^3.0.2"
},
"devDependencies": {
"@vue/component-compiler-utils": "^2.5.2",
"babel-core": "^6.26.3",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"chalk": "^2.4.2",
"cross-env": "^5.2.0",
"del": "^3.0.0",
"doctoc": "^1.4.0",
"firebase-tools": "^6.3.1",
"gulp": "^4.0.0",
"gulp-bump": "^3.1.3",
"gulp-cheerio": "^0.6.3",
"gulp-if": "^2.0.2",
"gulp-json-editor": "^2.5.0",
"gulp-load-plugins": "^1.5.0",
"gulp-rename": "^1.4.0",
"gulp-svg-symbols": "^3.2.3",
"gulp-svgo": "^2.1.0",
"http-server": "^0.11.1",
"inquirer": "^6.2.2",
"node-image-resizer": "^1.0.0",
"node-sass": "^4.11.0",
"npm-run-all": "^4.1.5",
"parcel-bundler": "^1.11.0",
"parcel-plugin-sw-cache": "^0.2.7",
"pug": "^2.0.3",
"shelljs": "^0.8.3",
"vue-hot-reload-api": "^2.3.1",
"vue-template-compiler": "^2.6.3",
"yargs": "^12.0.5"
}
}