-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 994 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
38
39
40
{
"private": true,
"name": "@placekit/examples",
"author": "PlaceKit <[email protected]>",
"description": "PlaceKit implementation examples",
"license": "MIT",
"homepage": "https://github.com/placekit/examples#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/placekit/examples.git"
},
"bugs": {
"url": "https://github.com/placekit/examples/issues"
},
"workspaces": [
"shared",
"examples/*"
],
"type": "module",
"scripts": {
"build:index": "node build-index.js",
"lint": "eslint .",
"format": "prettier . -w --log-level silent"
},
"dependencies": {
"@tailwindcss/forms": "^0.5.7",
"autoprefixer": "^10.4.16",
"dotenv": "^16.3.1",
"postcss": "^8.4.32",
"tailwindcss": "^3.3.6"
},
"devDependencies": {
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.0.1",
"nodemon": "^3.0.2",
"prettier": "^3.1.0",
"yaml": "^2.3.4"
}
}