-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 888 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
34
35
36
{
"name": "proyectofinal",
"version": "1.0.0",
"main": "index.js",
"dependencies": {
"anymatch": "^3.1.3",
"binary-extensions": "^2.2.0",
"braces": "^3.0.2",
"chokidar": "^3.5.3",
"fill-range": "^7.0.1",
"fsevents": "^2.3.2",
"g": "^2.0.1",
"glob-parent": "^5.1.2",
"immutable": "^4.3.0",
"is-binary-path": "^2.1.0",
"is-extglob": "^2.1.1",
"is-glob": "^4.0.3",
"is-number": "^7.0.0",
"normalize-path": "^3.0.0",
"picomatch": "^2.3.1",
"readdirp": "^3.6.0",
"sass": "^1.59.3",
"source-map-js": "^1.0.2",
"to-regex-range": "^5.0.1"
},
"devDependencies": {
"nodemon": "^2.0.21"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch-scss": " sass --watch styles/scss/style.scss styles/css/style.css"
},
"author": "",
"license": "ISC",
"description": ""
}