-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.86 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 2.86 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "famsf-insights",
"description": "FAMSF Insights: A series of free, in-depth looks into our exhibitions, enriched with multimedia experiences. Learn more about an exhibition's cultural context and artworks before you visit and discover details about the works that might otherwise go unnoticed.",
"version": "0.2.0",
"private": true,
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/famsf/insights.git"
},
"main": "build/index.html",
"scripts": {
"install": "napa",
"test": "[ \"${CONTEXT}\" = production ] && run-s play redirect || run-s play",
"posttest": "mkdir -p build/assets/gathercontent && cp -r download/. build/assets/gathercontent",
"play": "kalastatic build",
"postplay": "find . -type f -name '*[\\?]*' -delete",
"redirect": "cp _redirects build/",
"start": "http-server ./build",
"start-no-lint": "kalastatic start",
"lint:js": "node ./node_modules/eslint/bin/eslint.js --quiet .",
"lint:js-fix": "node ./node_modules/eslint/bin/eslint.js --fix .",
"lint:js-passing": "node ./node_modules/eslint/bin/eslint.js --quiet --config=.eslintrc.passing.json .",
"lint:js-stats": "node ./node_modules/eslint/bin/eslint.js --format=./scripts/eslint-stats-by-type.js . || exit 0",
"lint:css": "stylelint \"**/*.css\" || exit 0",
"lint:css-checkstyle": "stylelint \"**/*.css\" --custom-formatter ./node_modules/stylelint-checkstyle-formatter/index.js || exit 0"
},
"keywords": [
"website"
],
"bugs": {
"url": "https://github.com/famsf/insights/issues"
},
"homepage": "https://insights.famsf.org",
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.22.1",
"event-stream": "^4.0.1",
"stylelint": "^9.1.1",
"stylelint-checkstyle-formatter": "^0.1.1",
"stylelint-config-standard": "^18.2.0",
"stylelint-no-browser-hacks": "^1.1.0"
},
"dependencies": {
"bootstrap-sass": "^3.3.7",
"file-type": "^9.0.0",
"foundation-sites": "~6.4.1",
"http-server": "^0.12.3",
"jquery": "^3.5.1",
"jquery-match-height": "^0.7.2",
"kalastatic": "^4.2.2",
"kalastatic-twig-filters": "^1.0.0",
"metalsmith-assets": "^0.1.0",
"metalsmith-gathercontent": "github:kalamuna/metalsmith-gathercontent#download",
"metalsmith-include": "github:kalamuna/metalsmith-include#includeWholeObject",
"motion-ui": "~2.0.3",
"napa": "^3.0.0",
"npm": "^6.14.9",
"npm-run-all": "^4.1.3",
"object-fit-images": "^3.2.3",
"owl.carousel": "^2.3.4",
"plyr": "3.5.2",
"postcss-syntax": "^0.28.0",
"read-chunk": "^3.0.0",
"twig-drupal-filters": "^3.1.2",
"what-input": "^4.1.3"
},
"napa": {
"background-clip-text-polyfill": "TimPietrusky/background-clip-text-polyfill"
},
"resolutions": {
"twig": "RobLoach/twig.js#compile"
}
}