forked from MariusTBjercke/BlizzlikeCMS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·35 lines (35 loc) · 913 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
35
{
"name": "BlizzlikeCMS",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack -p",
"watch": "webpack -p --watch"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/Bjercke/DeskMate.git"
},
"author": "Marius Bjercke",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/Bjercke/DeskMate/issues"
},
"homepage": "https://gitlab.com/Bjercke/DeskMate#README",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"css-loader": "^0.28.9",
"extract-text-webpack-plugin": "^3.0.2",
"jquery": "^3.4.1",
"node-sass": "^4.12.0",
"sass-loader": "^6.0.6",
"tether": "^1.4.7",
"timeago": "^1.6.7",
"transfer-webpack-plugin": "^0.1.4",
"webpack": "^3.11.0"
}
}