forked from benfoxall/puckmote
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.23 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
{
"name": "puckmote",
"version": "1.0.0",
"description": "A remote control for my TV",
"scripts": {
"start": "snowpack dev",
"build": "snowpack build && workbox generateSW workbox-config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/benfoxall/puckmote.git"
},
"postcss": {
"plugins": {
"tailwindcss": {},
"autoprefixer": {}
}
},
"author": "Ben Foxall",
"license": "MIT",
"bugs": {
"url": "https://github.com/benfoxall/puckmote/issues"
},
"homepage": "https://github.com/benfoxall/puckmote#readme",
"devDependencies": {
"@snowpack/plugin-postcss": "^1.2.2",
"@snowpack/plugin-react-refresh": "^2.5.0",
"@snowpack/plugin-typescript": "^1.2.1",
"@snowpack/plugin-webpack": "^2.3.1",
"@types/papaparse": "^5.2.5",
"@types/react": "^17.0.4",
"@types/react-dom": "^17.0.3",
"@types/web-bluetooth": "0.0.9",
"autoprefixer": "^10.2.5",
"papaparse": "^5.3.0",
"postcss": "^8.2.13",
"postcss-cli": "^8.3.1",
"prettier": "2.2.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"snowpack": "^3.3.7",
"tailwindcss": "^2.1.2",
"typescript": "^4.2.4",
"workbox-cli": "^6.1.5"
},
"dependencies": {}
}