Skip to content

Commit e8a98c2

Browse files
committed
Started the npm files
1 parent a1acdd7 commit e8a98c2

File tree

3 files changed

+31
-0
lines changed

3 files changed

+31
-0
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
dist/
2+
.cache/
3+
node_modules/

package.json

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"name": "website",
3+
"version": "1.0.0",
4+
"main": "index.js",
5+
"repository": "[email protected]:descartae/website.git",
6+
"author": "Herlon Aguiar <[email protected]>",
7+
"license": "MIT",
8+
"dependencies": {
9+
"bootstrap": "4.0.0",
10+
"jquery": "^3.3.1",
11+
"popper.js": "^1.12.9"
12+
}
13+
}

yarn.lock

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
2+
# yarn lockfile v1
3+
4+
5+
6+
version "4.0.0"
7+
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-4.0.0.tgz#ceb03842c145fcc1b9b4e15da2a05656ba68469a"
8+
9+
jquery@^3.3.1:
10+
version "3.3.1"
11+
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.3.1.tgz#958ce29e81c9790f31be7792df5d4d95fc57fbca"
12+
13+
popper.js@^1.12.9:
14+
version "1.12.9"
15+
resolved "https://registry.yarnpkg.com/popper.js/-/popper.js-1.12.9.tgz#0dfbc2dff96c451bb332edcfcfaaf566d331d5b3"

0 commit comments

Comments
 (0)