-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 918 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
{
"name": "ual-primo-search",
"version": "1.0.0",
"description": "",
"main": "dist/ual-primo-search.js",
"scripts": {
"build": "webpack -p",
"watch": "webpack -w --mode=development"
},
"keywords": [],
"author": "UA Libraries Dev <[email protected]>",
"license": "Copyright (C) The Arizona Board of Regents on Behalf of the University of Arizona - All Rights Reserved",
"dependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"styled-jsx": "^2.2.7",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10"
},
"prettier": {
"semi": false,
"singleQuote": true
},
"browserslist": [
"> 1%",
"last 5 versions",
"IE 11",
"IE 10"
]
}