-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.31 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": "marko-pwa",
"version": "1.0.0",
"description": "Sample app that demonstrates the power of MarkoJS and Service workers",
"main": "server.js",
"scripts": {
"build": "webpack --display-error-details",
"start": "npm run build && node server.js",
"nodemon": "npm run build && nodemon server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/mauricionr/marko-pwa.git"
},
"author": "Mauricio",
"license": "MIT",
"homepage": "https://github.com/mauricionr/marko-pwa",
"dependencies": {
"app-module-path": "^2.2.0",
"browser-refresh-taglib": "^1.1.0",
"compression": "^1.6.2",
"css-loader": "^0.26.1",
"express": "^4.14.0",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.10.1",
"less": "^2.7.2",
"less-loader": "^2.2.3",
"marked": "^0.3.6",
"marko": "^4.0.1",
"marko-loader": "^1.3.0",
"purecss": "^0.6.2",
"raptor-pubsub": "^1.0.5",
"raptor-util": "^3.1.0",
"require-self-ref": "^2.0.1",
"serve-static": "^1.11.1",
"style-loader": "^0.13.1",
"svg-url-loader": "^1.1.0",
"sw-toolbox": "^3.6.0",
"webpack": "^2.2.0",
"webpack-dev-server": "^2.4.2",
"whatwg-fetch": "^2.0.2"
},
"devDependencies": {
"extract-text-webpack-plugin": "^2.1.0",
"webpack": "^2.3.3"
}
}