-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·61 lines (61 loc) · 1.68 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
{
"name": "smddzcy.com",
"version": "1.0.0",
"private": true,
"homepage": "https://smddzcy.com",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.25",
"@fortawesome/free-brands-svg-icons": "^5.11.2",
"@fortawesome/react-fontawesome": "^0.1.6",
"@mdx-js/tag": "^0.20.3",
"blueimp-md5": "^2.12.0",
"change-case": "^3.1.0",
"disqus-react": "^1.0.7",
"feed": "^4.0.0",
"import-all.macro": "^2.0.3",
"lodash": "^4.17.15",
"navi": "^0.13.6",
"navi-scripts": "^0.13.3",
"prismjs": "^1.17.1",
"prop-types": "^15.7.2",
"react": "^16.10.2",
"react-dom": "^16.10.2",
"react-ga": "^2.7.0",
"react-helmet": "^5.2.1",
"react-jvectormap": "^0.0.14",
"react-navi": "^0.13.6",
"react-navi-helmet": "^0.13.6",
"react-scripts-mdx": "3.0.3",
"react-share": "^3.0.1",
"react-swipeable": "^5.4.0",
"rimraf": "^3.0.0",
"slugify": "^1.3.5"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build && navi-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"serve": "navi-scripts serve",
"generate": "plop --plopfile generators/index.js",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"babel-eslint": "^10.0.3",
"eslint": "^6.5.1",
"eslint-config-airbnb": "^18.0.1",
"eslint-import-resolver-node": "^0.3.2",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.16.0",
"gh-pages": "^2.1.1",
"plop": "^2.4.0"
}
}