-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 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
{
"name": "@wane/site",
"version": "0.0.1",
"description": "Webite for Wane.",
"main": "index.js",
"repository": "https://github.com/wane/site",
"author": "lazarljubenovic <[email protected]>",
"license": "MIT",
"private": false,
"scripts": {
"build": "tsc -p tsconfig.build.json && node build.js"
},
"devDependencies": {
"@types/fs-extra": "^5.0.4",
"@types/glob": "^5.0.35",
"@types/gzip-size": "^4.1.0",
"@types/html-minifier": "^3.5.2",
"@types/lodash": "^4.14.116",
"@types/node-sass": "^3.10.32",
"@types/table": "^4.0.5",
"brotli-size": "^0.0.3",
"chalk": "^2.4.1",
"format-number": "^3.0.0",
"fs-extra": "^7.0.0",
"glob": "^7.1.2",
"gzip-size": "^5.0.0",
"html-minifier": "^3.5.19",
"is-travis": "^2.0.0",
"lodash": "^4.17.10",
"node-sass": "^4.9.3",
"prompt": "^1.0.0",
"rollup": "^0.64.1",
"rollup-plugin-typescript": "^0.8.1",
"rollup-plugin-uglify": "3.0.0",
"table": "^4.0.3",
"typescript": "^3.0.1",
"uglify-es": "^3.3.9"
},
"dependencies": {}
}