-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.66 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
{
"name": "homepage",
"version": "2.0.0",
"description": "",
"main": "index.js",
"scripts": {
"lint": "eslint --fix src/*",
"watch": "babel-node ./node_modules/webpack/bin/webpack.js --config webpack.dev.js --watch",
"build:dev": "babel-node ./node_modules/webpack/bin/webpack.js --config webpack.dev.js",
"build": "babel-node ./node_modules/webpack/bin/webpack.js --config webpack.prod.js",
"publish": "babel-node publish.js",
"analyze": "babel-node ./node_modules/webpack/bin/webpack.js --json | webpack-bundle-analyzer",
"twitter": "babel-node init.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"antd": "^4.6.5",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"devDependencies": {
"@babel/cli": "^7.11.6",
"@babel/core": "^7.11.6",
"@babel/node": "^7.10.5",
"@babel/preset-env": "^7.11.5",
"@babel/preset-react": "^7.10.4",
"babel-loader": "^8.1.0",
"babel-plugin-import": "^1.13.0",
"core-js": "3",
"css-loader": "^4.3.0",
"date-utils": "^1.2.21",
"eslint": "8.11",
"eslint-plugin-react": "^7.6.1",
"file-loader": "^6.1.0",
"less": "^3.12.2",
"less-loader": "^7.0.1",
"less-vars-to-js": "^1.3.0",
"mini-css-extract-plugin": "^0.11.2",
"optimize-css-assets-webpack-plugin": "^6.0.1",
"prop-types": "^15.7.2",
"react-markdown": "^8.0.0",
"simple-git": "^1.89.0",
"style-loader": "^1.2.1",
"terser-webpack-plugin": "^4.2.2",
"tweet": "0.0.0",
"twitter": "^1.7.1",
"url-loader": "^4.1.0",
"webpack": "^5.70.0",
"webpack-bundle-analyzer": "^3.9.0",
"webpack-cli": "^4.9.2",
"webpack-merge": "^5.1.4"
}
}