-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
48 lines (48 loc) · 1.25 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
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "freefeed-vanilla",
"version": "1.9.5",
"description": "The master branch is available at [http://moimosk.ru/frf/](http://moimosk.ru/frf/)",
"main": "vanilla.js",
"dependencies": {
"before-build-webpack": "^0.2.9",
"compact-json-loader": "^0.1.1",
"crc-32": "^0.4.0",
"css-loader": "^2.1.1",
"exports-loader": "^0.6.3",
"mini-css-extract-plugin": "^0.7.0",
"postcss": "^7.0.17",
"postcss-loader": "^3.0.0",
"precss": "^1.4.0",
"promise": "^7.1.1",
"raw-loader": "^0.5.1",
"script-loader": "^0.6.1",
"shortid": "^2.2.14",
"style-loader": "^0.13.1",
"suncalc": "^1.7.0",
"then-request": "^2.2.0",
"val-loader": "^0.5.0",
"webpack": "^4.33.0",
"xhr2": "^0.1.3",
"yml-loader": "^2.1.0"
},
"devDependencies": {
"webpack-cli": "^3.3.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SiTLar/pyt-vanilla-html.git"
},
"keywords": [
"freefeed"
],
"author": "SiTLar",
"license": "MIT",
"bugs": {
"url": "https://github.com/SiTLar/pyt-vanilla-html/issues"
},
"homepage": "https://github.com/SiTLar/pyt-vanilla-html#readme"
}