forked from antoine1003/resume-terminal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 789 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
{
"name": "cv-terminal",
"version": "2.1.5",
"description": "Nice looking resume.",
"scripts": {
"clean:output": "rimraf dist",
"dev": "npx parcel src/index.html",
"build": "npm run clean:output && npx parcel build src/index.html --no-source-maps"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"canvas-confetti": "^1.5.1",
"dompurify": "^3.0.5",
"fireworks-js": "^1.3.5",
"postcss": "^8.3.11"
},
"browserslist": [
"defaults"
],
"devDependencies": {
"@parcel/packager-raw-url": "^2.0.0",
"@parcel/transformer-sass": "^2.0.0",
"@parcel/transformer-webmanifest": "^2.0.0",
"cssnano": "^5.0.8",
"parcel": "^2.0.0",
"prettier": "2.4.1",
"rimraf": "^5.0.1",
"sass": "^1.43.4"
}
}