-
Notifications
You must be signed in to change notification settings - Fork 77
/
Copy pathpackage.json
71 lines (71 loc) · 1.93 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "v2.svelte.dev",
"version": "1.0.0",
"description": "Docs and examples for Svelte",
"scripts": {
"dev": "sapper dev",
"start": "node __sapper__/build",
"sapper": "sapper build",
"stage": "now",
"deploy": "npm run stage && now alias",
"predeploy": "git-branch-is master && git diff --exit-code && npm run sapper",
"deploy:ci": "now --token $NOW_TOKEN && now alias --token $NOW_TOKEN",
"prestage": "npm run sapper",
"predeploy:ci": "npm run prestage",
"lint": "eslint src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sveltejs/v2.svelte.dev.git"
},
"keywords": [
"svelte"
],
"author": "Rich Harris",
"license": "MIT",
"bugs": {
"url": "https://github.com/sveltejs/v2.svelte.dev/issues"
},
"homepage": "https://github.com/sveltejs/v2.svelte.dev#readme",
"devDependencies": {
"chalk": "^2.0.1",
"clean-css": "^4.2.1",
"css-loader": "^1.0.0",
"degit": "^2.1.3",
"eslint": "^5.3.0",
"eslint-plugin-html": "^4.0.2",
"eslint-plugin-import": "^2.2.0",
"git-branch-is": "^2.0.0",
"glob": "^7.1.2",
"html-entities": "^1.2.1",
"now": "^13.0.4",
"sapper": "^0.23.1",
"style-loader": "^0.22.0",
"svelte": "^2.9.11",
"svelte-loader": "^2.10.1",
"webpack": "^4.16.5",
"workerize-loader": "^1.0.2"
},
"dependencies": {
"codemirror": "^5.36.0",
"compression": "^1.6.2",
"devalue": "^1.0.4",
"do-not-zip": "^1.0.0",
"dotenv": "^6.0.0",
"express": "^4.16.3",
"express-session": "^1.15.6",
"golden-fleece": "^1.0.9",
"highlight.js": "^9.12.0",
"locate-character": "^2.0.5",
"marked": "^0.4.0",
"node-fetch": "^2.1.2",
"passport": "^0.4.0",
"passport-github": "^1.1.0",
"rollup": "^0.64.1",
"serve-static": "^1.13.1",
"session-file-store": "^1.2.0",
"shelljs": "^0.8.3",
"sourcemap-codec": "^1.4.1",
"svelte-extras": "^2.0.0"
}
}