This repository has been archived by the owner on Jul 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 2.07 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
53
54
55
56
57
58
59
60
61
62
63
64
{
"dependencies": {
"@babel/core": "^7.7.0",
"@babel/polyfill": "^7.7.0",
"@babel/preset-env": "^7.7.1",
"@mariotacke/color-thief": "^3.0.1",
"autoprefixer": "^9.7.1",
"axios": "^0.19.0",
"babel-loader": "^8.0.6",
"babel-polyfill": "^6.26.0",
"babel-runtime": "^6.26.0",
"copy-webpack-plugin": "^5.0.4",
"css-loader": "^3.2.0",
"debounce": "^1.2.0",
"django-channels": "2.1.2",
"float-labels.js": "^3.3.6",
"foundation-sites": "6.5.1",
"jquery": "^3.3.1",
"jquery-color": "3.0.0-alpha.1",
"matches-selector": "^1.2.0",
"mini-css-extract-plugin": "^0.8.0",
"motion-ui": "^1.2.3",
"node-sass": "^4.13.0",
"nosleep.js": "^0.9.0",
"postcss-cli": "^5.0.0",
"postcss-loader": "^3.0.0",
"sass-loader": "^8.0.0",
"soundmanager2": "https://github.com/scottschiller/SoundManager2#cf9896a4dc17055f232578dd54586704badba665",
"style-loader": "^1.0.0",
"turbolinks": "^5.2.0",
"vue": "^2.5.16",
"vue-analytics": "^5.16.2",
"vue-click-outside": "^1.0.7",
"vue-lazyload": "^1.2.6",
"vue-loader": "^15.2.0",
"vue-template-compiler": "^2.5.16",
"vue-timeago": "^5.0.0",
"vuex": "^3.0.1",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.9.0",
"webpack-merge": "^4.2.2"
},
"scripts": {
"watch": "NODE_ENV=development webpack-dev-server --config webpack/dev.js",
"build": "NODE_ENV=production webpack --config webpack/prod.js",
"clean": "rm -Rf ./build/ && rm -Rf ./dist/"
},
"private": true,
"devDependencies": {
"hard-source-webpack-plugin": "^0.12.0",
"vue-masonry": "^0.11.7"
},
"babel": {
"presets": [
"@babel/preset-env"
]
},
"name": "openbroadcast.ch",
"version": "0.0.2",
"main": "./static/js/bundle.js",
"author": "digris AG - Jonas Ohrstrom",
"license": "GPL V3"
}