-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1013 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 1013 Bytes
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
{
"name": "spike-static-components-example",
"description": "example of how to use static and client rendered preact components with spike",
"version": "0.0.1",
"author": "static-dev",
"ava": {
"verbose": "true"
},
"bugs": "https://github.com/static-dev/spike-static-components-example/issues",
"dependencies": {
"babel-preset-preact": "^1.1.0",
"babel-register": "^6.24.1",
"reshape-preact-components": "^0.5.1",
"reshape-standard": "^2.1.1",
"spike": "^2.0.2",
"spike-css-standards": "^2.0.1",
"spike-js-standards": "^2.0.2"
},
"devDependencies": {
"snazzy": "^7.0.0",
"standard": "^10.0.0"
},
"homepage": "https://github.com/static-dev/spike-static-components-example",
"main": "app.js",
"private": true,
"repository": "https://github.com/static-dev/spike-static-components-example",
"scripts": {
"lint": "standard | snazzy",
"precommit": "npm run lint -s",
"pretest": "npm run lint -s",
"test": "NODE_ENV=test ava"
}
}