-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 859 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 859 Bytes
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
{
"name": "rtpp-2",
"version": "1.3.1",
"description": "A bunch of tweaks for the new Rooster Teeth website. Includes a new video player, smaller store items, and smaller video promo hero.",
"scripts": {
"build": "node utils/build.js",
"start": "node utils/webserver.js"
},
"devDependencies": {
"clean-webpack-plugin": "^0.1.17",
"copy-webpack-plugin": "^4.2.0",
"css-loader": "^0.25.0",
"file-loader": "^0.11.2",
"fs-extra": "^0.30.0",
"html-loader": "^0.4.5",
"html-webpack-plugin": "2.24.1",
"raw-loader": "0.5.1",
"style-loader": "^0.13.0",
"uglifyjs-webpack-plugin": "1.2.5",
"webpack": "2.2.1",
"webpack-dev-server": "^2.3.0",
"write-file-webpack-plugin": "3.4.2"
},
"dependencies": {
"domtastic": "0.15.6",
"materialize-css": "1.0.0-beta",
"xml-js": "1.6.2"
}
}