forked from jmalcic/spina-conferences-primer_theme
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.31 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
{
"name": "spina-conferences-primer-theme-fork",
"version": "1.0.3",
"description": "Spina::Conferences plugin theme.",
"main": "app/assets/javascripts/spina/conferences/primer_theme/application.es6",
"files": [
"app/assets/javascripts/*.es6"
],
"repository": {
"type": "git",
"url": "louis-vs/spina-conferences-primer_theme-fork"
},
"keywords": [
"conference-management",
"rails",
"spina-cms",
"primer"
],
"author": "Justin Malčić <j.malcic@me.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/louis-vs/spina-conferences-primer-theme-fork/issues"
},
"dependencies": {
"@github/details-dialog-element": "^3.1.3",
"@github/details-menu-element": "^1.0.12",
"@github/filter-input-element": "^0.1.1",
"@github/include-fragment-element": "^6.0.1",
"@primer/css": "^19.7.0",
"@primer/octicons": "^17.2.0",
"sass": "^1.51.0"
},
"devDependencies": {
"babel-eslint": "^10.0.3",
"eslint": "^7.27.0"
},
"scripts": {
"prebuild": "yarn lint",
"lint": "eslint app/javascript",
"build:css": "sass --load-path=node_modules --load-path=./app/assets/stylesheets ./app/assets/stylesheets/spina/conferences/primer_theme/application.sass ./app/assets/builds/spina/conferences/primer_theme/application.css --no-source-map"
}
}