-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
41 lines (41 loc) · 1.07 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": "@universityofwarwick/statuspage-widget",
"version": "0.1.0",
"dependencies": {
"preact": "10.5.12"
},
"devDependencies": {
"@testing-library/jest-dom": "5.11.9",
"@testing-library/preact": "2.0.1",
"@testing-library/user-event": "12.7.0",
"node-sass": "5.0.0",
"react-scripts": "4.0.2",
"rewire": "5.0.0"
},
"scripts": {
"start": "node ./scripts/start.js",
"build": "node ./scripts/build-non-split.js",
"test": "node ./scripts/test.js",
"dist": "node ./scripts/build-dist.js",
"prepublishOnly": "rm -rf build/ dist/ && npm run build && npm run dist"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
"last 2 chrome versions",
"last 2 edge versions",
"last 2 firefox versions",
"last 2 safari versions"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"author": "University of Warwick",
"license": "ISC",
"homepage": "https://statuspage-widget.warwick.ac.uk"
}