-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.3 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
{
"name": "itcolima-webapp-assets",
"description": "Plantillas de interfaz para sistemas del Instituto Tecnológico de Colima",
"authors": [{
"name": "Francisco Cervantes"
}],
"scripts": {
"watch": "run-p watch:*",
"watch:css": "gulp watch:css",
"watch:fonts": "gulp watch:fonts",
"watch:graphics": "gulp watch:svg",
"watch:scripts": "webpack --watch",
"build": "run-p build:*",
"build:css": "gulp compile:css",
"build:fonts": "gulp copy:fonts",
"build:graphics": "gulp svgsprite",
"build:scripts": "webpack"
},
"devDependencies": {
"@babel/core": "^7.14.8",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/preset-env": "^7.16.4",
"@babel/preset-typescript": "^7.12.7",
"@types/jquery": "^3.5.5",
"babel-loader": "^8.2.2",
"expose-loader": "^1.0.3",
"gulp": "^4.0.2",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-svg-sprite": "^1.5.0",
"jquery": "^3.5.1",
"npm-run-all": "^4.1.5",
"sass": "^1.32.4",
"terser-webpack-plugin": "^4.2.3",
"typescript": "^4.1.3",
"webpack": "^5.64.1",
"webpack-cli": "^4.9.1"
}
}