-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.49 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
41
42
43
44
45
46
47
48
49
50
51
{
"name": "oregonTrailcampaign",
"version": "1.0.0",
"description": "Hack For Cause 2019",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"webpack": "webpack",
"watch": "webpack-dev-server",
"devinstall": "npm install --only=dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bobby5892/InterstellarHomeRunDerby.git"
},
"author": "Jim / Daniel / Eric / Connor / Jacob / Tucker / Mike / Annie/ Wendy / Jeremy ",
"license": "ISC",
"bugs": {
"url": "https://github.com/Hack4Eugene/oregon-campaign-trail-42-2019/issues"
},
"homepage": "https://github.com/Hack4Eugene/oregon-campaign-trail-42-2019/#readme",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"bootstrap": "^3.3.7",
"clean-webpack-plugin": "^0.1.17",
"css-loader": "^0.28.7",
"dotenv": "^4.0.0",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.5",
"html-webpack-plugin": "^2.28.0",
"img-loader": "^2.0.0",
"jquery": "^3.2.1",
"less": "^2.7.3",
"less-loader": "^4.0.5",
"node-sass": "^4.5.0",
"purify-css": "^1.2.5",
"purifycss-webpack": "^0.7.0",
"sass-loader": "^6.0.0",
"style-loader": "^0.19.0",
"url-loader": "^0.6.2",
"webpack": "^3.8.1",
"webpack-dev-server": "^2.11.5"
},
"dependencies": {
"bootstrap": "^3.3.7",
"jquery": "^3.2.1"
}
}