-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
81 lines (81 loc) · 2.03 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
73
74
75
76
77
78
79
80
81
{
"name": "tapsell-document",
"version": "1.0.0",
"description": "Tapsell Documents",
"main": "gulpfile.js",
"scripts": {
"start": "bundle exec gulp",
"build": "bundle exec gulp build --mode=production",
"postversion": "git push && git push --tags",
"plop": "plop"
},
"repository": {
"type": "git",
"url": "https://github.com/tapsellorg/TapsellDocument"
},
"keywords": [
"Tapsell",
"C#",
"Java",
"Javascript",
"Dart",
"Flutter",
"Kotlin",
"Objective-C",
"Swift"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/tapsellorg/TapsellDocument/issues"
},
"homepage": "https://docs.tapsell.ir/",
"devDependencies": {
"@babel/core": "^7.24.9",
"@babel/preset-env": "^7.25.0",
"autoprefixer": "^10.4.19",
"babel-core": "^6.26.3",
"babel-loader": "^9.1.3",
"bootstrap": "^5.3.3",
"browser-sync": "^3.0.2",
"cryptiles": ">=4.1.3",
"css-loader": "^7.1.2",
"del": "^7.1.0",
"eslint-config-google": "^0.14.0",
"file-loader": "^6.2.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat-css": "^3.1.0",
"gulp-eslint": "^6.0.0",
"gulp-htmlmin": "^5.0.1",
"gulp-if": "^3.0.0",
"gulp-imagemin": "^9.1.0",
"gulp-newer": "^1.4.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^10.0.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-version-number": "^0.2.4",
"image-webpack-loader": "^8.1.0",
"imagemin-pngquant": "^10.0.0",
"jquery": "^3.7.1",
"natives": "^1.1.6",
"plop": "^4.0.1",
"popper.js": "^1.16.1",
"postcss-loader": "^8.1.1",
"sass": "^1.77.8",
"sass-loader": "^16.0.0",
"style-loader": "^4.0.0",
"terser-webpack-plugin": "^5.3.10",
"ts-loader": "^9.5.1",
"vinyl": "^3.0.0",
"vinyl-named": "^1.1.0",
"webpack": "^5.93.0",
"webpack-stream": "^7.0.0",
"yargs": "^17.7.2"
},
"dependencies": {
"eslint-webpack-plugin": "^4.2.0",
"netlify-cms": "^2.10.192"
}
}