-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
57 lines (57 loc) · 1.67 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
52
53
54
55
56
57
{
"name": "CSSGWebsite",
"version": "1.0.0",
"description": "Website for Stanford CS+Social Good, a student organization focusing on the intersection of technology and social good. Based on \"Landing\" uiCookies Bootstrap 4 theme.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"start": "webpack-dev-server --open"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jrcabansag/CSSGWebsite.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jrcabansag/CSSGWebsite/issues"
},
"homepage": "https://github.com/jrcabansag/CSSGWebsite#readme",
"devDependencies": {
"autoprefixer": "^9.6.0",
"bootstrap": "^4.3.1",
"clean-webpack-plugin": "^0.1.19",
"css-loader": "^1.0.1",
"dotenv-webpack": "^2.0.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^1.1.11",
"html-webpack-plugin": "^3.2.0",
"image-webpack-loader": "^4.6.0",
"imagemin-webpack": "^3.0.0",
"jquery": "^3.4.1",
"mini-css-extract-plugin": "^0.4.5",
"node-sass": "^4.12.0",
"postcss-loader": "^2.1.6",
"sass-loader": "^7.1.0",
"save": "^2.4.0",
"script-loader": "^0.7.2",
"slick-carousel": "^1.8.1",
"style-loader": "^0.21.0",
"superagent": "^3.8.3",
"transfer-webpack-plugin": "^0.1.4",
"url-loader": "^1.1.2",
"webpack": "^4.35.2",
"webpack-cli": "^3.3.5",
"webpack-dev-server": "^3.7.2"
},
"dependencies": {
"acorn": "^6.4.1",
"dotenv": "^8.2.0",
"lodash": "^4.17.15",
"npm": "^6.9.2",
"popper": "^1.0.1",
"popper.js": "^1.14.7"
}
}