-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.35 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "gif-jokey",
"repository": {
"type": "git",
"url": "git://github.com/arthursw/gif-jokey.git"
},
"version": "1.0.0",
"description": "gif-o-maton for parties",
"main": "bundle.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack.config.js",
"start-simple": "serve",
"start": "webpack-dev-server"
},
"author": "",
"license": "ISC",
"dependencies": {
"bootstrap": "^3.3.7",
"bootstrap-slider": "^9.8.0",
"css-loader": "^0.28.3",
"gifshot": "^0.3.2",
"glfx": "0.0.4",
"jquery": "^3.2.1",
"jquery-ui": "^1.12.1",
"style-loader": "^0.18.1",
"three": "^0.85.2"
},
"devDependencies": {
"@types/jquery": "^2.0.44",
"@types/jqueryui": "^1.11.34",
"@types/three": "^0.84.11",
"css-loader": "^0.28.3",
"exports-loader": "^0.6.4",
"extract-text-webpack-plugin": "^2.1.0",
"imports-loader": "^0.7.1",
"node-sass": "^5.0.0",
"resolve-url-loader": "^2.0.2",
"sass-loader": "^6.0.5",
"serve": "^5.1.5",
"style-loader": "^0.18.1",
"ts-loader": "^2.1.0",
"typescript": "^2.3.3",
"webpack": "^2.6.1",
"webpack-dev-server": "^2.4.5"
},
"bugs": {
"url": "https://github.com/arthursw/gif-jokey/issues"
},
"homepage": "https://github.com/arthursw/gif-jokey#readme",
"keywords": []
}