-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 1016 Bytes
/
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
{
"name": "vizmarket",
"private": true,
"dependencies": {
"@rails/actioncable": "^6.0.0-alpha",
"@rails/activestorage": "^6.0.0-alpha",
"@rails/ujs": "^6.0.0-alpha",
"@rails/webpacker": "^4.0.7",
"axios": "^0.19.2",
"color": "^3.1.2",
"jquery": "^3.6.0",
"postcss-color-adjustment": "^0.1.6",
"postcss-preset-env": "^6.7.0",
"postcss-scss": "^3.0.5",
"precss": "^4.0.0",
"prismjs": "^1.22.0",
"pug": "^3.0.2",
"pug-plain-loader": "^1.1.0",
"tailwindcss": "^1.4.6",
"turbolinks": "^5.2.0",
"vue": "^2.6.10",
"vue-code-highlight": "^0.7.4",
"vue-image-loader": "^1.0.4",
"vue-loader": "^15.7.1",
"vue-router": "^3.3.2",
"vue-select": "^3.4.0",
"vue-template-compiler": "^2.6.10",
"vue-turbolinks": "^2.1.0",
"vue-vimeo-player": "^0.1.0",
"vue-youtube-embed": "^2.2.2",
"vuelidate": "^0.7.5",
"vuex": "^3.5.1"
},
"version": "0.1.0",
"devDependencies": {
"webpack-dev-server": "^3.8.0"
}
}