forked from unbug/codelf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
86 lines (86 loc) · 2.56 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
77
78
79
80
81
82
83
84
85
86
{
"name": "Codelf",
"version": "8.1.0",
"description": "A search tool helps dev to solve the naming things problem.",
"keywords": [
"Codelf",
"real-world usage variable names",
"searchcode"
],
"author": "unbug",
"license": "snts",
"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": "npm run dist && sleep 3 && git add dist/ && git commit -m \"build dist\" && git push origin `git subtree split --prefix dist HEAD`:gh-pages --force"
},
"devDependencies": {
"@babel/core": "^7.7.4",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/plugin-proposal-optional-chaining": "^7.7.4",
"@babel/preset-env": "^7.7.4",
"@babel/preset-react": "^7.7.4",
"ansi-colors": "^4.1.1",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"browser-sync": "^2.26.7",
"css-loader": "^3.2.1",
"cssnano": "^4.1.10",
"del": "^5.1.0",
"eslint": "^6.7.2",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-react-hooks": "^2.3.0",
"fancy-log": "^1.3.3",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-babel-minify": "^0.5.1",
"gulp-cachebust": "0.0.10",
"gulp-cached": "^1.1.1",
"gulp-concat": "^2.6.1",
"gulp-csso": "^3.0.1",
"gulp-eslint": "^6.0.0",
"gulp-htmlmin": "^5.0.1",
"gulp-if": "^3.0.0",
"gulp-imagemin": "^6.2.0",
"gulp-load-plugins": "^2.0.1",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.0.2",
"gulp-sass-lint": "^1.4.0",
"gulp-size": "^3.0.0",
"gulp-watch": "^5.0.1",
"imagemin-pngquant": "^8.0.0",
"minimist": "^1.2.0",
"node-sass": "^4.13.0",
"plugin-error": "^1.0.1",
"require-dir": "^1.2.0",
"sass-loader": "^8.0.0",
"serve-index": "^1.9.1",
"through2": "^3.0.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.9.0",
"webpack-hot-middleware": "^2.25.0",
"webpack-merge": "^4.2.2"
},
"dependencies": {
"@babel/polyfill": "^7.7.0",
"animate.css": "^3.7.2",
"clipboard": "^2.0.4",
"code-prettify": "^0.1.0",
"css-doodle": "^0.7.6",
"events": "^3.0.0",
"file-saver": "^2.0.2",
"lodash": "^4.17.15",
"mark.js": "^8.11.1",
"nprogress": "^0.2.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-router-dom": "^5.1.2",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^0.88.1",
"spark-md5": "^3.0.0",
"whatwg-fetch": "^3.0.0"
}
}