forked from creativetimofficial/notus-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 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
{
"name": "notus-js",
"homepage": "https://demos.creative-tim.com/notus-js/",
"version": "1.1.0",
"description": "Notus Tailwind JS - Free Tailwind CSS UI Kit and Admin by Creative Tim.",
"repository": {
"type": "git",
"url": "git+https://github.com/creativetimofficial/notus-js.git"
},
"license": "MIT",
"main": "index.html",
"scripts": {
"start": "browser-sync start --server --index \"./index.html\"",
"build:tailwind": "tailwind build assets/styles/index.css -o assets/styles/tailwind.css",
"build:fontawesome": "mkdir -p assets/vendor/@fortawesome/fontawesome-free/webfonts && mkdir -p assets/vendor/@fortawesome/fontawesome-free/css && cp -a ./node_modules/@fortawesome/fontawesome-free/webfonts assets/vendor/@fortawesome/fontawesome-free/ && cp ./node_modules/@fortawesome/fontawesome-free/css/all.min.css assets/vendor/@fortawesome/fontawesome-free/css/all.min.css",
"install:clean": "rm -rf node_modules/ && rm -rf package-lock.json && npm install && npm run build:tailwind && npm run build:fontawesome && npm start"
},
"keywords": [],
"author": "",
"bugs": {
"url": "https://github.com/creativetimofficial/notus-js/issues"
},
"dependencies": {
"@fortawesome/fontawesome-free": "6.3.0",
"@tailwindcss/forms": "0.5.3",
"browser-sync": "2.27.11",
"tailwindcss": "3.2.7"
},
"devDependencies": {
"autoprefixer": "10.4.13",
"postcss": "8.4.21"
}
}