-
Notifications
You must be signed in to change notification settings - Fork 248
/
package.json
51 lines (51 loc) · 1.47 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": "websiteone",
"version": "1.0.0",
"description": "A website for AgileVentures",
"main": "index.js",
"directories": {
"doc": "docs"
},
"type": "module",
"scripts": {
"postinstall": "scripts/copy_javascript_dependencies.cjs",
"build": "node esbuild.config.cjs",
"build:css": "pwd",
"build:cssx": "sass ./app/assets/stylesheets/application.bootstrap.scss:./app/assets/builds/application.css --no-source-map --load-path=node_modules"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AgileVentures/WebsiteOne.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/AgileVentures/WebsiteOne/issues"
},
"homepage": "https://github.com/AgileVentures/WebsiteOne#readme",
"dependencies": {
"@hotwired/stimulus": "^3.2.1",
"@hotwired/turbo-rails": "^7.3.0",
"@nathanvda/cocoon": "^1.2.14",
"@popperjs/core": "^2.11.6",
"@rails/actiontext": "^7.0.4-3",
"copyfiles": "^1.0.0",
"corejs-typeahead": "^1.2.1",
"esbuild": "^0.17.11",
"esbuild-plugin-import-glob": "^0.1.1",
"esbuild-sass-plugin": "^2.6.0",
"fullcalendar": "^3.6.2",
"geckodriver": "^3.2.0",
"jasmine-browser-runner": "^0.10.0",
"jasmine-core": "^3.99.0",
"jquery": "^3.6.4",
"local-time": "^2.1.0",
"lolex": "^6.0.0",
"moment": "^2.13.0",
"moment-timezone": "0.5.4",
"npx": "^10.2.2",
"sass": "^1.59.3",
"trix": "^1.3.1",
"yarn": "^1.22.19"
}
}