-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.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": "pbnj1",
"browserslist": "> 0.5%, last 2 versions, not dead",
"version": "3.0.4",
"description": "🎉 pbnj: Play, Build, 'N' Jam! 🎉 Welcome to the vibrant world of **Parcel**, **Bootstrap**, **Node**, and **JavaScript**! The **pbnj** project is your playground to test, tweak, and twist your code with various libraries and frameworks. Perfect for beginners and code enthusiasts alike!",
"keywords": [
"bootstrap",
"parcel",
"javascript",
"scss"
],
"author": "@cresencio",
"license": "ISC",
"bin": {
"pbnj1": "./bin/index.js"
},
"scripts": {
"clean:output": "rimraf dist",
"start": "npm run clean:output && parcel serve src/index.html --public-url /",
"build-prod": "npm run clean:output && parcel build ./src/index.html --no-content-hash"
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.0",
"jquery": "^3.7.0",
"ncp": "^2.0.0",
"parcel": "^2.9.3",
"prompt": "^1.3.0",
"rimraf": "^5.0.1"
},
"devDependencies": {
"@parcel/transformer-sass": "^2.9.3",
"eslint": "^7.32.0",
"eslint-config-prettier": "^7.0.0",
"eslint-plugin-prettier": "^3.4.1",
"prettier": "^2.8.8",
"sass": "^1.63.6"
}
}