-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 951 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
{
"name": "pr-base-switcher-ts",
"version": "0.1.0",
"private": true,
"dependencies": {
"@types/puppeteer": "^0.13.9",
"@types/qs": "^6.5.1",
"axios": "^0.17.1",
"emotion": "^8.0.12",
"preact": "^8.2.7",
"puppeteer": "^0.13.0",
"react-scripts-ts": "2.8.0",
"select-dom": "^4.1.1"
},
"scripts": {
"start": "BROWSER=none HTTPS=true react-scripts-ts start",
"build": "react-scripts-ts build && ./post-build",
"test": "react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject",
"pack-extension": "node scripts/pack.js",
"compress-extension": "node scripts/compress.js",
"prepare": "patch-package"
},
"devDependencies": {
"@types/jest": "^21.1.9",
"@types/node": "^8.5.2",
"crx": "^3.2.1",
"patch-package": "^5.0.0",
"postinstall-prepare": "^1.0.1",
"prettier": "^1.9.2",
"svgexport": "^0.3.2",
"tslint-config-prettier": "^1.6.0"
}
}