-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
47 lines (47 loc) · 1.21 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": "skyscanner.github.io",
"version": "0.1.0",
"private": true,
"engines": {
"node": "^18.16.0",
"npm": "^9.5.1"
},
"dependencies": {
"@skyscanner/backpack-web": "^31.9.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-markdown": "^6.0.3",
"react-transition-group": "^4.4.5"
},
"homepage": "https://skyscanner.github.io",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"lint:sass": "stylelint 'src/**/*.scss'",
"lint:sass:fix": "stylelint 'src/**/*.scss' --fix",
"lint:js": "eslint . --ext .js,.jsx",
"lint:js:fix": "eslint . --ext .js,.jsx --fix",
"lint": "npm run lint:js && npm run lint:sass"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@skyscanner/backpack-react-scripts": "^11.0.1",
"@skyscanner/stylelint-config-skyscanner": "^10.2.0",
"@testing-library/react": "^12.1.5",
"eslint_d": "^12.2.1",
"husky": "^8.0.3",
"postcss": "^8.4.31"
}
}