-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 743 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 743 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
{
"name": "personal_website",
"version": "1.0.0",
"description": "",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "./runBuild.sh",
"build:dev": "./runBuild.sh --dev",
"clean": "rm -rf ./static"
},
"author": "Max Omdal",
"license": "ISC",
"dependencies": {
"lodash": "^4.17.21",
"minimist": "^1.2.6"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"@tailwindcss/typography": "^0.5.7",
"autoprefixer": "^10.4.7",
"fontawesome-free": "^1.0.4",
"postcss": "^8.4.31",
"postcss-cli": "^9.1.0",
"tailwindcss": "^3.0.24"
}
}