-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 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
{
"name": "@signpostmarv/no-mans-sky-helper",
"version": "0.0.0",
"description": "No Man's Sky helper",
"main": " ",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "Apache-2.0",
"devDependencies": {
"@rollup/plugin-commonjs": "^11.0.2",
"@rollup/plugin-json": "^4.0.2",
"@rollup/plugin-node-resolve": "^7.1.1",
"@rollup/plugin-typescript": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^2.27.0",
"@typescript-eslint/parser": "^2.27.0",
"cssnano": "^4.1.10",
"eslint": "^6.8.0",
"gulp": "^4.0.2",
"gulp-eslint": "^6.0.0",
"gulp-filter": "^6.0.0",
"gulp-htmlmin": "^5.0.1",
"gulp-newer": "^1.4.0",
"gulp-postcss": "^8.0.0",
"gulp-typescript": "^6.0.0-alpha.1",
"gulp-uglify-es": "^2.0.0",
"lit-element": "^2.3.1",
"lit-html": "^1.2.1",
"postcss-calc": "^7.0.2",
"postcss-font-family-system-ui": "^4.2.0",
"postcss-import": "^12.0.1",
"postcss-nested": "^4.2.1",
"postcss-system-monospace": "^2.1.0",
"rollup": "^2.4.0",
"rollup-plugin-minify-html-literals": "^1.2.3",
"rollup-plugin-terser": "^5.3.0",
"three": "^0.115.0",
"typescript": "^3.8.3",
"typescript-lit-html-plugin": "^0.9.0"
}
}