-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1004 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
{
"name": "simple-sorting",
"private": true,
"dependencies": {
"@fullhuman/postcss-purgecss": "^4.0.3",
"@rails/actioncable": "^6.0.0",
"@rails/activestorage": "^6.0.0",
"@rails/ujs": "^6.0.0",
"@rails/webpacker": "5.4.0",
"@tailwindcss/aspect-ratio": "^0.3.0",
"@tailwindcss/forms": "^0.3.4",
"@tailwindcss/line-clamp": "^0.2.2",
"@tailwindcss/typography": "^0.4.1",
"autoprefixer": "^10.2.6",
"lodash": "^4.17.21",
"postcss": "^8.2.10",
"postcss-loader": "^4.0.3",
"sass": "^1.32.7",
"tailwindcss": "^2.2.19",
"turbolinks": "^5.2.0",
"vue": "^2.6.14",
"vue-autofocus-directive": "^1.0.4",
"vue-loader": "^15.9.8",
"vue-multiselect": "^2.1.6",
"vue-resource": "^1.5.3",
"vue-select": "^3.16.0",
"vue-template-compiler": "^2.6.14",
"vue-turbolinks": "^2.2.2",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12"
},
"version": "0.1.0",
"devDependencies": {
"webpack-dev-server": "^3"
}
}