-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 746 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 746 Bytes
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
{
"name": "@deleteagency/live-highlight",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack",
"watch": "webpack --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "^3.0.0",
"webpack": "^4.37.0",
"webpack-cli": "^3.3.6"
},
"dependencies": {
"lodash.escape": "^4.0.1"
},
"browserslist": [
"ios >= 11",
"android >= 9",
"chromeAndroid >= 45",
"last 2 edge versions",
"last 2 chrome versions",
"last 1 safari versions",
"firefox >= 26"
]
}