-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
27 lines (27 loc) · 897 Bytes
/
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
{
"name": "algolyzer",
"version": "1.0.0",
"description": "A platform for learning about AI/ML models and algorithms from theoretical to executing pre-trained models all at one place.",
"main": "index.js",
"scripts": {
"tw_build": "npx tailwindcss build -i Algolyzer/static/input.css -o Algolyzer/static/output.css",
"tw_watch": "npx tailwindcss -i Algolyzer/static/input.css -o Algolyzer/static/output.css --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Priyanshu-Batham/Algolyzer.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Priyanshu-Batham/Algolyzer/issues"
},
"homepage": "https://github.com/Priyanshu-Batham/Algolyzer#readme",
"devDependencies": {
"autoprefixer": "^10.4.20",
"daisyui": "^4.12.23",
"postcss": "^8.5.1",
"tailwindcss": "^3.4.17"
}
}