forked from nauvalazhar/stisla
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 828 Bytes
/
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
{
"name": "stisla",
"version": "1.0.0",
"description": "Stisla template modernized with npm & webpack ",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Lurow/stisla.git"
},
"author": "Louis Rose",
"license": "MIT",
"bugs": {
"url": "https://github.com/Lurow/stisla/issues"
},
"homepage": "https://github.com/Lurow/stisla#readme",
"devDependencies": {
"css-loader": "^0.28.10",
"style-loader": "^0.20.2",
"url-loader": "^1.0.1",
"webpack": "^4.1.1",
"webpack-cli": "^2.0.10"
},
"dependencies": {
"bootstrap": "^4.0.0",
"ionicons": "^3.0.0",
"jquery": "^3.3.1",
"popper.js": "^1.12.9",
"sweetalert": "^2.1.0"
}
}