-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
146 lines (146 loc) · 4.05 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
{
"name": "@appnest/web-config",
"version": "0.5.5",
"description": "A Rollup configuration to help you build modern web applications.",
"author": "Appnest",
"main": "index.cjs.js",
"module": "index.esm.js",
"types": "index.esm.d.ts",
"bugs": {
"url": "https://github.com/andreasbm/web-config/issues"
},
"np": {
"yarn": false,
"contents": "dist/lib"
},
"publishConfig": {
"access": "public"
},
"homepage": "https://github.com/andreasbm/web-config#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/andreasbm/web-config.git"
},
"keywords": [
"configuration",
"webapp",
"custom",
"elements",
"web",
"plugins",
"lit-element",
"component",
"rollup",
"lit-html",
"template",
"tslint",
"eslint",
"typescript",
"postcss",
"browserslist",
"scss",
"minifying",
"build",
"tsconfig"
],
"license": "MIT",
"scripts": {
"b:demo:dev": "rollup -c rollup.config.ts --environment NODE_ENV:dev",
"b:demo:prod": "rollup -c rollup.config.ts --environment NODE_ENV:prod",
"s:demo:dev": "rollup -c rollup.config.ts --watch --environment NODE_ENV:dev",
"s:demo:prod": "rollup -c rollup.config.ts --watch --environment NODE_ENV:prod",
"s": "npm run b:lib && npm run s:demo:dev",
"b:lib": "rollup -c=rollup-lib.config.ts && node post-build.js",
"ncu": "ncu -u -a && npm update && npm install",
"test": "npm run b:lib && karma start karma.conf.js",
"readme": "node node_modules/.bin/readme generate",
"postversion": "npm run readme && npm run b:lib",
"publish:patch": "np patch",
"publish:minor": "np minor",
"publish:major": "np major",
"lint:demo": " ./node_modules/.bin/eslint src/demo/**/*.ts",
"lint:lib": " ./node_modules/.bin/eslint src/lib/**/*.ts",
"prettier:check": "prettier --list-different \"src/**/*.ts\"",
"prettier:write": "prettier --write \"src/**/*.ts\""
},
"dependencies": {
"@rollup/plugin-commonjs": "18.0.0",
"@rollup/plugin-json": "4.1.0",
"@rollup/plugin-node-resolve": "11.2.1",
"@rollup/pluginutils": "4.1.0",
"@types/chai": "^4.2.17",
"@types/mocha": "^8.2.2",
"@types/node": "^15.0.1",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"@wessberg/rollup-plugin-ts": "^1.3.14",
"autoprefixer": "^10.2.5",
"boxen": "^5.0.1",
"brotli": "^1.3.2",
"chai": "^4.3.4",
"colors": "^1.4.0",
"cssnano": "^5.0.2",
"escodegen": "^2.0.0",
"eslint": "^7.25.0",
"eslint-config-prettier": "^8.3.0",
"esprima": "^4.0.1",
"estraverse": "^5.2.0",
"filesize": "^6.3.0",
"fs": "0.0.1-security",
"fs-extra": "^9.1.0",
"gzip-size": "^6.0.0",
"html-minifier": "^4.0.0",
"karma": "^6.3.2",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.1.0",
"karma-iframes": "^1.3.0",
"karma-mocha": "^2.0.1",
"karma-rollup-preprocessor": "^7.0.7",
"livereload": "^0.9.3",
"magic-string": "^0.25.7",
"minimist": "^1.2.5",
"mocha": "^8.3.2",
"node-sass": "^5.0.0",
"path": "^0.12.7",
"postcss": "^8.2.13",
"precss": "^4.0.0",
"prettier": "^2.2.1",
"recursive-readdir-sync": "^1.0.6",
"rollup": "^2.46.0",
"rollup-plugin-license": "^2.3.0",
"rollup-plugin-progress": "^1.1.2",
"rollup-plugin-serve": "^1.1.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-visualizer": "^5.4.1",
"targz": "^1.0.1",
"ts-lit-plugin": "1.2.1",
"typescript": "^4.2.4",
"web-component-analyzer": "^1.1.6",
"workbox-build": "^6.1.5"
},
"devDependencies": {
"@appnest/readme": "^1.2.7",
"@types/escodegen": "0.0.6",
"@types/esprima": "^4.0.2",
"@types/estraverse": "5.1.0",
"@types/filesize": "^5.0.0",
"@types/fs-extra": "^9.0.11",
"@types/gzip-size": "^5.1.1",
"@types/node-sass": "^4.11.1",
"lit-element": "^2.5.0",
"lit-html": "^1.4.0",
"weightless": "0.0.37"
},
"contributors": [
{
"name": "Andreas Mehlsen",
"url": "https://twitter.com/andreasmehlsen",
"img": "https://avatars1.githubusercontent.com/u/6267397?s=460&v=4"
},
{
"name": "You?",
"img": "https://joeschmoe.io/api/v1/random",
"url": "https://github.com/andreasbm/web-config/blob/master/CONTRIBUTING.md"
}
]
}