-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.23 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
{
"name": "parcel",
"version": "1.0.0",
"main": "index.js",
"repository": "[email protected]:blue-streak/parcel.git",
"author": "Shane Osbourne <[email protected]>",
"license": "MIT",
"scripts": {
"start": "cb start",
"build-all": "cb build-all"
},
"dependencies": {
"@types/node": "8",
"classnames": "^2.2.5",
"create-epic-store": "1.0.9",
"dlv": "^1.1.1",
"express-history-api-fallback": "^2.2.1",
"express-http2": "^4.13.4",
"html-minifier": "^3.5.9",
"htmlparser2": "^3.9.2",
"http2": "^3.3.7",
"parcel-plugin-typescript": "^0.6.0",
"preact": "^8.2.7",
"preact-redux": "^2.0.3",
"preact-router": "^2.6.0",
"redux": "^3.7.2",
"redux-observable": "^0.18.0",
"rxjs": "^5.5.6",
"spdy": "^3.4.7"
},
"devDependencies": {
"compression": "^1.7.1",
"crossbow": "^4.3.0",
"easy-svg": "^1.1.0",
"express": "^4.16.2",
"http-proxy-middleware": "^0.17.4",
"lighthouse": "^2.9.0",
"node-sass": "^4.7.2",
"parcel-bundler": "^1.5.1",
"parcel-plugin-bundle-manifest": "^0.1.0",
"preact-render-to-string": "^3.7.0",
"serve-static": "^1.13.2",
"typescript": "^2.7.1",
"vinyl-fs": "2.4.4",
"workbox-cli": "beta"
}
}