-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 972 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
35
36
{
"name": "ticktick_productivity_chart_chrome_extension",
"version": "0.1.0",
"description": "TickTick productivity chart google chrome extension",
"private": true,
"scripts": {
"build": "webpack",
"lint": "eslint --ext .ts,.tsx \"src/ticktick/**/*.ts\"",
"lint-fix": "eslint --fix \"src/ticktick/**/*.ts\""
},
"keywords": [
"ticktick",
"todo",
"chrome",
"extension",
"example"
],
"author": "it-efrem",
"license": "ISC",
"dependencies": {},
"devDependencies": {
"webpack": "^5.57.1",
"webpack-cli": "^4.9.0",
"copy-webpack-plugin": "^9.0.1",
"typescript": "^4.5.2",
"@typescript-eslint/eslint-plugin": "^5.11.0",
"@typescript-eslint/parser": "^5.11.0",
"eslint": "^8.8.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "2.5.1",
"ts-loader": "^9.2.6"
}
}