forked from sveltejs/v2.svelte.dev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.4 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
{
"name": "svelte.technology",
"version": "1.0.0",
"description": "Docs and examples for Svelte",
"main": "index.js",
"scripts": {
"start": "gobble",
"build": "gobble build -f dist",
"predeploy": "npm run build",
"predeploy:ci": "npm run build",
"deploy": "cd dist && now && now alias",
"deploy:ci": "cd dist && now --token $NOW_TOKEN && now alias --token $NOW_TOKEN"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sveltejs/svelte.technology.git"
},
"keywords": [
"svelte"
],
"author": "Rich Harris",
"license": "MIT",
"bugs": {
"url": "https://github.com/sveltejs/svelte.technology/issues"
},
"homepage": "https://github.com/sveltejs/svelte.technology#readme",
"devDependencies": {
"chalk": "^1.1.3",
"eslint": "^3.12.2",
"eslint-plugin-import": "^2.2.0",
"gobble": "^0.12.0",
"gobble-cli": "^0.8.0",
"gobble-concat": "^0.4.1",
"gobble-postcss": "^0.3.0",
"gobble-rollup": "^0.36.0",
"gobble-uglifyjs": "^0.2.1",
"html-entities": "^1.2.0",
"marked": "^0.3.6",
"now": "^0.37.0",
"postcss-clearfix": "^1.0.0",
"postcss-import": "^9.0.0",
"postcss-nested": "^1.0.0",
"rollup-plugin-buble": "^0.15.0",
"rollup-plugin-json": "^2.1.0",
"rollup-plugin-svelte": "^1.3.0"
},
"dependencies": {
"codemirror": "^5.21.0",
"curl-amd": "^0.8.12",
"svelte": "^1.3.1"
}
}