This repository has been archived by the owner on Oct 7, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.68 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "@backofficeapps/times-ui",
"version": "1.0.0-alpha",
"description": "UI Design for TiMES application",
"homepage": "https://backofficeapps.dev/TiMES-UI/",
"license": "UNLICENSED",
"private": true,
"dependencies": {
"@material/animation": "~6.0.0",
"@material/button": "~6.0.0",
"@material/card": "~6.0.0",
"@material/checkbox": "~6.0.0",
"@material/dialog": "~6.0.0",
"@material/icon-button": "~6.0.0",
"@material/list": "~6.0.0",
"@material/rtl": "~6.0.0",
"@material/shape": "~6.0.0",
"@material/snackbar": "^6.0.0",
"@material/theme": "~6.0.0",
"@material/top-app-bar": "~6.0.0",
"@material/typography": "~6.0.0",
"axios": "~0.19.2"
},
"devDependencies": {
"browser-sync": "~2.26.7",
"del": "~5.1.0",
"gulp": "~4.0.2",
"gulp-eslint": "~6.0.0",
"gulp-jsdoc3": "~3.0.0",
"gulp-sass": "~4.1.0",
"gulp-sourcemaps": "~2.6.5",
"gulp-stylelint": "~13.0.0",
"sass": "~1.26.5",
"stylelint": "~13.3.3",
"stylelint-config-sass-guidelines": "~7.0.0",
"webpack": "~4.43.0",
"webpack-stream": "~5.2.1"
},
"scripts": {
"start": "gulp",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "github:UNO-CSCI4970-SP20-BOB/TiMES-UI"
},
"sass": {
"outputStyle": "compressed",
"includePaths": [
"node_modules"
]
},
"jsDoc": {
"source": {
"include": [
"package.json",
"README.md"
]
}
}
}