-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 926 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 926 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
{
"name": "static-components-example",
"description": "a cool example",
"version": "0.0.1",
"author": "Jeff Escalante",
"bugs": "https://github.com/jescalan/static-components-example/issues",
"dependencies": {
"babel-preset-preact": "^1.1.0",
"babel-register": "^6.24.1",
"preact": "^8.1.0",
"reshape-preact-components": "^0.5.1",
"reshape-standard": "^1.0.0",
"spike": "^1.3.1",
"spike-css-standards": "^1.0.0",
"spike-js-standards": "^2.0.1",
"webpack": "^2.3.3"
},
"devDependencies": {
"snazzy": "^6.0.0",
"standard": "^10.0.0"
},
"homepage": "https://github.com/jescalan/static-components-example",
"main": "app.js",
"private": true,
"repository": "https://github.com/jescalan/static-components-example",
"scripts": {
"lint": "standard | snazzy",
"precommit": "npm run lint -s",
"start": "spike watch",
"build": "spike compile"
}
}