forked from Nachomontoya/filesystem-explorer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 796 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 796 Bytes
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
{
"name": "filesystem-explorer",
"version": "1.0.0",
"description": "`#html` `#css` `#js` `#php` `#master-in-software-engineering`",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"scss": "sass -watch ./src/pages/ -o css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jonathancede/filesystem-explorer.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jonathancede/filesystem-explorer/issues"
},
"homepage": "https://github.com/jonathancede/filesystem-explorer#readme",
"dependencies": {
"bootstrap": "^5.0.1",
"node-sass": "^6.0.0",
"sass": "^1.35.1"
},
"devDependencies": {
"@prettier/plugin-php": "^0.17.1",
"prettier": "^2.3.1"
}
}