-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.21 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
{
"name": "jacob-perez",
"version": "1.0.0",
"description": "My personal blog",
"targets": {
"dev": {
"source": "./src/index.html",
"distDir": "./docs"
}
},
"scripts": {
"dev": "parcel serve --target dev --no-source-maps",
"build": "parcel build --target dev --no-source-maps --no-content-hash --public-url /blog"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jacobxperez/rams.git"
},
"author": "Jacob Perez",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/jacobxperez/rams/issues"
},
"homepage": "https://github.com/jacobxperez/rams/",
"devDependencies": {
"@mischnic/parcel-namer-preserve-structure": "^0.2.0",
"@parcel/optimizer-terser": "^2.11.0",
"parcel": "^2.11.0",
"parcel-optimizer-friendly-urls": "^0.2.0",
"postcss": "^8.4.38",
"postcss-advanced-variables": "^4.0.0",
"postcss-custom-selectors": "^7.1.8",
"postcss-import": "^16.1.0",
"postcss-mixins": "^10.0.1",
"postcss-nesting": "^12.1.2",
"postcss-variable-compress": "^3.0.0",
"prettier": "3.2.5"
}
}