-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
34 lines (34 loc) · 871 Bytes
/
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
{
"name": "a11y-datepicker",
"version": "0.9.0",
"description": "...an early work in progress accessible datepicker",
"main": "dist/index.min.js",
"module": "dist/index.es.min.js",
"browser": "dist/index.browser.min.js",
"files": [
"dist",
"README.md"
],
"scripts": {
"test": "NODE_ICU_DATA=node_modules/full-icu jest",
"build": "rollup --config rollup.config.js"
},
"repository": {
"type": "git",
"url": "https://github.com/mathislucka/a11y-datepicker"
},
"author": "",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"babel-jest": "^25.4.0",
"full-icu": "^1.3.1",
"jest": "^27.4.7",
"path": "^0.12.7",
"rollup": "^2.7.2",
"rollup-plugin-copy": "^3.3.0",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-terser": "^5.3.0"
}
}