-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
64 lines (64 loc) · 1.67 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
{
"name": "pjax",
"description": "It's a utility JavaScript asset that manages asynchronous page transition on a website.",
"repository": {
"type": "git",
"url": "https://github.com/ykob/pjax"
},
"private": false,
"scripts": {
"start": "npm run dev",
"dev": "cross-env NODE_ENV=development gulp",
"build": "cross-env NODE_ENV=production gulp build"
},
"engines": {
"node": "10.13.0"
},
"browserslist": [
"last 2 version",
"IE 11"
],
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"babel-loader": "^8.0.6",
"browser-sync": "^2.26.7",
"cross-env": "^5.2.0",
"del": "^5.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^6.1.0",
"gulp-clean-css": "^4.2.0",
"gulp-concat": "^2.6.1",
"gulp-data": "^1.3.1",
"gulp-imagemin": "^6.0.0",
"gulp-load-plugins": "^2.0.1",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.1",
"gulp-pug": "^4.0.1",
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.0.2",
"gulp-sitemap": "^7.4.0",
"gulp-watch": "^5.0.1",
"imagemin-mozjpeg": "^8.0.0",
"imagemin-pngquant": "^8.0.0",
"merge-stream": "^2.0.0",
"node-sass": "^4.12.0",
"pump": "^3.0.0",
"require-dir": "^1.2.0",
"run-sequence": "^2.2.1",
"slash": "^3.0.0",
"vinyl-source-stream": "^2.0.0",
"webpack": "^4.39.1",
"webpack-stream": "^5.2.1"
},
"dependencies": {
"axios": "^0.19.0",
"@babel/polyfill": "^7.4.4",
"easing-js": "^1.1.2",
"gl-matrix": "^3.0.0",
"js-util": "git://github.com/ykob/js-util.git",
"jstransformer-markdown-it": "^2.1.0",
"ua-parser-js": "^0.7.20"
}
}