This repository has been archived by the owner on Jul 21, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.52 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
{
"name": "bug-poc",
"version": "1.0.0",
"author": {
"email": "[email protected]",
"name": "Rohan Fletcher"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.9.0",
"@fortawesome/free-brands-svg-icons": "^5.9.0",
"@fortawesome/free-regular-svg-icons": "^5.9.0",
"@fortawesome/free-solid-svg-icons": "^5.9.0",
"@fullhuman/postcss-purgecss": "^1.2.0",
"autoprefixer": "^9.6.0",
"json-server": "^0.15.0",
"npm-run-all": "^4.1.5",
"postcss": "^7.0.17",
"postcss-import": "^12.0.1",
"rollup": "^1.10.1",
"rollup-plugin-commonjs": "^9.3.4",
"rollup-plugin-copy": "^3.0.0",
"rollup-plugin-livereload": "^1.0.1",
"rollup-plugin-node-resolve": "^4.2.3",
"rollup-plugin-postcss": "^2.0.3",
"rollup-plugin-svelte": "^5.0.3",
"rollup-plugin-terser": "^4.0.4",
"sirv-cli": "^0.4.4",
"svelte": "^3.6.7",
"svelte-preprocess": "^2.14.0",
"svelte-spa-router": "^1.1.3",
"tailwindcss": "^1.0.3",
"tailwindcss-aspect-ratio": "^2.0.0"
},
"scripts": {
"build": "rollup -c",
"autobuild": "rollup -c -w",
"dev": "run-p start:dev autobuild",
"start": "sirv public --single",
"start:dev": "sirv public --dev --single",
"test": "mocha"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.19",
"@sentry/browser": "^5.5.0",
"bulma": "^0.7.5",
"luxon": "^1.16.0",
"node-fetch": "^2.6.0",
"svelma": "0.0.10",
"svelte-awesome": "^1.4.1",
"svelte-flatpickr": "^2.3.0",
"ws": "^7.1.1"
}
}