forked from robertmain/Treasure-Hunt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.07 KB
/
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
39
40
{
"name": "treasure-hunt",
"version": "1.0.0",
"description": "[](https://travis-ci.com/robertmain/Treasure-Hunt)",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "[email protected]:robertmain/Treasure-Hunt.git"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/polyfill": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"babel-loader": "^8.0.6",
"css-loader": "^3.4.2",
"file-loader": "^5.0.2",
"node-sass": "^4.13.1",
"sass-loader": "^8.0.2",
"style-loader": "^1.1.3",
"webpack": "^4.41.5",
"webpack-command": "^0.5.0"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.12.1",
"@openfonts/open-sans_all": "^1.44.0",
"axios": "^0.19.2",
"bootstrap": "^4.4.1",
"jquery-slim": "^3.0.0",
"popper.js": "^1.16.1"
}
}