forked from seibert-io/icsbuilder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.54 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
{
"name": "icsbuilder",
"version": "1.0.0",
"description": ".ics file builder",
"main": "main.js",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --hot",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules"
},
"author": "[email protected]",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.1.2",
"browser-sync": "^2.18.13",
"cross-env": "^5.0.2",
"css-loader": "^0.28.7",
"eslint": "^4.6.1",
"eslint-config-standard": "^10.2.1",
"eslint-loader": "^1.9.0",
"eslint-plugin-html": "^3.2.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^0.11.2",
"lodash": "4.17.4",
"moment": "^2.19.1",
"node-sass": "^4.5.3",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"svg-sprite-loader": "^3.2.5",
"svgo-loader": "^1.2.1",
"uglifyjs-webpack-plugin": "^1.0.0-beta.2",
"url-loader": "^0.5.9",
"vue-loader": "^13.0.2",
"vue-template-compiler": "^2.4.2",
"webpack": "^3.5.6",
"webpack-dev-server": "^2.6.1"
},
"dependencies": {
"bulma": "^0.5.2",
"font-awesome": "^4.7.0",
"js-base64": "^2.3.2",
"moment-timezone": "^0.5.13",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"uuid": "^3.1.0",
"vue": "^2.4.2",
"vue-bulma-datepicker": "^1.3.6"
}
}