forked from zerosoul/honeyed-words-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
87 lines (87 loc) · 2.52 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
87
{
"name": "honeyed-words-generator",
"version": "1.0.0",
"description": "土味情话,在线生成",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node scripts/start.js",
"build": "node scripts/build.js",
"deploy": "npm run build && gh-pages -d build",
"changelog": "auto-changelog -p --release-summary -l false --template changelog.template.hbs && git add CHANGELOG.md"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zerosoul/honeyed-words-generator.git"
},
"keywords": [
"css3",
"valentine",
"react",
"frontend",
"tool",
"love"
],
"author": "tristan",
"license": "ISC",
"bugs": {
"url": "https://github.com/zerosoul/honeyed-words-generator/issues"
},
"homepage": "https://zerosoul.github.io/honeyed-words-generator",
"dependencies": {
"@ungap/url-search-params": "^0.1.4",
"file-saver": "^2.0.2",
"html2canvas": "^1.0.0-rc.5",
"qrcode.react": "^1.0.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-github-btn": "^1.1.1",
"styled-components": "^5.0.1",
"styled-reset": "^4.1.2"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.9.0",
"@babel/preset-react": "^7.9.4",
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"auto-changelog": "^1.16.3",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"css-loader": "^3.4.2",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^3.0.0",
"file-loader": "^6.0.0",
"gh-pages": "^2.2.0",
"happypack": "^5.0.1",
"html-webpack-plugin": "^4.0.3",
"husky": "^4.2.3",
"installed-check-core": "^3.0.0",
"lint-staged": "^10.0.9",
"mini-css-extract-plugin": "^0.9.0",
"prettier": "^2.0.2",
"react-dev-utils": "10.1.0",
"style-loader": "^1.1.3",
"terser-webpack-plugin": "^2.3.5",
"url-loader": "^4.0.0",
"webpack": "^4.42.1",
"webpack-bundle-analyzer": "^3.6.1",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3",
"webpack-manifest-plugin": "^2.2.0",
"webpack-merge": "^4.2.2",
"workbox-webpack-plugin": "^5.1.2"
},
"engines": {
"node": ">=10.0.0",
"npm": ">=6.0.0"
},
"peerDependencies": {
"react-is": "^16.13.1"
}
}