forked from jaywcjlove/iNotify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 2.21 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
{
"name": "@wcjiang/notify",
"version": "2.0.9",
"description": "JS achieve the browser title flashing , scrolling, voice prompts , chrome notice.",
"main": "index.js",
"module": "dist/notify.esm.js",
"repository": {
"type": "git",
"url": "https://github.com/jaywcjlove/iNotify.git"
},
"keywords": [
"inotify",
"notify",
"alert",
"notice",
"notification"
],
"author": "kenny wang",
"license": "MIT",
"bugs": {
"url": "https://github.com/jaywcjlove/iNotify/issues"
},
"homepage": "http://jaywcjlove.github.io/iNotify",
"scripts": {
"build": "node scripts/build.js",
"watch": "node scripts/watch.js",
"deploy": "npm run doc:build && gh-pages -d build",
"doc": "npm run doc:dev",
"doc:dev": "NODE_ENV=development parcel website/index.html --out-dir build/ --no-cache",
"doc:build": "NODE_ENV=production parcel build website/index.html --out-dir build/ --public-url ./ --no-cache"
},
"devDependencies": {
"autoprefixer": "^8.6.5",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.6",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"bannerjs": "^1.0.5",
"classnames": "^2.2.6",
"colors-cli": "^1.0.17",
"eslint": "^5.1.0",
"eslint-config-airbnb": "^17.0.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jsx-a11y": "^6.1.0",
"eslint-plugin-react": "^7.10.0",
"gh-pages": "^1.2.0",
"highlight.js": "^9.12.0",
"less": "^3.7.1",
"parcel-bundler": "^1.9.6",
"parcel-plugin-markdown-string": "^1.3.2",
"postcss-modules": "^1.1.0",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-markdown": "^3.3.4",
"rollup": "^0.62.0",
"rollup-plugin-babel": "^3.0.7",
"rollup-plugin-commonjs": "^9.1.3",
"rollup-plugin-node-resolve": "^3.3.0",
"uglify-js": "^3.4.4",
"zlib": "^1.0.5"
},
"dependencies": {}
}