-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 966 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": "js-template",
"version": "1.0.0",
"description": "",
"browserslist": "> 0.5%, last 2 versions, not dead",
"scripts": {
"dev": "parcel index.html --dist-dir src/dist --open",
"build": "parcel build index.html --dist-dir src/dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/startercode-dev/js-template.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/startercode-dev/js-template/issues"
},
"homepage": "https://github.com/startercode-dev/js-template#readme",
"devDependencies": {
"@parcel/transformer-sass": "^2.8.2",
"eslint": "^8.30.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"parcel": "^2.8.2",
"prettier": "^2.8.1"
},
"dependencies": {
"jquery": "^3.6.3"
}
}