-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
52 lines (52 loc) · 1.46 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": "zerolstn",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"build": "webpack --config webpack.dev.js",
"build:prod": "webpack --config webpack.prod.js",
"deploy": "./deploy.sh",
"lint": "vue-cli-service lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anoadragon453/ZeroLSTN.git"
},
"keywords": [],
"author": "Andrew Morgan",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/anoadragon453/ZeroLSTN/issues"
},
"homepage": "https://github.com/anoadragon453/ZeroLSTN#readme",
"description": "Music streaming for all!",
"dependencies": {
"animejs": "^2.2.0",
"js-sha512": "^0.7.1",
"jsmediatags": "^3.8.1",
"markdown-it": "^8.4.1",
"materialize-css": "^1.0.0",
"sanitize-html": "^1.18.2",
"vue": "^2.5.17",
"vue-animejs": "^1.0.1",
"vue-async-computed": "^3.3.1",
"vue-popperjs": "^1.3.0",
"vuex": "^3.0.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.0.5",
"@vue/cli-plugin-eslint": "^3.0.5",
"@vue/cli-service": "^3.0.5",
"@vue/eslint-config-airbnb": "^3.0.5",
"babel-loader": "^8.0.4",
"mini-css-extract-plugin": "^0.4.4",
"node-sass": "^4.9.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"sass-loader": "^7.0.1",
"uglifyjs-webpack-plugin": "^2.0.1",
"vue-loader": "^15.4.2",
"vue-template-compiler": "2.5.17",
"webpack-cli": "^3.1.2",
"webpack-merge": "^4.1.4"
}
}