-
Notifications
You must be signed in to change notification settings - Fork 85
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.36 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.36 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
{
"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",
"lint": "prettier -c ./css ./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": {
"@rsbuild/core": "^1.4.15",
"@rsbuild/plugin-sass": "^1.3.5",
"prettier": "^3.8.2"
},
"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.3.2",
"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"
}
}