-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
34 lines (34 loc) · 935 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": "Scuruto",
"version": "1.0.0",
"description": "An internal knowledge sharing app",
"devDependencies": {
"assets-webpack-plugin": "^3.5.1",
"bootstrap": "^3.3.7",
"clean-webpack-plugin": "^0.1.18",
"copy-webpack-plugin": "^4.4.1",
"css-loader": "^0.28.9",
"emojify.js": "^1.1.0",
"expose-loader": "^0.7.4",
"featherlight": "^1.7.12",
"file-loader": "^1.1.8",
"flowchart.js": "^1.8.0",
"google-code-prettify": "^1.0.5",
"imports-loader": "^0.7.1",
"jquery": "^3.3.1",
"jquery-ui": "^1.12.1",
"jquery-textcomplete": "^1.8.4",
"knockout": "^3.4.2",
"knockout-jqautocomplete": "^0.5.0",
"raphael": "^2.2.7",
"store": "^2.0.12",
"style-loader": "^0.19.1",
"underscore": "^1.8.3",
"url-loader": "^0.6.2",
"webpack": "^3.11.0"
},
"scripts": {
"webpack": "webpack",
"webpackw": "webpack --progress --colors --watch"
}
}