-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.81 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
{
"name": "toolkit",
"version": "0.1.0",
"description": "quack quack",
"main": "gulpfile.babel.js",
"private": true,
"engines": {
"node": ">=8.x.x",
"npm": "~5.x.x"
},
"dependencies": {
"gsap": "^2.0.2",
"swiper": "^4.4.1"
},
"devDependencies": {
"@types/jquery": "^3.3.6",
"awesome-typescript-loader": "^5.2.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-0": "^6.24.1",
"babel-register": "^6.26.0",
"browser-sync": "^2.24.7",
"cross-env": "^5.2.0",
"del": "^3.0.0",
"delete-empty": "^2.0.0",
"directory-named-webpack-plugin": "^4.0.0",
"dotenv-expand": "^4.2.0",
"dotenv-extended": "^2.2.0",
"eventsource-polyfill": "^0.9.6",
"gulp": "^4.0.0",
"gulp-file-include": "^2.0.1",
"gulp-imagemin": "^4.1.0",
"gulp-inject": "^4.2.0",
"gulp-plumber": "^1.1.0",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.0.1",
"gulp-sass-glob": "^1.0.9",
"gulp-sass-variables": "^1.2.0",
"gulp-sourcemaps": "^2.4.0",
"html-loader": "^0.5.5",
"http-proxy-middleware": "^0.18.0",
"jquery": "^3.3.1",
"name-that-color": "^0.1.0",
"node-notifier": "^5.2.1",
"normalize-scss": "^7.0.1",
"require-dir": "^1.0.0",
"sass-mq": "^5.0.0",
"turbocolor": "^2.6.1",
"typescript": "^2.9.2",
"undertaker-forward-reference": "^1.0.2",
"webpack-dev-middleware": "^3.2.0",
"webpack-hot-middleware": "^2.23.1",
"webpack-stream": "^5.1.1"
},
"scripts": {
"start": "nvm use 8.1.3 && npm rebuild node-sass && cross-env NODE_ENV=development gulp --fun",
"build": "cross-env NODE_ENV=production gulp build",
"tooling": "gulp --tooling",
"fun": "gulp --fun",
"conf": "gulp --conf",
"hmr": "gulp --hmr"
},
"author": "jawsh",
"license": "MIT"
}