-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.12 KB
/
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
{
"name": "hama",
"version": "1.0.0",
"description": "",
"source": ["src/index.pug"],
"repository": {
"type": "git",
"url": "git+https://github.com/gouz/hama.git"
},
"scripts": {
"preparcel": "rm -rf dist docs .parcel-cache",
"parcel": "parcel $RUN",
"build": "RUN=build npm run parcel -- --no-cache --no-source-maps --dist-dir docs --public-url \"./\"",
"watch": "RUN=watch npm run parcel",
"dev": "RUN=serve npm run parcel -- --open"
},
"author": "Sylvain Gougouzian",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/gouz/hama/issues"
},
"homepage": "https://github.com/gouz/hama#readme",
"devDependencies": {
"@parcel/compressor-brotli": "2.4.1",
"@parcel/compressor-gzip": "2.4.1",
"@parcel/transformer-less": "2.4.1",
"@parcel/transformer-pug": "2.4.1",
"@prettier/plugin-pug": "1.20.1",
"autoprefixer": "10.4.4",
"cssnano-preset-advanced": "5.3.3",
"parcel": "2.4.1",
"postcss": "8.4.12",
"parcel-reporter-static-files-copy": "1.3.4",
"prettier": "2.6.2",
"serve-static": "1.15.0",
"tailwindcss": "3.0.24"
}
}