forked from litewrite/litewrite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.41 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
48
49
50
51
{
"name": "litewrite",
"version": "0.0.1",
"homepage": "http://litewrite.net",
"license": "AGPL-3.0",
"repository": {
"type": "git",
"url": "git://github.com/litewrite/litewrite.git"
},
"bugs": {
"url": "https://github.com/litewrite/litewrite/issues"
},
"scripts": {
"start": "node scripts/server.js",
"build": "NODE_ENV=production webpack --config scripts/webpack.config.js && npm run cache",
"test": "npm run lint",
"lint": "standard",
"format": "standard --format",
"cache": "echo \"$(sed \"2s/.*/# `date +'%Y-%m-%d %T'`/\" cache.manifest)\" > cache.manifest",
"production": "npm run build && NODE_ENV=production npm start"
},
"dependencies": {
"express": "^4.16.2"
},
"devDependencies": {
"autosize": "^3.0.13",
"backbone": "^1.1.1",
"backbone.localstorage": "^1.1.6",
"es6-promise": "^3.0.2",
"jquery": "^3.3.1",
"match-media": "^0.2.0",
"raw-loader": "^0.5.1",
"remotestorage-module-documents": "^0.2.1",
"remotestorage-widget": "^1.3.0",
"remotestoragejs": "^1.0.3",
"standard": "^12.0.1",
"sw-precache-webpack-plugin": "^0.11.4",
"underscore": "^1.6.0",
"uuid": "^3.1.0",
"webpack": "^1.12.3",
"webpack-dev-middleware": "^1.2.0",
"webpack-hot-middleware": "^2.20.0",
"window.requestanimationframe": "^1.0.0"
},
"standard": {
"ignore": [
"lib",
"service-worker.js"
]
}
}