-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
51 lines (51 loc) · 1.37 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
{
"name": "slim-skeleton",
"private": true,
"version": "0.0.0",
"author": "Fery Wardiyanto <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/projek-xyz/slim-skeleton#readme",
"bugs": {
"url": "https://github.com/projek-xyz/slim-skeleton/issues"
},
"engines": {
"node": ">=6.0"
},
"scripts": {
"gulp": "gulp",
"test": "gulp test:bdd",
"start": "gulp watch",
"deploy:wiki": "git subtree push -P docs/wiki [email protected]:projek-xyz/slim-skeleton.wiki.git master"
},
"dependencies": {
"bootstrap": "^5.0.1",
"font-awesome": "^4.6.3",
"jquery": "^3.1.1"
},
"devDependencies": {
"babel-preset-es2015": "^6.14.0",
"browser-sync": "^3.0.2",
"chai": "^5.1.2",
"del": "^8.0.0",
"dotenv": "^16.4.5",
"gulp": "^5.0.0",
"gulp-autoprefixer": "^9.0.0",
"gulp-babel": "^8.0.0",
"gulp-changed": "^5.0.2",
"gulp-clean-css": "^3.10.0",
"gulp-connect-php": "1.0.3",
"gulp-eslint": "^6.0.0",
"gulp-imagemin": "^9.0.0",
"gulp-load-plugins": "^2.0.6",
"gulp-modernizr": "^4.0.1",
"gulp-sass": "^5.1.0",
"gulp-sass-lint": "^1.2.0",
"gulp-uglify": "^3.0.2",
"gulp-util": "^3.0.7",
"gulp-webdriver": "^4.0.0",
"run-sequence": "^2.2.0",
"wdio-browserstack-service": "^0.1.3",
"wdio-mocha-framework": "^0.6.4",
"webdriverio": "^9.5.1"
}
}