forked from atware/scuruto
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 866 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
{
"name": "Sharedocs",
"version": "1.0.0",
"description": "An internal knowledge sharing app",
"devDependencies": {
"clean-webpack-plugin": "^0.1.8",
"assets-webpack-plugin": "^3.4.0",
"bootstrap": "^3.3.6",
"copy-webpack-plugin": "^2.1.1",
"css-loader": "^0.23.1",
"emojify.js": "^1.1.0",
"expose-loader": "^0.7.1",
"featherlight": "^1.4.0",
"file-loader": "^0.8.5",
"google-code-prettify": "^1.0.1",
"imports-loader": "^0.6.5",
"jquery": "^2.2.3",
"jquery-textcomplete": "^1.3.4",
"knockout": "^3.4.0",
"store": "^1.3.20",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.0",
"raphael": "^2.2.7",
"underscore": "^1.8.3",
"flowchart.js": "^1.6.4"
},
"scripts": {
"webpack": "webpack",
"webpackw": "webpack --progress --colors --watch"
}
}