-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 733 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 733 Bytes
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
{
"name": "webartisans",
"version": "1.0.0",
"main": "main.js",
"scripts": {
"dev": "postcss tailwind.css -o ./styles/tailwind.css --watch"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"chart.js": "^4.3.0",
"daisyui": "^2.51.6",
"jquery": "^3.7.0",
"less": "^4.1.3",
"sass": "^1.62.1"
},
"devDependencies": {
"autoprefixer": "^10.4.14",
"postcss": "^8.4.23",
"tailwindcss": "^3.3.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pheymin/WebArtisans.git"
},
"bugs": {
"url": "https://github.com/pheymin/WebArtisans/issues"
},
"homepage": "https://github.com/pheymin/WebArtisans#readme",
"description": ""
}