-
-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
34 lines (34 loc) · 963 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
{
"name": "jamstatic.fr",
"version": "0.3.0",
"description": "Jamstatic website",
"author": "Frank Taillandier",
"contributors": [
{
"name": "Arnaud Ligny",
"url": "https://arnaudligny.fr"
}
],
"homepage": "https://github.com/jamstatic/jamstatic-fr#readme",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/jamstatic/jamstatic-fr.git"
},
"bugs": {
"url": "https://github.com/jamstatic/jamstatic-fr/issues"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5",
"@tailwindcss/typography": "^0.5",
"all-contributors-cli": "^6.26",
"tailwindcss": "^3.4"
},
"scripts": {
"build": "curl -sSOL https://cecil.app/build.sh && bash ./build.sh",
"serve": "cecil serve --config=config/dev.yml",
"contributors:add": "all-contributors add",
"contributors:check": "all-contributors check",
"contributors:generate": "all-contributors generate"
}
}