-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 847 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
{
"name": "layout-design",
"version": "1.0.0",
"description": "Maquetación UX con HTML5, CSS3, JavaScript ES6+; acerca de diseños definidos",
"repository": {
"type": "git",
"url": "[email protected]:CristianBonilla/layout-design.git"
},
"author": {
"name": "Cristian Bonilla",
"email": "[email protected]",
"url": "https://www.linkedin.com/in/cristian-camilo-bonilla-20732516b"
},
"license": "MIT",
"private": true,
"engines": {
"node": ">=11.0.0 <12.0.0",
"npm": ">=6.7.0 <6.9.0",
"yarn": ">=1.17.0"
},
"dependencies": {
"bootstrap": "^4.3.1",
"jquery": "^3.4.1",
"popper.js": "^1.15.0"
},
"devDependencies": {
"cross-env": "^6.0.0",
"node-sass": "^4.12.0",
"typescript": "^3.6.3",
"webpack": "^4.41.0",
"webpack-dev-server": "^3.8.1"
}
}