-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
33 lines (33 loc) · 919 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
{
"private": true,
"workspaces": [
"packages/*"
],
"license": "GPL 3.0",
"author": "Fox.ONE",
"repository": "https://github.com/fox-one/fennec",
"scripts": {
"start": "cd packages/fennec-extension && yarn foxone-exec-webpack --config webpack.config.js --mode development --watch",
"build": "foxone-dev-build-ts",
"build:release": "foxone-ci-ghact-build",
"lint": "foxone-dev-run-lint",
"test": "foxone-dev-run-test --coverage"
},
"resolutions": {
"typescript": "^4.2.4"
},
"version": "0.5.10",
"dependencies": {
"@foxone/dev": "^0.2.18",
"@foxone/icons": "beta",
"@foxone/mixin-api": "^0.1.5",
"@foxone/utils": "^0.2.18"
},
"devDependencies": {
"@types/jest": "^26.0.23",
"@types/node": "^15.6.1",
"@types/sinon-chrome": "^2.2.10",
"@typescript-eslint/eslint-plugin": "^4.25.0",
"@vue/eslint-config-typescript": "^7.0.0"
}
}