-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 891 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 891 Bytes
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
{
"name": "@novartis/osi-website",
"private": true,
"license": "UNLICENSED",
"description": "TODO",
"version": "0.0.1",
"scripts": {
"dev": "sapper dev",
"build": "sapper build",
"export": "sapper export",
"now-build": "npm run -s export",
"start": "node build",
"cy:run": "cypress run",
"cy:open": "cypress open",
"deploy": "gh-pages -d __sapper__/export -b master",
"test": "run-p --race dev cy:run"
},
"dependencies": {
"compression": "^1.7.1",
"frontmatter": "0.0.3",
"marked": "^4.3.0",
"polka": "^0.4.0",
"sirv": "^0.1.1"
},
"devDependencies": {
"execa": "^2.1.0",
"express": "^4.22.1",
"gh-pages": "^5.0.0",
"gulp": "^4.0.2",
"gulp-cli": "^2.2.0",
"npm-run-all": "^4.1.2",
"sapper": "^0.27.8",
"svelte": "^3.6.10",
"svelte-loader": "^2.9.0",
"webpack": "^4.7.0"
}
}