-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
56 lines (56 loc) · 1.43 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
{
"name": "minerva",
"version": "4.3.8",
"description": "Online shared object editor",
"main": "index.js",
"scripts": {
"dev": "gulp dev",
"build": "gulp build"
},
"keywords": [
"shared",
"object",
"AMF0",
"AMF3"
],
"author": "Gabriel Mariani",
"license": "ISC",
"bugs": {
"url": "https://github.com/gmariani/minerva/issues"
},
"homepage": "https://mariani.life/projects/minerva/",
"devDependencies": {
"autoprefixer": "^10.4.4",
"cssnano": "^5.1.4",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-cache": "^1.1.3",
"gulp-directory-sync": "^1.2.4",
"gulp-htmlmin": "^5.0.1",
"gulp-imagemin": "^8.0.0",
"gulp-minify-inline": "^1.1.0",
"gulp-postcss": "^9.0.1",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.3",
"gulp-uglify": "^3.0.2",
"gulp-useref": "^5.0.0",
"html-minifier": "^4.0.0",
"normalize.css": "^8.0.1",
"postcss": "^8.4.12",
"run-sequence": "^2.2.1"
},
"dependencies": {},
"browserslist": {
"production": [
"> 0.2%",
"not dead",
"not op_mini all",
"last 3 iOS versions"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}