-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.1 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": "llamadoro",
"version": "1.0.0",
"description": "Improve your fitness while you work!",
"main": "index.js",
"author": "Chandu Tennety <chandu.tennety@gmail.com>",
"private": true,
"elmSvgModules": [
{
"src": "img/*.svg",
"name": "Gen.Graphics",
"dest": "src/Gen/Graphics.elm"
}
],
"dependencies": {
"tauri": "^0.12.0"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^2.3.0",
"autoprefixer": "^9.8.5",
"elm": "^0.19.1-3",
"elm-hot": "^1.1.4",
"node-elm-compiler": "^5.0.4",
"parcel-bundler": "^1.12.4",
"parcel-plugin-elm-svg": "^1.0.6",
"sass": "^1.26.10"
},
"scripts": {
"start": "npm run build-img && parcel index.html",
"build-img": "parcel build img/*",
"build": "npm run build-img && parcel build index.html --no-cache",
"test": "elm-test",
"test:watch": "elm-test --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cedricss/elm-batteries.git"
},
"keywords": [
"time management",
"fitness",
"wellness",
"elm",
"parcel",
"purgecss"
]
}