forked from emfcamp/Website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.44 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.44 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
{
"name": "emf-website",
"version": "1.0.0",
"description": "This is the www.emfcamp.org web site, built with Flask & Postgres by the EMF web team.",
"private": true,
"directories": {
"doc": "docs",
"test": "tests"
},
"scripts": {
"watch": "webpack --watch --config webpack.dev.js",
"build": "webpack --config webpack.prod.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/emfcamp/Website.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/emfcamp/Website/issues"
},
"homepage": "https://github.com/emfcamp/Website#readme",
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"autoprefixer": "^9.7.6",
"babelify": "^10.0.0",
"browserify": "^16.5.1",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-buffer": "0.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-if": "^3.0.0",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.1.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-tap": "^2.0.0",
"gulp-uglify": "^3.0.2",
"gulplog": "^1.0.0",
"minimist": "^1.2.5",
"node-sass": "^4.14.1",
"postcss-easy-import": "^3.0.0",
"postcss-input-range": "^4.0.0",
"postcss-preset-env": "^6.7.0",
"postcss-scss": "^2.0.0"
},
"dependencies": {
"@primer/octicons": "^9.6.0",
"bootstrap": "^3.4.1",
"bootstrap-sass": "^3.4.1",
"jquery": "^3.5.0"
}
}