-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.34 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
{
"name": "slud-frontend",
"version": "0.1.0",
"description": "Frontend para la semana linux",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --progress -p",
"watch": "webpack --progress --watch",
"server": "webpack-dev-server --open"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GLUD/SLUD-frontend.git"
},
"keywords": [
"glud",
"slud",
"semana-linux"
],
"author": "GLUD",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/GLUD/SLUD-frontend/issues"
},
"homepage": "https://github.com/GLUD/SLUD-frontend#readme",
"dependencies": {
"angular": "^1.6.8",
"aos": "^2.2.0",
"bootstrap": "^4.0.0",
"bootstrap-loader": "^2.2.0",
"jquery": "^3.3.1",
"normalize.css": "^7.0.0",
"popper.js": "^1.12.9"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"bootstrap-sass": "^3.3.7",
"css-loader": "^0.28.11",
"exports-loader": "^0.7.0",
"file-loader": "^1.1.6",
"imports-loader": "^0.8.0",
"node-sass": "^4.8.3",
"resolve-url-loader": "^2.3.0",
"sass-loader": "^6.0.7",
"style-loader": "^0.20.3",
"url-loader": "^1.0.1",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.11.0"
}
}