-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
42 lines (42 loc) · 1.44 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": "pixelapp",
"private": true,
"scripts": {
"start": "snowpack dev",
"test": "echo \"This template does not include a test runner by default.\" && exit 1",
"format": "prettier --write 'src/**/*.[j|t]s'",
"lint": "prettier --check 'src/**/*.[j|t]s'",
"build": "snowpack build && touch docs/.nojekyll",
"postinstall": "node tools/patchSpectrum.js"
},
"devDependencies": {
"@babel/preset-typescript": "^7.12.7",
"@snowpack/plugin-babel": "^2.1.6",
"@snowpack/plugin-dotenv": "^2.0.5",
"@snowpack/plugin-optimize": "^0.2.12",
"@snowpack/plugin-run-script": "^2.3.0",
"deepmerge": "^4.2.2",
"es-dev-server": "^2.0.2",
"glslify": "^7.1.1",
"parcel": "^2.0.0-beta.1",
"postcss-modules": "^4.0.0",
"prettier": "^2.2.1",
"rimraf": "^3.0.2",
"rollup": "^2.36.1",
"rollup-plugin-glsl": "^1.3.0",
"rollup-plugin-string": "^3.0.0",
"snowpack": "^3.0.10",
"typescript": "^4.1.3"
},
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-decorators": "^7.12.12",
"@spectrum-web-components/bundle": "^0.16.0",
"@spectrum-web-components/styles": "^0.7.0",
"@spectrum-web-components/themes": "^0.2.3",
"lit-element": "^2.4.0"
},
"browerslist": [
"Chrome > 50"
]
}