forked from cainrus/vkloyality
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 882 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": "vklist",
"version": "1.2.7",
"description": "vk common whitelist & blacklist",
"main": "gulp.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack && gulp build"
},
"author": "",
"license": "ISC",
"devDependencies": {
"awesome-typescript-loader": "^3.2.3",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-wrapper": "^1.0.0",
"gulp-zip": "^3.0.2",
"typescript": "^2.5.2",
"css-loader": "0.16.0",
"less-loader": "^4.0.5",
"less": "^2.7.2",
"extract-text-webpack-plugin": "^3.0.0",
"webpack": "^3.6.0"
},
"dependencies": {
"@types/react": "16.0.5",
"@types/react-dom": "15.5.4",
"@types/card-validator": "4.1.0",
"axios": "0.16.2",
"react": "15.6.1",
"react-dom": "15.6.1"
}
}