-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.2 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.2 KB
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
{
"scripts": {
"fonts": "get-google-fonts --overwriting --useragent 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko' --output assets --input 'https://fonts.googleapis.com/css?family=Kanit:300,900'",
"sync": "browser-sync start --server --files \"**/*\"",
"dev": "postcss assets/style.tailwind.css --output assets/style.css && ./node_modules/.bin/cleancss -o assets/style.css assets/style.css",
"doc": "cd spacebook && npm run doc",
"watch:dev": "npm run dev -w",
"prod": "NODE_ENV=production npm run dev",
"watch": "run-p watch:dev sync"
},
"dependencies": {
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/nesting": "^0.0.0-insiders.565cd3e",
"@tailwindcss/typography": "^0.5.10",
"autoprefixer": "^10.4.16",
"clean-css": "^5.3.2",
"clean-css-cli": "^5.6.2",
"cssnano": "^6.0.1",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.31",
"postcss-cli": "^8.0.0",
"postcss-import": "^14.0.0",
"postcss-nesting": "^12.0.1",
"run-p": "^0.0.0",
"tailwind-content-placeholder": "^0.0.5",
"tailwindcss": "^3.3.5",
"yarn": "^1.22.22"
},
"devDependencies": {
"browser-sync": "^3.0.3",
"get-google-fonts": "^1.2.2"
}
}