forked from mediv0/Uribbble
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.27 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
{
"name": "Uribbble",
"version": "1.0.1",
"description": "Quick feedback component for dribbble",
"scripts": {
"build": "webpack build",
"test": "jest",
"format": "prettier --config .prettierrc src/**/*.ts test/**/*.spec.ts --write",
"lint": "eslint . --ext .ts"
},
"author": "Mediv0<Mahdi Fakhr>",
"license": "MIT",
"devDependencies": {
"@types/chrome": "^0.0.163",
"@types/jest": "^27.0.2",
"@typescript-eslint/eslint-plugin": "^5.3.1",
"@typescript-eslint/parser": "^5.3.1",
"copy-webpack-plugin": "^9.1.0",
"eslint": "^8.2.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^27.3.1",
"jest-cli": "^27.3.1",
"path": "^0.12.7",
"prettier": "^2.4.1",
"ts-jest": "^27.0.7",
"ts-loader": "^9.2.6",
"typescript": "^4.4.4",
"webpack": "^5.64.0",
"webpack-cli": "^4.9.1"
},
"dependencies": {
"zip-webpack-plugin": "^4.0.1"
}
}