forked from aximsoftDevTeam/date-time-picker-solid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.09 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
{
"name": "date-time-picker-solid",
"version": "1.0.8",
"description": "An interactive Date and Time picker for SolidJS. ",
"author": "Aximsoft India Pvt Ltd",
"main": "dist/index.tsx",
"module": "dist/index.tsx",
"keywords": [
"Aximsoft",
"SolidJs",
"solidJs calendar",
"date picker",
"time picker",
"date time picker",
"solidJs date picker",
"solidJs time picker",
"solidJs date time picker"
],
"scripts": {
"start": "vite",
"dev": "vite",
"build": "rm -rf dist && NODE_ENV=production babel src/component --out-dir dist --copy-files",
"serve": "vite preview"
},
"homepage": "https://solidjs.com",
"repository": {
"type": "git",
"url": "https://github.com/aximsoftDevTeam/date-time-picker-solid"
},
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.19.3",
"@babel/core": "^7.19.6",
"@babel/preset-env": "^7.19.4",
"typescript": "^4.8.2",
"vite": "^3.0.9",
"vite-plugin-solid": "^2.3.0"
},
"dependencies": {
"solid-js": "^1.5.1",
"moment": "^2.29.4",
"sass": "^1.55.0"
}
}