-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
40 lines (40 loc) · 1.09 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
{
"name": "flash-browser-detector",
"version": "1.0.0",
"main": "./js/index.js",
"scripts": {
"dev": "webpack --mode development --progress --watch",
"build": "make wasm && webpack --mode production; echo Built at `date`",
"clean": "rm -rf build/",
"serve": "python3 -m http.server"
},
"author": "Edward Lu (edwardlu2018)",
"repository": {
"type": "git",
"url": "https://github.com/conix-center/flash-browser-detector"
},
"license": "ISC",
"browserslist": [
"last 3 firefox versions",
"last 3 and_chr versions",
"last 3 chrome versions",
"last 3 opera versions",
"last 3 ios_saf versions",
"last 3 safari versions"
],
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-transform-runtime": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"babel": "^6.23.0",
"babel-loader": "^8.1.0",
"eslint": "^7.15.0",
"eslint-config-google": "^0.14.0",
"raw-loader": "^4.0.1",
"sweetalert2": "^10.0.0",
"terser-webpack-plugin": "^2.3.6",
"webpack": "^5.52.1",
"webpack-cli": "^4.8.0"
},
"description": ""
}