|
1 | 1 | { |
2 | 2 | "name": "telemetry-ui", |
3 | | - "version": "0.1.0", |
4 | | - "private": true, |
5 | | - "dependencies": { |
6 | | - "@chakra-ui/react": "^1.0.0", |
7 | | - "@emotion/react": "^11.0.0", |
8 | | - "@emotion/styled": "^11.0.0", |
9 | | - "@tauri-apps/api": "^1.0.0-beta.1", |
10 | | - "@testing-library/jest-dom": "^5.9.0", |
11 | | - "@testing-library/react": "^10.2.1", |
12 | | - "@testing-library/user-event": "^12.0.2", |
13 | | - "@types/jest": "^25.0.0", |
14 | | - "@types/node": "^12.0.0", |
15 | | - "@types/react": "^16.9.0", |
16 | | - "@types/react-dom": "^16.9.0", |
17 | | - "framer-motion": "^4.0.0", |
18 | | - "husky": "^6.0.0", |
19 | | - "lint-staged": "^11.0.0", |
20 | | - "prettier": "^2.3.1", |
21 | | - "react": "^17.0.2", |
22 | | - "react-dom": "^17.0.2", |
23 | | - "react-icons": "^3.0.0", |
24 | | - "react-scripts": "4.0.3", |
25 | | - "runtypes": "^6.3.0", |
26 | | - "typescript": "^4.3.4", |
27 | | - "web-vitals": "^0.2.2" |
28 | | - }, |
| 3 | + "version": "0.0.1", |
29 | 4 | "scripts": { |
30 | | - "start": "react-scripts start", |
31 | | - "build": "react-scripts build", |
32 | | - "test": "react-scripts test", |
33 | | - "eject": "react-scripts eject" |
34 | | - }, |
35 | | - "eslintConfig": { |
36 | | - "extends": "react-app" |
37 | | - }, |
38 | | - "browserslist": { |
39 | | - "production": [ |
40 | | - ">0.2%", |
41 | | - "not dead", |
42 | | - "not op_mini all" |
43 | | - ], |
44 | | - "development": [ |
45 | | - "last 1 chrome version", |
46 | | - "last 1 firefox version", |
47 | | - "last 1 safari version" |
48 | | - ] |
49 | | - }, |
50 | | - "husky": { |
51 | | - "hooks": { |
52 | | - "pre-commit": "lint-staged" |
53 | | - } |
54 | | - }, |
55 | | - "lint-staged": { |
56 | | - "src/**/*.{js,jsx,ts,tsx,json,css,scss,md}": [ |
57 | | - "prettier --write" |
58 | | - ] |
| 5 | + "dev": "svelte-kit dev", |
| 6 | + "build": "svelte-kit build", |
| 7 | + "preview": "svelte-kit preview", |
| 8 | + "check": "svelte-check --tsconfig ./tsconfig.json", |
| 9 | + "check:watch": "svelte-check --tsconfig ./tsconfig.json --watch", |
| 10 | + "lint": "prettier --check --plugin-search-dir=. . && eslint --ignore-path .gitignore .", |
| 11 | + "format": "prettier --write --plugin-search-dir=. ." |
59 | 12 | }, |
60 | 13 | "devDependencies": { |
61 | | - "@tauri-apps/cli": "^1.0.0-beta.2" |
| 14 | + "@sveltejs/adapter-static": "^1.0.0-next.18", |
| 15 | + "@sveltejs/kit": "next", |
| 16 | + "@tauri-apps/cli": "^1.0.0-beta.10", |
| 17 | + "@typescript-eslint/eslint-plugin": "^4.19.0", |
| 18 | + "@typescript-eslint/parser": "^4.19.0", |
| 19 | + "autoprefixer": "^10.3.1", |
| 20 | + "cssnano": "^5.0.6", |
| 21 | + "eslint": "^7.22.0", |
| 22 | + "eslint-config-prettier": "^8.1.0", |
| 23 | + "eslint-plugin-svelte3": "^3.2.0", |
| 24 | + "postcss": "^8.3.5", |
| 25 | + "postcss-load-config": "^3.1.0", |
| 26 | + "prettier": "~2.2.1", |
| 27 | + "prettier-plugin-svelte": "^2.2.0", |
| 28 | + "svelte": "^3.34.0", |
| 29 | + "svelte-check": "^2.0.0", |
| 30 | + "svelte-preprocess": "^4.7.4", |
| 31 | + "tailwindcss": "^2.2.4", |
| 32 | + "tslib": "^2.0.0", |
| 33 | + "typescript": "^4.0.0" |
| 34 | + }, |
| 35 | + "type": "module", |
| 36 | + "dependencies": { |
| 37 | + "@tauri-apps/api": "^1.0.0-beta.8", |
| 38 | + "purify-ts": "^1.0.0" |
62 | 39 | } |
63 | 40 | } |
0 commit comments