-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.02 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
{
"devDependencies": {
"autoprefixer": "^10.4.2",
"cross-env": "^7.0.3",
"postcss": "^8.4.5",
"tailwindcss": "^3.4.3",
"typescript": "^4.5.4",
"webpack": "^5.66.0",
"webpack-cli": "^4.9.1"
},
"name": "website2",
"description": "new and updated website of mine hosted over at https://optinux.studio",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"dev": "npx tailwindcss-cli@latest build -i ./src/tailwind.css -o ./public/style.css",
"build": "cross-env NODE_ENV=production npx tailwindcss-cli@latest build -i ./src/tailwind.css -o ./public/style.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Optinux/website2.git"
},
"keywords": [],
"author": "Optinux",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Optinux/website2/issues"
},
"homepage": "https://github.com/Optinux/website2#readme",
"dependencies": {
"@themesberg/flowbite": "^1.3.0",
"cross-env": "^7.0.3",
"three": "^0.136.0",
"vue": "^2.6.14"
}
}