forked from tgrm/tgrm.github.io
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1023 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1023 Bytes
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
{
"name": "tg",
"version": "1.0.2",
"description": "Аналог t.me через github pages",
"main": "index.js",
"scripts": {
"start": "rollup -c --watch",
"build": "rollup -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tgrm/tgrm.github.io.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/tgrm/tgrm.github.io/issues"
},
"homepage": "https://github.com/tgrm/tgrm.github.io",
"devDependencies": {
"autoprefixer": "^9.7.1",
"cssnano": "^4.1.10",
"cssnano-preset-advanced": "^4.0.7",
"normalize.css": "^8.0.1",
"postcss": "^7.0.21",
"postcss-import": "^12.0.1",
"rollup": "^1.26.4",
"rollup-plugin-bundle-html": "^0.1.5",
"rollup-plugin-sass": "^1.2.2",
"rollup-plugin-serve": "^1.0.1",
"rollup-plugin-terser": "^5.1.2",
"uncss": "^0.17.2",
"web-resource-inliner": "^4.3.3"
},
"browserslist": [
"last 2 version",
"> 0.2%",
"ie >= 11"
]
}