-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
68 lines (68 loc) · 1.8 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
{
"name": "tvvm",
"version": "1.0.3",
"description": "A simple micro-library for agile building TV web app with no dependency",
"main": "index.js",
"module": "dist/tvvm.esm.js",
"scripts": {
"test": "jest --env=node --coverage",
"test:watch": "jest --watch",
"build": "node scripts/build.js",
"watch": "node scripts/watch.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zexiplus/TVM.git"
},
"keywords": [
"TV",
"tv",
"tvvm",
"tvvm.js",
"television",
"TV web app",
""
],
"author": "float <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/zexiplus/TVM/issues"
},
"homepage": "https://github.com/zexiplus/TVM#readme",
"dependencies": {},
"devDependencies": {
"autoprefixer": "^8.6.1",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.3",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"bannerjs": "^1.0.5",
"chalk": "^2.4.1",
"classnames": "^2.2.5",
"colors-cli": "^1.0.13",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.9.1",
"gh-pages": "^1.2.0",
"highlight.js": "^9.12.0",
"husky": "^1.0.0-rc.8",
"jest": "^22.4.4",
"less": "^3.0.4",
"parcel-bundler": "^1.10.3",
"parcel-plugin-markdown-string": "^1.3.1",
"postcss-modules": "^1.1.0",
"puppeteer": "^1.5.0",
"react": "^16.4.0",
"react-dom": "^16.4.0",
"react-markdown": "^3.3.2",
"rollup": "^0.57.1",
"rollup-plugin-babel": "^3.0.4",
"rollup-plugin-commonjs": "^9.1.3",
"rollup-plugin-node-resolve": "^3.3.0",
"uglify-js": "^3.4.0",
"zlib": "^1.0.5"
}
}