-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 959 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 959 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
33
{
"devDependencies": {
"autoprefixer": "^10.4.21",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.17"
},
"name": "symtom_based_cancer_detection_tool",
"version": "1.0.0",
"description": "",
"main": "postcss.config.js",
"dependencies": {
"browserslist": "^4.25.1",
"caniuse-lite": "^1.0.30001731",
"electron-to-chromium": "^1.5.194",
"escalade": "^3.2.0",
"fraction.js": "^4.3.7",
"nanoid": "^3.3.11",
"node-releases": "^2.0.19",
"normalize-range": "^0.1.2",
"picocolors": "^1.1.1",
"postcss-value-parser": "^4.2.0",
"source-map-js": "^1.2.1",
"update-browserslist-db": "^1.1.3"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"scripts": {
"build:tailwind": "npx tailwindcss -i ./static/css/tailwind.css -o ./static/css/output.css --minify",
"watch:tailwind": "npx tailwindcss -i ./static/css/tailwind.css -o ./static/css/output.css --watch"
}
}