forked from https-github-com-tingtinghsu/PMasterProject
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 773 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 773 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
{
"name": "PMasterProject",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-free": "^5.14.0",
"@rails/actioncable": "^6.0.0",
"@rails/activestorage": "^6.0.0",
"@rails/ujs": "^6.0.0",
"@rails/webpacker": "4.2.2",
"bootstrap": "^4.5.2",
"bulma": "^0.9.0",
"bulma-tooltip": "^3.0.2",
"chart.js": "^2.9.3",
"jquery": "^3.5.1",
"postcss-loader": "^3.0.0",
"stimulus": "^1.1.1",
"tailwindcss": "^1.7.5",
"turbolinks": "^5.2.0",
"vue": "^2.6.11",
"vue-loader": "^15.9.3",
"vue-template-compiler": "^2.6.11",
"vue-turbolinks": "^2.1.0",
"vuedraggable": "^2.24.1",
"webpack-cli": "^3.3.12"
},
"version": "0.1.0",
"devDependencies": {
"webpack-dev-server": "^3.11.0"
}
}