-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1 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
{
"name": "illo-easter",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "parcel src/index.html --global script",
"build": "parcel build src/index.html --global script --public-url https://spectator-static-assets.s3.amazonaws.com/illo-easter --no-content-hash",
"postinstall": "patch-package"
},
"devDependencies": {
"cssnano": "^4.1.10",
"eslint": "^7.0.0",
"parcel-bundler": "^1.12.4",
"patch-package": "^6.2.2",
"posthtml-expressions": "^1.4.0",
"posthtml-include": "^1.4.3",
"sass": "^1.26.5"
},
"dependencies": {
"intersection-observer": "^0.10.0",
"text-balancer": "^1.0.5"
},
"browserslist": [
"defaults"
],
"prettier": {
"singleQuote": true,
"trailingComma": "all",
"arrowParens": "avoid"
},
"spectate": {
"USE_NEWS_NAV": true,
"USE_EYE_NAV": false,
"USE_COVER_HED": true,
"IS_EMBED": false,
"DOC_URL": "https://docs.google.com/document/d/1mavGSUTPiEJ4B4ZyaEdogVU9oA1iw5sLjB1oKJMAWXk/edit#"
}
}