-
Notifications
You must be signed in to change notification settings - Fork 84
/
package.json
76 lines (76 loc) · 2.13 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"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"
},
"type": "module",
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/emfcamp/Website/issues"
},
"homepage": "https://github.com/emfcamp/Website#readme",
"devDependencies": {
"@babel/core": "^7.23.6",
"@babel/preset-env": "^7.23.6",
"@babel/preset-react": "^7.23.3",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-replace": "^4.0.0",
"@rollup/stream": "^2.0.0",
"autoprefixer": "^10.4.16",
"gulp": "^5.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-dart-sass": "^1.1.0",
"gulp-if": "^3.0.0",
"gulp-postcss": "^9.0.1",
"gulp-rename": "^1.4.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-tap": "^2.0.0",
"gulp-uglify": "^3.0.2",
"gulplog": "^1.0.0",
"minimist": "^1.2.8",
"postcss": "^8.4.31",
"postcss-input-range": "^5.0.0",
"postcss-preset-env": "^8.5.1",
"postcss-scss": "^4.0.9",
"pump": "^3.0.0",
"rollup": "^2.79.1",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
},
"dependencies": {
"@primer/octicons": "^17.12.0",
"bootstrap": "^3.4.1",
"bootstrap-sass": "^3.4.3",
"core-js": "^3.34.0",
"datatables.net-bs": "^2.0.7",
"jquery": "^3.7.1",
"jquery-highlight": "^3.5.0",
"linkify-react": "^4.1.3",
"linkifyjs": "^4.1.3",
"luxon": "^1.28.1",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-nl2br": "^0.6.1",
"sortablejs": "^1.15.2",
"workbox-cacheable-response": "^6.5.4",
"workbox-expiration": "^6.6.0",
"workbox-routing": "^6.6.0",
"workbox-strategies": "^6.6.0"
}
}