forked from hngi/TEAM-FALCON-Frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 917 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
33
34
35
36
{
"name": "teamfalcon-frontend",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/hngi/TEAM-FALCON-Frontend.git",
"author": "Samuel Onyijne <[email protected]>",
"license": "MIT",
"private": false,
"scripts": {
"dev": "rm -rf dist/* && parcel index.html",
"build": "rm -rf dist/* && parcel build index.html",
"start": "node dist/src.4a6b1ad0.js"
},
"engines": {
"node": "12.13"
},
"devDependencies": {
"airbnb": "^0.0.2",
"eslint": "6.8.0",
"eslint-config-airbnb-base": "14.1.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.20.1",
"node-sass": "^4.14.1",
"parcel-bundler": "^1.12.4",
"prettier": "^2.0.5"
},
"dependencies": {
"bootstrap": "4.5.0",
"fontawesome": "^5.6.3",
"jquery": "3.5.0",
"popper.js": "^1.16.0"
},
"browserslist": [
"last 1 Chrome versions"
]
}