-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 969 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
32
33
34
35
36
37
{
"name": "fe-stl",
"version": "0.1.2",
"description": "Fatture elettroniche stylesheet",
"keywords": [
"xml",
"stl",
"fattura",
"elettronica",
"fattura elettronica"
],
"repository": {
"type": "git",
"url": "git+https://github.com/madpilot78/fe-stl.git"
},
"license": "BSD-3-Clause",
"author": "Guido Falsi <mad@madpilot.net>",
"scripts": {
"build": "npx grunt prod",
"clean": "npx grunt clean",
"dev": "npx grunt dev",
"pretty": "prettier --write .",
"watch": "npx tailwindcss -i ./base.css -o ./fe.css --watch"
},
"prettier": "@madpilot78/prettier-config",
"devDependencies": {
"@madpilot78/prettier-config": "^1.0.2",
"grunt": "^1.6.1",
"grunt-contrib-clean": "^2.0.1",
"grunt-replace": "^2.0.2",
"grunt-shell": "^4.0.0",
"prettier": "^3.0.0",
"prettier-plugin-packagejson": "^2.4.3",
"prettier-plugin-tailwindcss": "^0.5.0",
"tailwindcss": "^3.2.7"
}
}