-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 808 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 808 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": "pioco.github.io",
"version": "0.1.0",
"description": "Pioco ry website",
"scripts": {
"build": "npm run build:styles",
"build:styles": "NODE_ENV=production tailwindcss build assets/css/styles.css -o assets/css/main.css",
"build:styles:dev": "NODE_ENV=development tailwindcss build assets/css/styles.css -o assets/css/main.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pioco/pioco.github.io.git"
},
"author": "Pioco ry",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/pioco/pioco.github.io/issues"
},
"homepage": "https://pioco.fi",
"devDependencies": {
"@tailwindcss/typography": "^0.4.1",
"autoprefixer": "^10.4.0",
"postcss": "^8.3.11",
"tailwindcss": "^2.2.19"
},
"dependencies": {}
}