-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
32 lines (32 loc) · 1012 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": "orange-portfolio-frontend",
"version": "1.0.0",
"description": "The Orange Portfolio is a web app that allows users to share their projects online and see other people's projects as well.",
"main": "index.js",
"scripts": {
"build": "npx rollup -p @rollup/plugin-node-resolve ./index.js -o ./bundle.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fcmara-hackathon-squad-08/orange-portfolio-frontend.git"
},
"keywords": [
"programadeformacao"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/fcmara-hackathon-squad-08/orange-portfolio-frontend/issues"
},
"homepage": "https://github.com/fcmara-hackathon-squad-08/orange-portfolio-frontend#readme",
"dependencies": {
"@material/web": "^1.2.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"rollup": "^4.9.6"
},
"devDependencies": {
"eslint": "^8.56.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.29.1"
}
}