-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·33 lines (33 loc) · 826 Bytes
/
Copy pathpackage.json
File metadata and controls
executable file
·33 lines (33 loc) · 826 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
30
31
32
33
{
"name": "onebitflix",
"private": true,
"dependencies": {
"@rails/webpacker": "3.5.5",
"add": "^2.0.6",
"axios": "^0.18.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"bootstrap": "^4.1.3",
"caniuse-lite": "^1.0.30000877",
"css-loader": "^1.0.0",
"eslint": "^5.4.0",
"jquery": "^3.3.1",
"material-design-icons-iconfont": "^3.0.3",
"material-ui": "^0.20.2",
"rails-erb-loader": "^5.4.2",
"vue": "^2.5.17",
"vue-dplayer": "^0.0.10",
"vue-loader": "14.2.2",
"vue-rate-it": "^2.1.0",
"vue-router": "^3.0.1",
"vue-slick": "^1.1.13",
"vue-template-compiler": "^2.5.17",
"vuetify": "^1.1.12",
"vuex": "^3.0.1",
"webpack-cli": "^3.1.0",
"yarn": "^1.9.4"
},
"devDependencies": {
"webpack-dev-server": "2.11.2"
}
}