-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
33 lines (33 loc) · 1.27 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": "streekomroep",
"version": "1.0.0",
"description": "The \"_s\" for Timber: a dead-simple theme that you can build from. The primary purpose of this theme is to provide a file structure rather than a framework for markup or styles. Configure your Sass, scripts, and task runners however you would like!",
"main": "index.js",
"directories": {
"lib": "lib",
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch:tailwind": "npx tailwindcss -i assets/editor.css -o dist/editor.css --watch & npx tailwindcss -i assets/style.css -o dist/style.css --watch",
"build:tailwind": "npx tailwindcss -i assets/editor.css -o dist/editor.css --minify && npx tailwindcss -i assets/style.css -o dist/style.css --minify"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oszuidwest/streekomroep.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/oszuidwest/streekomroep/issues"
},
"homepage": "https://github.com/oszuidwest/streekomroep#readme",
"dependencies": {
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/typography": "^0.5.2",
"autoprefixer": "^10.4.7",
"postcss": "^8.4.14",
"postcss-cli": "^8.3.1",
"tailwindcss": "^3.1.2"
}
}