-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.44 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
{
"name": "prut-commerce",
"license": "UNLICENSED",
"version": "1.0.0",
"packageManager": "[email protected]",
"scripts": {
"start": "yarn && yarn build:dev && yarn dev",
"test": "elm-test",
"test:watch": "elm-test --watch",
"build": "run-s build:elm-spa build:elm",
"build:dev": "run-s build:elm-spa build:dev:elm",
"dev": "run-p dev:elm-spa dev:elm",
"build:elm": "parcel build html/index.html",
"build:dev:elm": "elm make elm/Main.elm --debug --output=public/dist/elm.compiled.js || true",
"build:elm-spa": "elm-spa build .",
"dev:elm": "parcel html/index.html",
"dev:elm-spa": "chokidar elm/ -c \"yarn build:elm-spa\"",
"review": "elm-review --fix-all",
"elm-spa": "elm-spa",
"format": "elm-format ./src --yes",
"artemis": "elm-graphql http://84.232.145.86:5000/graph --base Artemis",
"melissa": "elm-graphql http://84.232.145.86:5050/graph --base Melissa",
"evander": "elm-graphql http://84.232.145.86:5100/graph --base Evander"
},
"devDependencies": {
"@dillonkearns/elm-graphql": "4.2.4",
"@parcel/transformer-elm": "2.6.2",
"@parcel/transformer-sass": "2.6.2",
"@tailwindcss/aspect-ratio": "0.4.0",
"autoprefixer": "10.3.5",
"chokidar-cli": "3.0.0",
"elm-format": "0.8.5",
"elm-review": "2.7.3",
"elm-spa": "6.0.4",
"elm-test": "0.19.1-revision9",
"npm-run-all": "4.1.5",
"parcel": "2.6.2",
"postcss": "8.3.7",
"tailwindcss": "3.1.6"
}
}