-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
36 lines (36 loc) · 1.11 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
{
"name": "avatarcropper",
"version": "1.0.0",
"description": "Crops avatars!",
"author": "http://github.com/SongSing",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/sapic/avatarcropper.git"
},
"scripts": {
"build": "npx parcel build src/index.pug --public-url ./",
"start": "npx parcel src/index.pug"
},
"staticFiles": {
"staticPath": "public"
},
"devDependencies": {
"@parcel/config-default": "^2.8.3",
"@parcel/packager-raw-url": "^2.8.3",
"@parcel/packager-xml": "^2.8.3",
"@parcel/transformer-pug": "^2.8.3",
"@parcel/transformer-sass": "^2.8.3",
"@parcel/transformer-stylus": "^2.8.3",
"@parcel/transformer-webmanifest": "^2.8.3",
"@parcel/transformer-xml": "^2.8.3",
"@types/node": "^18.7.14",
"concurrently": "^7.3.0",
"copyfiles": "^2.3.0",
"cssnano": "^5.1.13",
"parcel": "^2.8.3",
"parcel-reporter-static-files-copy": "^1.4.0",
"stylus": "^0.59.0",
"typescript": "^4.8.2"
}
}