-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.32 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
39
40
41
42
43
44
{
"name": "yadoms-website",
"version": "2.0.0",
"description": "Yadoms website",
"scripts": {
"preparcel": "rm -rf dist .parcel-cache",
"parcel": "parcel $RUN src/*.html",
"build": "RUN=build npm run parcel -- --no-cache --no-source-maps --public-url \"./\"",
"dev": "RUN=serve npm run parcel -- --open",
"build:ci": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Yadoms/website"
},
"keywords": [],
"author": "Oussama DAHMAZ",
"license": "GPL-V3",
"bugs": {
"url": "https://github.com/Yadoms/website/issues"
},
"homepage": "https://github.com/Yadoms/website#readme",
"devDependencies": {
"@parcel/packager-raw-url": "^2.8.3",
"@parcel/transformer-image": "^2.8.3",
"@parcel/transformer-sass": "^2.8.3",
"@parcel/transformer-typescript-tsc": "^2.8.3",
"@parcel/transformer-webmanifest": "^2.8.3",
"autoprefixer": "^10.4.13",
"parcel": "^2.8.3",
"postcss": "^8.4.21",
"posthtml-doctype": "^1.1.1",
"posthtml-modules": "^0.9.0",
"posthtml-shorten": "^1.0.0",
"process": "^0.11.10",
"tailwindcss": "^3.2.7"
},
"dependencies": {
"@andreasremdt/simple-translator": "^2.0.4",
"@splidejs/splide": "^4.1.4",
"parcel-reporter-static-files-copy": "^1.5.0",
"posthtml-include": "^1.7.4"
}
}