-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 890 Bytes
/
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
{
"name": "collections",
"version": "1.0.0",
"description": "Collections of photos on different topics",
"main": "index.js",
"scripts": {
"start": "parcel index.html",
"build:prod": "parcel build index.html",
"test:playwright": "jest tests"
},
"keywords": [
"collections",
"gallery",
"slider",
"carousel",
"elm"
],
"author": "@usetheplatform",
"license": "MIT",
"dependencies": {
"elm": "^0.19.1-3"
},
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"@types/jest": "^25.2.1",
"babel-jest": "^26.0.1",
"elm-hot": "^1.1.4",
"jest": "^26.0.1",
"jest-playwright-preset": "^0.1.3",
"jest-transform-file": "^1.1.1",
"node-elm-compiler": "^5.0.4",
"parcel-bundler": "^1.12.4",
"playwright": "^1.0.1"
},
"jest": {
"preset": "jest-playwright-preset"
}
}