-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1.22 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
{
"name": "@badgerherald/site",
"version": "0.0.6",
"description": "The Badger Herald · since 1969",
"main": "dist/index.js",
"module": "dist/index.mjs",
"es2015": "dist/esm/index.mjs",
"es2017": "dist/esm/index.mjs",
"types": "dist/types/index.d.ts",
"collection": "dist/collection/collection-manifest.json",
"collection:main": "dist/collection/index.js",
"unpkg": "dist/badgerherald-com/badgerherald-com.js",
"files": [
"dist/",
"loader/"
],
"scripts": {
"start": "npm run sass-build && stencil build --dev --watch --stats",
"sass": "node-sass ./src/theme/sass editor-style.css -o ./src/theme/ --watch",
"sass-build": "node-sass ./src/theme/sass editor-style.css -o ./src/theme/",
"build": "npm run sass-build && stencil build --stats"
},
"devDependencies": {
"@badgerherald/donate": "^0.1.6",
"@stencil/core": "^2.12.1",
"@stencil/router": "^1.0.1",
"@stencil/sass": "^1.5.2",
"@types/stripe-v3": "^3.1.7",
"@webpress/core": "^0.0.40",
"@webpress/router": "^0.0.40",
"@webpress/theme": "^0.0.40",
"@webpress/features": "^0.0.40"
},
"license": "MIT",
"dependencies": {
"@types/doubleclick-gpt": "^2019111201.0.2",
"node-sass": "^8.0.0"
}
}