-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
50 lines (50 loc) · 1.31 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
{
"name": "svelte-app-router",
"version": "3.0.7",
"description": "Simple SPA router made with Svelte.",
"main": "dist/bundle.js",
"svelte": "src/index.js",
"scripts": {
"build": "cross-env NODE_ENV=production webpack",
"example": "webpack-dev-server --content-base public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/coussej/svelte-app-router.git"
},
"files": [
"dist",
"src"
],
"keywords": [
"svelte",
"router"
],
"author": "Jeroen Coussement",
"license": "MIT",
"bugs": {
"url": "https://github.com/coussej/svelte-app-router/issues"
},
"homepage": "https://github.com/coussej/svelte-app-router#readme",
"devDependencies": {
"cross-env": "^5.2.0",
"css-loader": "^3.1.0",
"eslint": "^6.4.0",
"eslint-config-standard": "^13.0.1",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-svelte3": "^2.6.0",
"file-loader": "^4.0.0",
"mini-css-extract-plugin": "^0.8.0",
"serve": "^11.0.0",
"style-loader": "^0.23.1",
"svelte": "^3.12.1",
"svelte-loader": "2.13.5",
"url-loader": "^2.0.1",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.3.1"
}
}