-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.04 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
{
"name": "treeplan-md",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "parcel src/index.html --global script",
"build": "parcel build src/index.html --global script --public-url . --no-content-hash",
"postinstall": "patch-package"
},
"devDependencies": {
"cssnano": "^4.1.10",
"eslint": "^7.0.0",
"parcel-bundler": "1.12.3",
"patch-package": "^6.2.2",
"posthtml-expressions": "1.4.0",
"posthtml-include": "^1.4.3",
"sass": "^1.26.5",
"@babel/helper-create-regexp-features-plugin": "^7.21.8",
"@babel/core": "^7.21.8"
},
"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/1cCGQ_CkanFRf2K57Umv2WRB74d9y2pRItkskDgApA4Y/edit?tab=t.0"
}
}