This repository was archived by the owner on Jun 5, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.36 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.36 KB
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": "secret-clan",
"version": "0.1.0",
"description": "",
"main": "src/main.js",
"scripts": {
"build": "webpack",
"build:prod": "cross-env NODE_ENV=production webpack",
"lint": "eslint --ext .js,.svelte",
"watch": "webpack --watch --progress"
},
"author": "Florian Richter",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.12.13",
"@babel/plugin-transform-runtime": "^7.12.15",
"@babel/preset-env": "^7.12.13",
"@typescript-eslint/eslint-plugin": "^4.14.2",
"@typescript-eslint/parser": "^4.14.2",
"autoprefixer": "^10.2.4",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"cross-env": "^7.0.3",
"css-loader": "^5.0.1",
"cssnano": "^4.1.10",
"eslint": "^7.19.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-svelte3": "^2.7.3",
"mini-css-extract-plugin": "^1.3.5",
"postcss": "^8.2.10",
"postcss-loader": "^4.2.0",
"postcss-nesting": "^7.0.1",
"postcss-preset-env": "^6.7.0",
"svelte-loader": "^2.13.6",
"svelte-preprocess": "^4.6.6",
"tailwindcss": "^2.0.2",
"ts-loader": "^8.0.15",
"ts-proto": "^1.53.0",
"typescript": "^4.1.3",
"webpack": "^5.21.0",
"webpack-cli": "^4.5.0"
},
"dependencies": {
"jwt-decode": "^3.1.2",
"protobufjs": "^6.10.2",
"svelte": "^3.32.1",
"svelte-spa-router": "^3.1.0"
}
}