forked from cesque/calus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.03 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
{
"name": "calus",
"version": "1.0.2",
"description": "a snappy vue calendar/date selector",
"main": "./calus.js",
"scripts": {
"build": "NODE_ENV=production webpack --verbose",
"devbuild": "NODE_ENV=development webpack",
"start": "npx http-server . -d",
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "NODE_ENV=development webpack --watch"
},
"typings": "./index.d.ts",
"author": "",
"license": "ISC",
"dependencies": {
"luxon": "^2.3.0",
"vue": "^2.6.10"
},
"devDependencies": {
"@babel/core": "^7.7.2",
"@babel/preset-env": "^7.7.1",
"babel-loader": "^8.0.6",
"http-server": "^0.12.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MadeHQ/calus.git"
},
"bugs": {
"url": "https://github.com/MadeHQ/calus/issues"
},
"homepage": "https://github.com/MadeHQ/calus#readme"
}