-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·38 lines (38 loc) · 1.26 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·38 lines (38 loc) · 1.26 KB
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
37
38
{
"name": "@maxencedelattre/html-prototype",
"version": "1.0.0",
"description": "Template Joomla pour le site web de ###ENTREPRISE###",
"homepage": "https://github.com/maxencedelattre/html-prototype",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/maxencedelattre/html-prototype.git"
},
"devDependencies": {
"autoprefixer": "^6.5.1",
"jquery": "^3.3.1",
"popper.js": "^1.12.9",
"grunt": "^1.0.1",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-cssmin": "^1.0.2",
"grunt-contrib-less": "^1.4.1",
"grunt-contrib-uglify": "^3.3.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-postcss": "^0.8.0",
"grunt-sass": "^2.0.0",
"grunt-sync": "^0.6.2",
"postcss-cli": "^2.6.0",
"postcss-flexbugs-fixes": "^2.0.0"
},
"dependencies": {
"@fortawesome/fontawesome": "^1.1.4",
"@fortawesome/fontawesome-free-brands": "^5.0.8",
"@fortawesome/fontawesome-free-regular": "^5.0.8",
"@fortawesome/fontawesome-free-solid": "^5.0.8",
"@fortawesome/fontawesome-free-webfonts": "^1.0.4",
"@fortawesome/fontawesome-pro-light": "^5.0.8",
"@fortawesome/fontawesome-pro-regular": "^5.0.8",
"@fortawesome/fontawesome-pro-solid": "^5.0.8",
"bootstrap": "^4.0"
}
}