-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 877 Bytes
/
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
{
"name": "numeronym.dev",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"css:watch": "tailwindcss -i ./src/input.css -o ./styles/styles.min.css --watch",
"dev": "nodemon watch src -e js,json,pug",
"build": "node ./src/bundle.js && tailwindcss -i ./src/input.css -o ./dist/styles/styles.min.css --minify"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SirDaev/numeronym.dev.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/SirDaev/numeronym.dev/issues"
},
"homepage": "https://github.com/SirDaev/numeronym.dev#readme",
"devDependencies": {
"autoprefixer": "^10.4.14",
"cssnano": "^5.1.15",
"nodemon": "^2.0.21",
"postcss": "^8.4.21",
"postcss-cli": "^10.1.0",
"pug": "^3.0.2",
"tailwindcss": "^3.2.7"
}
}