-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 956 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
{
"name": "youlike-chrome-extension",
"version": "1.1.1",
"description": "YouLike - Восстановление лайков - расширение для браузера Google Chrome.",
"scripts": {
"build": "./node_modules/.bin/webpack",
"watch": "./node_modules/.bin/webpack -w"
},
"author": {
"name": "Plastiquewind"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Plastiquewind/youlike-chrome-extension.git"
},
"dependencies": {
"css-loader": "^0.28.8",
"jquery": "~3.2.1",
"lodash": "^4.17.4",
"query-string": "^5.0.1",
"style-loader": "^0.19.1",
"validator": "^9.2.0"
},
"devDependencies": {
"@types/chrome": "~0.0.49",
"@types/jquery": "~3.2.13",
"@types/lodash": "^4.14.92",
"@types/query-string": "^5.0.1",
"@types/validator": "^6.3.0",
"ts-loader": "~2.3.7",
"typescript": "~2.5.3",
"webpack": "~3.7.0"
}
}