-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 899 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
{
"name": "@roelofr/zthc",
"version": "0.1.0",
"description": "A joke domain name",
"source": "src/index.html",
"repository": "https://github.com/roelofr/zthc",
"author": "Roelof Roos <[email protected]>",
"license": "MIT",
"private": true,
"dependencies": {
"debounce": "^1.2.0",
"tailwindcss": "^3.0.23"
},
"devDependencies": {
"@babel/core": "^7.17.8",
"@parcel/babel-preset-env": "^2.4.1",
"@parcel/compressor-brotli": "^2.4.1",
"@parcel/compressor-gzip": "^2.4.1",
"@parcel/validator-eslint": "^2.4.1",
"autoprefixer": "^10.4.4",
"eslint-config-airbnb-base": "^14.2.1",
"parcel": "^2.4.1",
"parcel-reporter-clean-dist": "^1.0.4",
"postcss": "^8.4.12"
},
"scripts": {
"start": "parcel",
"build": "parcel build"
},
"config": {
"sortDependencies": true
},
"cleanDistFiles": [
"!dist/.htaccess"
]
}