-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.64 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.64 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "@smarterp/calendar",
"version": "0.1.1",
"description": "",
"main": "./dist/components/calendar.js",
"scripts": {
"serve": "npm run copy:file && live-server ./dist",
"style": "npm run style:watch",
"dev": "npx nodemon",
"style:build": "npx tailwindcss -i ./src/css/index.css -o ./dist/css/index.css",
"style:watch": "npx tailwindcss -i ./src/css/index.css -o ./dist/css/index.css --watch",
"copy:file": "copyfiles -u 1 ./src/index.html ./dist",
"build": "rimraf ./dist && tsc && npm run copy:file && npm run style:build"
},
"keywords": [],
"author": "smarterp <turbotech.ui.draft@gmail.com>",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.18.10",
"@babel/preset-env": "^7.18.10",
"babel-loader": "^8.2.5",
"css-loader": "^6.7.1",
"html-webpack-plugin": "^5.5.0",
"jquery": "^3.6.0",
"postcss": "^8.4.16",
"postcss-loader": "^7.0.1",
"postcss-preset-env": "^7.7.2",
"sass": "^1.54.3",
"sass-loader": "^13.0.2",
"style-loader": "^3.3.1",
"tailwindcss": "^3.1.8",
"ts-loader": "^9.4.4",
"rimraf": "^3.0.2",
"typescript": "^5.2.2",
"nodemon": "^2.0.19"
},
"dependencies": {
"query": "^0.2.0"
},
"directories": {
"doc": "doc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/turbotechlabs/calendar.git"
},
"bugs": {
"url": "https://github.com/turbotechlabs/calendar"
},
"homepage": "https://codepen.io/leatsophat/full/RwEQxWb"
}