-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
38 lines (38 loc) · 1.16 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
{
"name": "mercurywm",
"version": "2.0.1",
"description": "New tab page with multi-windowed terminals",
"main": "src/index.js",
"scripts": {
"dev": "webpack --progress --watch",
"prod": "webpack -p --progress",
"test": "flow check",
"ci-prod": "npm run prod && zip -r mercurywm-$(date +%s).zip build/"
},
"repository": {
"type": "git",
"url": "https://github.com/wheel-org/mercurywm.git"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.10.5",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@babel/preset-flow": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"babel-loader": "^8.1.0",
"flow-bin": "^0.129.0",
"flow-interfaces-chrome": "^0.6.0",
"flow-typed": "^3.2.0",
"lz-string": "^1.4.4",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-redux": "^7.2.0",
"redux": "^4.0.5",
"terser-webpack-plugin": "^3.0.7",
"updeep": "^1.1.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12"
}
}