-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.25 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.25 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
{
"name": "made-in-mauritius",
"version": "1.0.0",
"description": "A list of cool open-source projects made in Mauritius",
"repository": {
"type": "git",
"url": "git+https://github.com/Humeira/made-in-Mauritius.git"
},
"keywords": [
"open-source",
"projects",
"Mauritius"
],
"author": "Humeira Diljore",
"license": "MIT",
"bugs": {
"url": "https://github.com/Humeira/made-in-Mauritius/issues"
},
"homepage": "https://github.com/Humeira/made-in-Mauritius#readme",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --inline --hot"
},
"dependencies": {
"bootstrap": "^4.1.3",
"datatables.net": "^1.10.19",
"datatables.net-bs": "^1.10.19",
"datatables.net-bs4": "^1.10.19",
"jquery": "^3.3.1",
"popper.js": "^1.14.4",
"vue": "^2.5.17"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-es2015": "^6.24.1",
"cross-env": "^5.2.0",
"css-loader": "^1.0.0",
"file-loader": "^2.0.0",
"url-loader": "^1.1.1",
"vue-loader": "^15.4.2",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.5.17",
"webpack": "^4.20.2",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.1.9"
}
}