-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
72 lines (72 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
66
67
68
69
70
71
72
{
"name": "tails_express",
"version": "2.0.0",
"description": "Just another web framework",
"main": "gulpfile.js",
"scripts": {
"watch": "gulp watch --mode=dev",
"watch:prod": "gulp watch --mode=prod",
"build": "gulp build --mode=dev",
"build:prod": "gulp build --mode=prod",
"min": "gulp min",
"publish": "gulp publish --mode=prod"
},
"repository": {
"type": "git",
"url": "git+https://github.com/asertym/Tails-Express.git"
},
"keywords": [
"web",
"framework",
"twig",
"tailwind",
"vuejs"
],
"author": "asertym",
"license": "MIT",
"bugs": {
"url": "https://github.com/asertym/Tails-Express/issues"
},
"homepage": "https://github.com/asertym/Tails-Express#readme",
"dependencies": {
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.5.0",
"@tailwindcss/line-clamp": "^0.3.1",
"argv": "^0.0.3",
"autoprefixer": "^10.4.7",
"browser-sync": "^2.28.3",
"cssnano": "^6.0.0",
"del": "^6.0.0",
"domready": "^1.0.8",
"eslint": "^8.11.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.1",
"eslint-plugin-standard": "^5.0.0",
"eslint-webpack-plugin": "^3.2.0",
"fancy-log": "^2.0.0",
"fs": "^0.0.2",
"gsap": "^3.11.0",
"gulp": "^4.0.2",
"gulp-changed": "^4.0.3",
"gulp-htmlmin": "^5.0.1",
"gulp-if": "^3.0.0",
"gulp-imagemin": "^7.1.0",
"gulp-notify": "^4.0.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^9.0.1",
"gulp-sass": "^5.1.0",
"gulp-sass-glob": "^1.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-twig": "^1.2.0",
"gulp-uglify": "^3.0.2",
"lazysizes": "^5.3.2",
"postcss-import": "^14.1.0",
"sass": "^1.49.9",
"tailwindcss": "^3.0.23",
"terser-webpack-plugin": "^5.3.7",
"webpack-merge": "^5.8.0",
"webpack-stream": "^7.0.0"
}
}