This repository has been archived by the owner on Nov 5, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #204 from Kocal/develop
Release 1.9
- Loading branch information
Showing
91 changed files
with
7,311 additions
and
11,808 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
/node_modules | ||
/*.log | ||
/dist | ||
/dist-zip | ||
/coverage |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 0 additions & 4 deletions
4
...es/extension/__tests__/background.test.ts → __tests__/background.test.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,21 @@ | ||
{ | ||
"name": "solary", | ||
"private": true, | ||
"version": "1.9.0", | ||
"description": "Extension navigateur pour la WebTV Solary", | ||
"author": "Hugo Alliaume <[email protected]>", | ||
"license": "MIT", | ||
"typings": "types/index.d.ts", | ||
"scripts": { | ||
"bootstrap": "lerna bootstrap", | ||
"prettier": "prettier 'packages/extension/{src,__tests__}/**/*.{ts,vue}' 'packages/server/**/*.js'", | ||
"build": "cross-env NODE_ENV=production webpack --config webpack.config.js --progress --hide-modules", | ||
"build:dev": "cross-env NODE_ENV=development webpack --config webpack.config.js --progress --hide-modules", | ||
"build-zip": "node scripts/build-zip.js", | ||
"watch": "npm run build -- --watch", | ||
"watch:dev": "npm run build:dev -- --watch", | ||
"test": "jest", | ||
"prettier": "prettier '{src,__tests__}/**/*.{ts,vue}'", | ||
"prettier:write": "npm run prettier -- --write", | ||
"precommit": "pretty-quick --staged", | ||
"lerna-publish": "lerna publish --force-publish=extension,server --skip-npm" | ||
"precommit": "pretty-quick --staged" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
|
@@ -19,11 +25,44 @@ | |
"url": "https://github.com/Kocal/Solary/issues" | ||
}, | ||
"homepage": "https://github.com/Kocal/Solary#readme", | ||
"dependencies": { | ||
"axios": "^0.18.0", | ||
"qs": "^6.5.1", | ||
"vue": "^2.5.13", | ||
"vue-awesome": "^2.3.5", | ||
"vue-router": "^3.0.1" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.0.0-beta.40", | ||
"@babel/preset-env": "^7.0.0-beta.40", | ||
"@types/chrome": "^0.0.64", | ||
"@types/jest": "^22.1.4", | ||
"@types/node": "^10.0.3", | ||
"axios-mock-adapter": "^1.14.1", | ||
"babel-core": "^7.0.0-beta.40", | ||
"babel-jest": "^22.4.1", | ||
"codecov": "^3.0.0", | ||
"copy-webpack-plugin": "^4.5.0", | ||
"cross-env": "^5.1.3", | ||
"css-loader": "^0.28.10", | ||
"file-loader": "^1.1.11", | ||
"husky": "^0.14.3", | ||
"lerna": "^2.9.0", | ||
"prettier": "1.11.1", | ||
"jest": "^22.4.2", | ||
"jest-localstorage-mock": "^2.2.0", | ||
"jest-webextension-mock": "^3.3.0", | ||
"mini-css-extract-plugin": "^0.4.0", | ||
"node-sass": "^4.7.2", | ||
"prettier": "1.12.1", | ||
"pretty-quick": "^1.4.1", | ||
"wsc": "^0.3.0" | ||
"sass-loader": "^7.0.1", | ||
"ts-jest": "^22.4.1", | ||
"ts-loader": "^4.0.1", | ||
"typescript": "^2.7.2", | ||
"vue-loader": "^15.0.6", | ||
"vue-template-compiler": "^2.5.13", | ||
"webpack": "^4.1.0", | ||
"webpack-cli": "^2.0.10", | ||
"webpack-shell-plugin": "^0.5.0", | ||
"zip-folder": "^1.0.0" | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.