-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
46 lines (46 loc) · 1.27 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
{
"name": "fliplet-widget-push-notifications",
"version": "1.0.0",
"description": "Fliplet widget for setting up push notifications",
"author": "Tony Wu <twu@fliplet.com>",
"private": true,
"scripts": {
"watch": "gulp build && gulp watch",
"build": "gulp build"
},
"dependencies": {
"core-js": "^3.16.0",
"js-cookie": "^2.2.1",
"moment": "^2.29.4",
"regenerator-runtime": "^0.13.9",
"vuejs-datepicker": "^1.6.2",
"vuejs-paginate": "^2.1.0"
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/plugin-transform-modules-amd": "^7.14.5",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@babel/runtime": "^7.14.8",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"css-loader": "^3.6.0",
"del": "^4.1.1",
"eslint": "^6.8.0",
"eslint-config-fliplet": "^1.0.11",
"eslint-loader": "^3.0.4",
"eslint-plugin-vue": "^6.2.2",
"gulp": "^4.0.2",
"gulp-sass": "^5.1.0",
"gulp-vueify2": "0.0.3",
"path": "^0.12.7",
"sass": "^1.51.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"vinyl-named": "^1.1.0",
"vue-loader": "^15.9.8",
"vue-template-compiler": "^2.6.14",
"webpack": "^4.46.0",
"webpack-stream": "^5.2.1"
}
}