forked from craftcms/craft
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.78 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": "[[name]]",
"version": "1.0.0",
"license": "proprietary",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/weareferal/[[name]].git"
},
"dependencies": {
"gsap": "^2.1.0",
"lazysizes": "^5.1.0",
"scrollmagic": "^2.0.0",
"smooth-scrollbar": "^8.5.0"
},
"devDependencies": {
"@babel/core": "^7.6.0",
"@babel/plugin-proposal-class-properties": "^7.7.0",
"@babel/plugin-proposal-decorators": "^7.6.0",
"@babel/preset-env": "^7.6.0",
"@fullhuman/postcss-purgecss": "^2.1.2",
"autoprefixer": "^9.1.0",
"babelify": "^10.0.0",
"browser-sync": "^2.26.0",
"browserify": "^16.5.0",
"cssnano": "^4.1.0",
"del": "^5.1.0",
"dotenv": "^8.2.0",
"gulp": "^4.0.0",
"gulp-awspublish": "^4.1.2",
"gulp-cloudfront-invalidate-aws-publish": "^1.0.0",
"gulp-environments": "^1.0.1",
"gulp-imagemin": "^7.1.0",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^2.0.0",
"gulp-rev": "^9.0.0",
"gulp-rev-format": "^1.0.5",
"gulp-sourcemaps": "^2.6.0",
"gulp-stylelint": "^13.0.0",
"gulp-svg-sprite": "^1.5.0",
"gulp-terser": "^1.2.0",
"gulp-typescript": "^6.0.0-alpha.1",
"gulp-watch": "^5.0.0",
"gulp-webp": "^4.0.1",
"include-media": "^1.4.0",
"postcss-custom-properties": "^9.0.0",
"postcss-import": "^12.0.0",
"postcss-nested": "^4.2.0",
"purgecss": "^2.1.2",
"purgecss-from-html": "^2.1.2",
"purgecss-from-js": "^1.0.0",
"stylelint": "^13.6.1",
"stylelint-config-recommended": "^3.0.0",
"tailwindcss": "^1.4.0",
"tailwindcss-gradients": "^3.0.0",
"typescript": "^3.9.5",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^2.0.0"
},
"engines": {
"node": ">=13.0.0"
}
}