-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
49 lines (49 loc) · 1.51 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
43
44
45
46
47
48
49
{
"name": "bog-web",
"description": "The homepage for the Bits of Good organization",
"version": "1.0.0",
"scripts": {
"dev": "sapper dev",
"build": "sapper build --legacy",
"export": "sapper export --legacy",
"start": "node __sapper__/build",
"up": "sapper export && surge --project ./__sapper__/export --domain bog.surge.sh",
"postinstall": "netlify-lambda install",
"seed-contentful": "node ./bin/seed-contentful.js",
"cy:run": "cypress run",
"cy:open": "cypress open",
"test": "run-p --race dev cy:run"
},
"dependencies": {
"compression": "^1.7.1",
"netlify-lambda": "^1.6.3",
"polka": "^0.5.0",
"sirv": "^0.4.0",
"svelte-icons": "^2.1.0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/runtime": "^7.0.0",
"@contentful/rich-text-html-renderer": "^13.4.0",
"@contentful/rich-text-types": "^13.4.0",
"chalk": "^4.1.0",
"contentful": "^7.8.2",
"contentful-import": "^7.9.22",
"dotenv": "^8.2.0",
"inquirer": "^7.3.3",
"npm-run-all": "^4.1.5",
"rollup": "^1.0.0",
"rollup-plugin-babel": "^4.0.2",
"rollup-plugin-commonjs": "^9.1.6",
"rollup-plugin-node-resolve": "^4.0.0",
"rollup-plugin-replace": "^2.0.0",
"rollup-plugin-svelte": "^5.0.1",
"rollup-plugin-terser": "^4.0.4",
"sapper": "^0.27.11",
"surge": "^0.21.3",
"svelte": "^3.0.0"
}
}