-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 933 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
40
{
"private": true,
"dependencies": {
"classnames": "^2.3.1",
"js-cookie": "^2.2.1",
"localstorage-slim": "^2.1.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-highlight-words": "^0.17.0"
},
"devDependencies": {
"@babel/cli": "^7.14.5",
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.7",
"@babel/preset-react": "^7.14.5",
"babel-loader": "^8.2.2",
"browserslist": "^4.23.3",
"css-loader": "^6.5.1",
"sass": "^1.35.1",
"sass-loader": "^11.1.1",
"style-loader": "^2.0.0",
"webpack": "^5.40.0",
"webpack-cli": "^4.7.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"babel": {
"presets": [
"@babel/preset-env",
"@babel/preset-react"
]
},
"browserslist": [
"last 3 chrome versions",
"last 3 opera versions",
"last 3 ios_saf versions",
"last 3 safari versions"
]
}