-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 973 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
{
"name": "ga-reporting-demo",
"version": "1.0.0",
"description": "A fake website used for generating Google Analytics demo data",
"source": "src/index.html",
"browserslist": "> 0.5%, last 2 versions, not dead",
"scripts": {
"start": "parcel serve -p 8080 src/index.html --public-url / --dist-dir dist",
"build": "parcel build",
"cy:open": "cypress open",
"cy:run": "cypress run"
},
"repository": {
"type": "git",
"url": "[email protected]:dashhudson/google-analytics-demo-data.git"
},
"author": "David Dutkiewicz <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/dashhudson/google-analytics-demo-data/issues"
},
"homepage": "https://github.com/dashhudson/google-analytics-demo-data#readme",
"devDependencies": {
"@parcel/transformer-sass": "^2.7.0",
"cypress": "^10.10.0",
"lodash": "^4.17.21",
"parcel": "^2.7.0"
},
"dependencies": {
"bootstrap": "^5.2.2"
}
}