forked from aximsoftDevTeam/date-time-picker-solid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.52 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
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "date-time-picker-solid",
"version": "1.1.1",
"description": "An interactive Date and Time picker for SolidJS. ",
"author": "Aximsoft India Pvt Ltd",
"main": "dist/index.umd.js",
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.es.js",
"require": "./dist/index.umd.js",
"types": "./dist/index.d.ts"
}
},
"files": [
"/dist"
],
"publishConfig": {
"access": "public"
},
"keywords": [
"solid",
"calendar",
"calendar-picker",
"SolidJs",
"solidJs calendar",
"date picker",
"date-picker",
"time picker",
"rangepicker",
"date time picker",
"solid-rangepicker",
"solidjs-range-picker",
"solidjs-date-picker",
"solidJs date picker",
"solidJs time picker",
"solidjs-calendar-picker",
"solidJs date time picker",
"Aximsoft"
],
"scripts": {
"start": "vite",
"dev": "vite",
"build": "tsc && vite build",
"prepare": "npm run build",
"preview": "vite preview"
},
"homepage": "https://github.com/aximsoftDevTeam/date-time-picker-solid",
"repository": {
"type": "git",
"url": "https://github.com/aximsoftDevTeam/date-time-picker-solid"
},
"license": "MIT",
"devDependencies": {
"@types/node": "^20.2.5",
"typescript": "^4.8.2",
"vite": "^3.0.9",
"vite-plugin-solid": "^2.3.0"
},
"dependencies": {
"dayjs": "^1.11.6",
"sass": "^1.55.0",
"solid-js": "^1.5.1",
"vite-plugin-dts": "^2.3.0"
}
}