-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.41 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
{
"name": "tailwindcss",
"version": "1.0.0",
"description": "[![Open in Visual Studio Code](https://classroom.github.com/assets/open-in-vscode-f059dc9a6f8d3a56e377f745f24479a46679e63a5d9fe6f495e02850cd0d8118.svg)](https://classroom.github.com/online_ide?assignment_repo_id=5423322&assignment_repo_type=AssignmentRepo)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "browser-sync start --server --serveStatic 'docs' --files '**/*.html' ",
"tailwind": "tailwindcss -i ./src/tailwind.css -o ./docs/style.css",
"tailwind:watch": "npm run tailwind -- --watch",
"uglify": "npx uglify-js src/script.js -o docs/script.min.js --source-map",
"build": ""
},
"repository": {
"type": "git",
"url": "git+https://github.com/ucudal/PW_2021_Website-federicobecona.git"
},
"author": "Federico Becoña",
"license": "ISC",
"bugs": {
"url": "https://github.com/ucudal/PW_2021_Website-federicobecona/issues"
},
"homepage": "https://github.com/ucudal/PW_2021_Website-federicobecona#readme",
"dependencies": {
"@tailwindcss/typography": "^0.4.1",
"postcss-cli": "^9.0.2",
"tsc": "^2.0.3",
"typescript": "^4.5.2",
"uglify-js": "^3.14.2"
},
"devDependencies": {
"autoprefixer": "^10.3.2",
"browser-sync": "^2.27.5",
"postcss": "^8.3.11",
"tailwindcss": "^2.2.17"
},
"directories": {
"doc": "docs"
}
}