-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 898 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
28
29
30
{
"name": "trevins-website",
"version": "1.0.0",
"description": "![screenshot of my website](https://github.com/Trevin-Small/Trevins-website/blob/main/images/website_image.png?raw=true)",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"tailwind": "npx tailwindcss -i ./src/css/input.css -o ./dist/stylesheets/output.css --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Trevin-Small/Trevins-website.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Trevin-Small/Trevins-website/issues"
},
"homepage": "https://github.com/Trevin-Small/Trevins-website#readme",
"devDependencies": {
"tailwindcss": "^3.1.8",
"webpack": "^5.70.0",
"webpack-cli": "^4.9.2"
},
"dependencies": {
"lodash": "^4.17.21"
}
}