generated from bradgarropy/svelte-starter
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
90 lines (90 loc) · 2.91 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "murphy",
"version": "2.0.1",
"description": "⏱ the crossfit murph timer",
"keywords": [
"svelte",
"tailwindcss",
"faunadb",
"netlify",
"netlify-identity",
"rollup",
"murph",
"murphy",
"crossfit",
"workout",
"timer"
],
"homepage": "https://murphy.bradgarropy.com",
"bugs": {
"url": "https://github.com/bradgarropy/murphy/issues"
},
"license": "MIT",
"author": {
"name": "Brad Garropy",
"email": "[email protected]",
"url": "https://bradgarropy.com"
},
"main": "src/index.js",
"repository": {
"type": "git",
"url": "https://github.com/bradgarropy/murphy"
},
"scripts": {
"start": "npm-run-all --parallel watch:**",
"build": "npm-run-all --parallel build:**",
"watch:svelte": "rollup -c --watch",
"build:svelte": "rollup -c",
"watch:tailwind": "postcss src/styles/tailwind.css -o dist/index.css -w",
"build:tailwind": "cross-env NODE_ENV=production postcss src/styles/tailwind.css -o dist/index.css",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"format": "prettier --check .",
"format:fix": "prettier --write ."
},
"dependencies": {
"date-fns": "^2.22.1",
"faunadb": "^4.3.0",
"gotrue-js": "^0.9.29",
"netlify-identity-widget": "^1.9.1",
"node-fetch": "^2.6.1",
"svelte-routing": "^1.6.0"
},
"devDependencies": {
"@bradgarropy/eslint-config": "^1.1.0",
"@bradgarropy/eslint-config-svelte": "^1.0.0",
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"@typescript-eslint/eslint-plugin": "^4.28.3",
"@typescript-eslint/parser": "^4.28.3",
"autoprefixer": "^10.3.1",
"babel-eslint": "^10.1.0",
"cross-env": "^7.0.3",
"eslint": "^7.30.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-svelte3": "^3.2.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.3.5",
"postcss-cli": "^8.3.1",
"prettier": "^2.3.2",
"prettier-plugin-svelte": "^2.3.1",
"rollup": "^2.53.1",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-css-only": "^3.1.0",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-serve": "^1.1.0",
"rollup-plugin-svelte": "^7.1.0",
"rollup-plugin-terser": "^7.0.2",
"svelte": "^3.38.3",
"svelte-image": "^0.2.9",
"svelte-preprocess": "^4.7.4",
"tailwindcss": "^2.2.4",
"typescript": "^4.3.5"
},
"peerDependencies": {}
}