-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
76 lines (76 loc) · 2.13 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "gloria",
"version": "0.13.10",
"description": "A programmable website notifications aggregator in Chrome.",
"repository": {
"type": "git",
"url": "https://github.com/BlackGlory/Gloria.git"
},
"bugs": {
"url": "https://github.com/BlackGlory/Gloria/issues"
},
"author": "BlackGlory <[email protected]>",
"license": "MIT",
"scripts": {
"test": "mocha --compilers ls:livescript test/**/*.ls",
"test:locacles": "yarn valid-locales",
"clean": "rimraf build",
"valid-locales": "node script/valid-locales.js",
"prepublishOnly": "run-s clean build",
"build": "webpack --config webpack.prod.js",
"dev": "webpack -w"
},
"husky": {
"hooks": {
"pre-commit": "run-s test test:locacles"
}
},
"devDependencies": {
"babel-core": "^6.24.0",
"babel-loader": "^6.4.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.0",
"chai": "^3.5.0",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.28.0",
"husky": "^4.2.3",
"json-loader": "^0.5.4",
"livescript-loader": "^0.1.6",
"mocha": "^3.2.0",
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2",
"style-loader": "^0.16.1",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"vue-hot-reload-api": "^2.0.6",
"vue-html-loader": "^1.2.3",
"vue-loader": "file:vue-loader",
"vue-style-loader": "^1.0.0",
"webpack": "^1.14.0"
},
"dependencies": {
"deep-diff": "^0.3.8",
"enhanced-notification": "file:enhanced-notification",
"flexboxgrid": "^6.3.1",
"gloria-sandbox": "^0.2.7",
"jshashes": "^1.0.6",
"keen-ui": "^0.8.9",
"later": "^1.2.0",
"material-design-icons": "^3.0.1",
"moment": "^2.18.1",
"normalize.css": "^7.0.0",
"parse-favicon": "^1.2.8",
"redux": "^3.6.0",
"redux-action-buffer": "^1.0.1",
"redux-batched-actions": "^0.1.5",
"redux-logger": "^2.10.2",
"redux-persist": "^4.5.0",
"redux-persist-crosstab": "^3.5.2",
"revue": "^2.2.0",
"rollbar-browser": "^1.9.4",
"rx": "^4.1.0",
"semver": "^5.3.0",
"uuid": "^3.1.0",
"vue": "^1.0.26"
}
}