-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathpackage.json
43 lines (43 loc) · 1.07 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
{
"name": "tgrm",
"version": "1.1.0",
"description": "Аналог t.me через github pages",
"main": "index.js",
"scripts": {
"watch": "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": {
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-terser": "^0.4.3",
"@taraflex/silly-query-string": "^0.0.2",
"autoprefixer": "^10.4.14",
"cssnano": "^6.0.1",
"cssnano-preset-advanced": "^6.0.1",
"normalize.css": "^8.0.1",
"postcss": "^8.4.27",
"postcss-import": "^15.1.0",
"rollup": "^3.27.0",
"rollup-plugin-sass": "^1.2.2",
"rollup-plugin-serve": "^2.0.2",
"rollup-plugin-ts": "^3.2.0",
"typescript": "^5.1.6",
"uncss": "^0.17.2"
},
"browserslist": [
"last 2 version",
"> 0.2%",
"ie >= 11"
]
}