forked from jtanderson/InternshipPortal
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.82 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.82 KB
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
53
54
55
56
57
58
{
"name": "internshipportal",
"version": "1.0.0",
"description": "This web application facilitates the discovery, acquisition, and completion of an internship.",
"main": "src/main.js",
"scripts": {
"build": "webpack --progress --config webpack.config.js",
"dev": "webpack --progress --config webpack.config.js --watch --stats-error-details",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jtanderson/InternshipPortal.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jtanderson/InternshipPortal/issues"
},
"homepage": "https://github.com/jtanderson/InternshipPortal#readme",
"dependencies": {
"@headlessui/vue": "^1.4.2",
"@heroicons/vue": "^1.0.5",
"cross-env": "^7.0.3",
"d3": "^7.2.0",
"dotenv": "^10.0.0",
"postcss-preset-env": "^7.3.3",
"style-loader": "^3.3.0",
"vue": "^3.2.21",
"webpack": "^5.53.0",
"chart.js": "^3.7.1",
"@j-t-mcc/vue3-chartjs": "^1.3.0",
"chartjs-plugin-zoom": "^1.0.0-beta.5",
"chartjs-plugin-datalabels": "^2.0.0-beta.1"
},
"devDependencies": {
"@vue/compiler-sfc": "^3.2.21",
"autoprefixer": "^10.3.5",
"babel-loader": "^8.2.3",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.5.1",
"dotenv-webpack": "^7.0.3",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.4.4",
"postcss": "^8.3.7",
"postcss-loader": "^6.1.1",
"tailwindcss": "^2.2.15",
"vue-loader": "^16.8.3",
"vue-template-compiler": "^2.6.14",
"webpack-cli": "^4.8.0",
"webpackbar": "^5.0.2",
"chart.js": "^3.7.1",
"@j-t-mcc/vue3-chartjs": "^1.3.0",
"chartjs-plugin-zoom": "^1.0.0-beta.5",
"chartjs-plugin-datalabels": "^2.0.0-beta.1"
}
}