-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.55 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.55 KB
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
{
"name": "telefonosuci.github.io",
"description": "SUCI - Jekyll Website",
"version": "1.0.0",
"engines": {
"node": "17.4.0",
"npm": "8.3.1"
},
"scripts": {
"dev": "bundle exec jekyll serve",
"build": "webpack --config webpack.config.js",
"watch": "webpack --config webpack.config.js --env watch=true",
"predeploy": "npm run build",
"deploy": "gh-pages -d _site"
},
"repository": {
"type": "git",
"url": "https://github.com/telefonosuci/telefonosuci.github.io.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/telefonosuci/telefonosuci.github.io/issues"
},
"homepage": "hhttps://telefonosuci.github.io",
"dependencies": {
"@babel/core": "^7.19.3",
"bootstrap": "^5.2.0",
"chart.js": "^3.8.0",
"dragula": "^3.7.3",
"grapejs": "^2.1.2",
"lbh-frontend": "^3.6.1",
"logrocket": "^3.0.1",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sucipack": "^0.1.0",
"swiper": "^8.4.7",
"uuid": "^8.3.2",
"yarn": "^1.22.19"
},
"devDependencies": {
"@babel/plugin-syntax-jsx": "^7.18.6",
"@babel/preset-env": "^7.18.6",
"@babel/preset-react": "^7.18.6",
"babel-loader": "^8.2.5",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.1",
"eslint-loader": "^4.0.2",
"gh-pages": "^5.0.0",
"mini-css-extract-plugin": "^2.6.1",
"sass": "^1.53.0",
"sass-loader": "^13.0.2",
"style-loader": "^3.3.1",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0"
}
}