forked from unbug/codelf
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2.46 KB
/
package.json
File metadata and controls
83 lines (83 loc) · 2.46 KB
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
77
78
79
80
81
82
83
{
"name": "Codelf",
"version": "7.0.0",
"description": "Organize your GitHub stars and repositories.Search over projects from GitHub, Bitbucket, Google Code, Codeplex, Sourceforge, Fedora Project to find real-world usage variable names.",
"keywords": [
"Codelf",
"real-world usage variable names",
"searchcode"
],
"author": "unbug",
"license": "MIT",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "gulp",
"build": "NODE_ENV=production gulp build",
"dist": "NODE_ENV=production gulp build && gulp dist",
"gh-pages": "git push origin `git subtree split --prefix dist master`:gh-pages --force"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.2.3",
"@babel/preset-env": "^7.2.3",
"@babel/preset-react": "^7.0.0",
"ansi-colors": "^2.0.5",
"babel-eslint": "^8.2.6",
"babel-loader": "^8.0.4",
"browser-sync": "^2.26.3",
"css-loader": "^1.0.1",
"cssnano": "^4.1.7",
"del": "^3.0.0",
"eslint": "^5.10.0",
"eslint-plugin-react": "^7.10.0",
"fancy-log": "^1.3.3",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^5.0.0",
"gulp-cachebust": "0.0.10",
"gulp-cached": "^1.1.1",
"gulp-concat": "^2.6.1",
"gulp-csso": "^3.0.1",
"gulp-eslint": "^5.0.0",
"gulp-help": "^1.6.1",
"gulp-htmlmin": "^4.0.0",
"gulp-imagemin": "^4.1.0",
"gulp-load-plugins": "^1.5.0",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.0.2",
"gulp-sass-lint": "^1.4.0",
"gulp-size": "^3.0.0",
"gulp-uglify": "^3.0.1",
"gulp-watch": "^5.0.1",
"imagemin-pngquant": "^6.0.0",
"minimist": "^1.2.0",
"node-sass": "^4.11.0",
"plugin-error": "^1.0.1",
"require-dir": "^1.2.0",
"run-sequence": "^2.2.1",
"sass-loader": "^7.1.0",
"serve-index": "^1.9.1",
"through2": "^3.0.0",
"webpack": "^4.28.1",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10",
"webpack-hot-middleware": "^2.24.3",
"webpack-merge": "^4.1.5"
},
"dependencies": {
"@babel/polyfill": "^7.2.3",
"animate.css": "^3.7.0",
"clipboard": "^2.0.4",
"events": "^3.0.0",
"file-saver": "^2.0.0",
"lodash": "^4.17.11",
"mark.js": "^8.11.1",
"md5": "^2.2.1",
"nprogress": "^0.2.0",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-router-dom": "^4.3.1",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^0.82.5",
"whatwg-fetch": "^3.0.0"
}
}