-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
67 lines (67 loc) · 1.99 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "XinYmins",
"version": "0.21.0",
"description": "Time tracking software to organise meetings",
"main": "index.js",
"scripts": {
"serve": "parcel ./src/index.html",
"build": "npm-run-all build:*",
"build:cleanDist": "trash ./dist",
"build:parcel": "parcel build ./src/index.html --public-url . --no-source-maps",
"build:gulp": "gulp",
"storybook": "start-storybook -p 9001 -c .storybook",
"docker": "docker run --rm -it -p 80:80 (docker build -q .)",
"deploy": "npm-run-all deploy:*",
"deploy:bump": "npm version minor",
"deploy:build": "npm run build",
"deploy:deploy": "gh-pages -d dist --dotfiles"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Glitch0011/XinYmins.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Glitch0011/XinYmins/issues"
},
"homepage": "https://github.com/Glitch0011/XinYmins#readme",
"dependencies": {
"@createjs/tweenjs": "^2.0.0-beta.4",
"babel-polyfill": "^6.26.0",
"bootstrap-vue": "^2.15.0",
"moment": "^2.27.0",
"randomcolor": "^0.6.2",
"svg.js": "^2.7.1",
"svg2png": "^4.1.1",
"vue": "^2.6.11",
"vue-hot-reload-api": "^2.3.4"
},
"devDependencies": {
"@babel/core": "^7.10.5",
"@storybook/addon-knobs": "^5.3.19",
"@storybook/addon-options": "^5.3.19",
"@storybook/vue": "^5.3.19",
"@vue/component-compiler-utils": "^3.1.2",
"babel-core": "^6.26.3",
"babel-loader": "^8.1.0",
"babel-preset-env": "^1.7.0",
"cssnano": "^4.1.10",
"gh-pages": "^3.1.0",
"gulp": "^4.0.2",
"gulp-logger": "0.0.2",
"gulp-rename": "^2.0.0",
"gulp-responsive": "^3.0.1",
"gulp-svg2png": "^2.0.2",
"npm-run-all": "^4.1.5",
"parcel": "^1.12.4",
"parcel-plugin-sw-precache": "^1.1.2",
"sass": "^1.26.10",
"trash-cli": "^3.0.0",
"vue-loader": "^15.9.3",
"vue-template-compiler": "^2.6.11",
"vuex": "^3.5.1",
"workbox-build": "^5.1.3"
}
}