-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 1.06 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
{
"scripts": {
"start": "snowpack dev",
"build": "snowpack build",
"ts-check": "svelte-check"
},
"dependencies": {
"svelte": "^3.32.1",
"svelte-i18n": "^3.3.9"
},
"devDependencies": {
"@snowpack/app-scripts-svelte": "^2.0.0",
"@snowpack/plugin-build-script": "^2.1.0",
"@snowpack/plugin-dotenv": "^2.0.4",
"@snowpack/plugin-svelte": "^3.5.2",
"@snowpack/plugin-typescript": "^1.2.1",
"@tsconfig/svelte": "^1.0.10",
"@types/snowpack-env": "^2.3.3",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"autoprefixer": "^10.2.4",
"eslint": "^7.25.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"postcss": "^8.2.4",
"postcss-cli": "^8.3.1",
"postcss-import": "^14.0.0",
"postcss-load-config": "^3.0.0",
"prettier": "^2.2.1",
"prettier-plugin-svelte": "^2.1.2",
"snowpack": "^3.0.11",
"svelte-check": "^1.1.32",
"svelte-preprocess": "^4.6.6",
"tailwindcss": "^2.0.2",
"typescript": "^4.1.3"
}
}