This repository has been archived by the owner on Feb 10, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
74 lines (74 loc) · 1.91 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
{
"name": "lolla",
"version": "0.9.0",
"main": "lib/index.js",
"author": "heineiuo <heineiuo@gmail.com>",
"license": "MIT",
"bin": {
"lolla": "bin/lolla"
},
"repository": {
"type": "git",
"url": "git+https://github.com/heineiuo/lolla.git"
},
"bugs": {
"url": "https://github.com/heineiuo/lolla/issues"
},
"files": [
"bin",
"lib",
"LICENSE",
"*.md",
"!lib/.DS_Store"
],
"homepage": "https://github.com/heineiuo/lolla#readme",
"dependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-export-default-from": "^7.5.2",
"@babel/plugin-proposal-pipeline-operator": "^7.5.0",
"@babel/plugin-transform-runtime": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-flow": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@babel/preset-stage-0": "^7.0.0",
"@babel/runtime": "^7.5.5",
"babel-eslint": "^10.0.2",
"babel-loader": "^8.0.6",
"babel-preset-minify": "^0.5.1",
"commander": "^3.0.0",
"compression": "^1.7.4",
"cors": "^2.8.5",
"css-loader": "^3.2.0",
"dotenv": "^8.1.0",
"express": "^4.17.1",
"file-loader": "^4.2.0",
"glob": "^7.1.4",
"husky": "^3.0.4",
"ink": "^2.3.0",
"lodash": "^4.17.15",
"multi-progress": "^2.0.0",
"nodemon": "^1.19.1",
"react": "^16.9.0",
"react-hot-loader": "^4.12.11",
"shelljs": "^0.8.3",
"standard": "13.1.0",
"style-loader": "^1.0.0",
"uglifyjs-webpack-plugin": "^2.2.0",
"url-loader": "^2.1.0",
"webpack": "^4.39.2",
"webpack-cli": "^3.3.7",
"webpack-dev-middleware": "^3.7.0",
"webpack-hot-middleware": "^2.25.0",
"webpack-node-externals": "^1.7.2",
"webpack-visualizer-plugin": "^0.1.11",
"yargs": "^13.3.0"
},
"devDependencies": {
"standard": "*"
},
"standard": {
"parser": "babel-eslint"
}
}