-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 829 Bytes
/
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
{
"name": "lumio",
"version": "1.0.0",
"description": "\"# lumio\"",
"main": "index.js",
"scripts": {
"test": "mocha",
"vulc": "vulcanize public\\all-imports.html --out-html public\\all-imports-vulc.html",
"build": "webpack --mode=production",
"dbuild": "webpack --mode=development"
},
"repository": "git+https://github.com/kvsrohit/lumio.git",
"author": "kvsrohit",
"license": "ISC",
"bugs": {
"url": "https://github.com/kvsrohit/lumio/issues"
},
"homepage": "https://github.com/kvsrohit/lumio#readme",
"private": true,
"dependencies": {
"chai": "^4.1.2",
"chai-things": "^0.2.0",
"mocha": "^5.2.0",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0",
"timeago.js": "^3.0.2",
"vulcanize": "^1.16.0",
"webpack": "^4.12.0",
"webpack-cli": "^3.0.7"
}
}