-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
72 lines (72 loc) · 1.69 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
62
63
64
65
66
67
68
69
70
71
72
{
"name": "staffio",
"version": "0.1.0",
"description": "An OAuth2 server with management for enterprise employees",
"scripts": {
"dev": "echo dev",
"build": "gulp clean build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"staffio",
"oauth2"
],
"repository": {
"type": "git"
},
"author": "liut",
"license": "MIT",
"dependencies": {
"bootstrap": "^3.4.1",
"bootstrap-select": "^1.12.2",
"bootstrap-validator": "^0.11.9",
"bootstrapValidator": "liut/bootstrapvalidator",
"datatables.net": "^1.10.15",
"datatables.net-bs": "^1.10.15",
"i18next": "^7.2.3",
"jquery": "^3.2.1",
"moment": "^2.18.1",
"pwstrength-bootstrap": "liut/jquery.pwstrength.bootstrap",
"x-editable": "^1.5.1"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"babel": "^6.23.0",
"babelify": "^10.0.0",
"browserify": "^16.5.2",
"coffeeify": "^3.0.1",
"coffeescript": "^2.5.1",
"del": "^2.2.2",
"font-awesome-stylus": "^4.7.1",
"glob": "^7.1.1",
"gulp": "^4.0.2",
"gulp-browserify": "^0.5.1",
"gulp-cached": "^1.1.1",
"gulp-clean-css": "^3.10.0",
"gulp-concat": "^2.6.1",
"gulp-rename": "^1.4.0",
"gulp-sourcemaps": "^1.12.0",
"gulp-stylus": "^1.3.7",
"gulp-uglify": "^1.5.4",
"gulp-util": "^3.0.8",
"gulp-watch": "^4.3.11",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.2"
},
"browserify": {
"transform": [
"coffeeify"
],
"extensions": [
".js",
".coffee"
],
"paths": [
"./node_modules",
"./fe/scripts"
]
},
"browserify-shim": {}
}