-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
35 lines (35 loc) · 1.03 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
{
"name": "eis-registrar",
"version": "1.0.0",
"description": "Domain registrar center",
"repository": "git@github.com:internetee/registrar-center",
"license": "MIT/X11",
"contributors": [
"Sergei Tsõganov <sergei.tsoganov@eestiinternet.ee>"
],
"private": "true",
"scripts": {
"build": "node esbuild.config.js",
"build:css": "sass ./app/assets/stylesheets/application.sass.scss ./app/assets/builds/application.css --no-source-map --load-path=node_modules"
},
"devDependencies": {
"core-js": "^3.6.0",
"regenerator-runtime": "^0.14.0"
},
"dependencies": {
"@fortawesome/fontawesome-free": "5.15.4",
"@hotwired/stimulus": "^3.0.1",
"@hotwired/turbo-rails": "^7.1.0",
"choices.js": "^10.2.0",
"epic-spinners": "^2.0.0",
"esbuild": "^0.19.0",
"esbuild-rails": "^1.0.3",
"flatpickr": "^4.6.3",
"highcharts": "^10.2.0",
"popper.js": "^1.16.0",
"sass": "^1.49.10",
"sass-migrator": "^1.5.6",
"tippy.js": "^6.3.7",
"vanilla-cookieconsent": "^2.9.2"
}
}