-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (40 loc) · 1.39 KB
/
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
37
38
39
40
41
{
"name": "helpone-helpdesk",
"version": "1.0.0",
"description": "HelpOne - Sistema de HelpDesk | Projeto Integrado Multidisciplinar III",
"main": "index.html",
"scripts": {
"watch:sass": "node-sass assets/sass/main.scss assets/css/style.css -w",
"devserver": "live-server",
"start": "npm-run-all --parallel devserver watch:sass",
"compile:sass": "node-sass assets/sass/main.scss assets/css/style.comp.css",
"prefix:css": "postcss --use autoprefixer -b 'last 10 versions' assets/css/style.comp.css -o assets/css/style.prefix.css",
"compress:css": "node-sass assets/css/style.prefix.css assets/css/style.css --output-style compressed",
"build:css": "npm-run-all compile:sass prefix:css compress:css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MatheusWebDev/helpone-helpdesk.git"
},
"author": "MatheusWebDev",
"license": "ISC",
"bugs": {
"url": "https://github.com/MatheusWebDev/helpone-helpdesk/issues"
},
"homepage": "https://github.com/MatheusWebDev/helpone-helpdesk#readme",
"dependencies": {
"bootstrap": "^4.1.1",
"jquery": "^3.3.1",
"popper.js": "^1.14.3"
},
"devDependencies": {
"autoprefixer": "^9.1.5",
"concat": "^1.0.3",
"live-server": "^1.2.0",
"node-sass": "^4.9.0",
"live-server": "^1.2.0",
"node-sass": "^4.9.0",
"npm-run-all": "^4.1.3",
"postcss-cli": "^6.0.0"
}
}