-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.39 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.39 KB
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
41
42
43
44
45
46
47
{
"name": "bangle-io-landing",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node build.js",
"build:css": "NODE_ENV=production pnpm exec tailwindcss -i ./src/style.css -o ./dist/style.css",
"watch": "node build.js --watch",
"server": "npx http-server dist -p 1234"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bangle-io/bangle-io-landing.git"
},
"keywords": [],
"author": "Kushan Joshi",
"license": "ISC",
"bugs": {
"url": "https://github.com/bangle-io/bangle-io-landing/issues"
},
"homepage": "https://github.com/bangle-io/bangle-io-landing#readme",
"devDependencies": {
"autoprefixer": "^10.4.21",
"chokidar": "^4.0.3",
"concurrently": "^9.1.2",
"cpx": "^1.5.0",
"fs-extra": "^11.3.0",
"globby": "^14.1.0",
"http-server": "^14.1.1",
"postcss": "^8.5.3",
"prettier": "^3.5.3",
"tailwindcss": "^2.2.17"
},
"prettier": {
"singleQuote": true,
"trailingComma": "all",
"quoteProps": "consistent",
"arrowParens": "always",
"printWidth": 240
},
"dependencies": {
"@github/markdown-toolbar-element": "^2.2.3"
},
"packageManager": "pnpm@10.10.0+sha512.d615db246fe70f25dcfea6d8d73dee782ce23e2245e3c4f6f888249fb568149318637dca73c2c5c8ef2a4ca0d5657fb9567188bfab47f566d1ee6ce987815c39"
}