-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1 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
{
"name": "@lamplightdev/aeon",
"version": "0.0.9",
"description": "A date time picker web component",
"main": "dist/aeon.js",
"module": "src/aeon.js",
"unpkg": "dist/aeon.js",
"scripts": {
"build": "npx rollup -c",
"build:watch": "npx rollup -c -w",
"storybook": "start-storybook -c storybook/.storybook",
"build:storybook": "build-storybook -c storybook/.storybook -o storybook/static"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lamplightdev/aeon.git"
},
"author": "Chris Haynes<chris@lamplightdev.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/lamplightdev/aeon/issues"
},
"homepage": "https://github.com/lamplightdev/aeon#readme",
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"@storybook/addon-knobs": "^6.0.22",
"@storybook/html": "^6.0.22",
"babel-loader": "^8.1.0",
"rollup": "^2.28.2",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-terser": "^7.0.2"
}
}