-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.13 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
{
"name": "uc-calendar",
"version": "1.0.1",
"description": "Calendar UI Component",
"main": "index.js",
"scripts": {
"build": "fuller -v",
"dev": "fuller -vwz"
},
"repository": {
"type": "git",
"url": "git+https://github.com/unchainedui/calendar.git"
},
"keywords": [
"unchained",
"ui",
"browser",
"calendar",
"kiss"
],
"author": "Alexey Novikov <[email protected]> (http://2dubs.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/unchainedui/calendar/issues"
},
"homepage": "https://github.com/unchainedui/calendar#readme",
"devDependencies": {
"autoprefixer": "^9.0.0",
"fuller": "^0.3.3",
"fuller-dst-file": "^0.3.1",
"fuller-postcss": "^0.3.0",
"fuller-src-file": "^0.3.1",
"fuller-src-rollup": "^0.3.0",
"postcss-calc": "^6.0.1",
"postcss-color-function": "^4.0.1",
"postcss-conditionals": "^2.1.0",
"postcss-import": "^12.0.0",
"postcss-mixins": "^6.2.0",
"postcss-nested": "^3.0.0",
"postcss-simple-vars": "^5.0.0"
},
"dependencies": {
"uc-compose": "^1.0.0",
"uc-dom": "^1.0.0",
"uc-strings": "^1.0.0"
}
}