-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.99 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
{
"name": "search-crutch",
"version": "1.0.0",
"description": "搜索+(SeeMore),Chrome 的搜索增强插件",
"main": "index.js",
"scripts": {
"dev": "webpack --config tool/webpack.dev.config.js",
"build": "webpack --config tool/webpack.prod.config.js",
"lint": "eslint \"src/**/*.js\"",
"test": "karma start tool/karma.conf.js",
"cover": "nyc --reporter=html --reporter=text mocha test/**/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/ray7551/seeMore"
},
"author": "",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^6.5.3",
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-eslint": "^7.2.2",
"babel-loader": "^6.4.1",
"babel-plugin-transform-class-properties": "^6.19.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-env": "^1.4.0",
"babel-preset-es2015": "^6.18.0",
"babel-register": "^6.24.1",
"chai": "^3.5.0",
"clean-webpack-plugin": "^0.1.14",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.26.1",
"dirty-chai": "^1.2.2",
"eslint": "^4.18.2",
"extract-text-webpack-plugin": "^2.1.0",
"fetch-mock": "^5.8.0",
"file-loader": "^0.9.0",
"html-loader": "^0.4.4",
"html-webpack-plugin": "^2.24.1",
"istanbul": "^1.1.0-alpha.1",
"istanbul-instrumenter-loader": "^1.1.0",
"karma": "^1.3.0",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.1",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^1.8.0",
"mocha": "^3.2.0",
"mock-local-storage": "^1.0.2",
"nyc": "^10.0.0",
"postcss-loader": "^1.1.1",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "2.4.1",
"webpack-cli": "^2.0.10",
"webpack-dev-server": "^2.4.2"
},
"dependencies": {
"bluebird": "^3.4.6",
"localforage": "^1.4.3",
"lodash": "^4.17.13",
"mustache": "^2.3.0",
"translation.js": "^0.6.8"
}
}