-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
42 lines (42 loc) · 1.13 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
{
"name": "prematch",
"version": "1.0.2",
"description": "Erc 前端开发团队研发的一款轻量级状态管理工具",
"main": "dist/index.js",
"scripts": {
"clean": "rm -rf dist",
"build": "NODE_ENV=production && npm run clean && ./node_modules/.bin/webpack -p"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zuzucheFE/Prematch.git"
},
"keywords": [
"prematch",
"rematch",
"redux",
"react-redux"
],
"author": "ERC",
"license": "ISC",
"bugs": {
"url": "https://github.com/zuzucheFE/Prematch/issues"
},
"homepage": "https://github.com/zuzucheFE/Prematch#readme",
"devDependencies": {
"@babel/core": "^7.7.4",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/preset-env": "^7.7.4",
"@babel/preset-react": "^7.7.4",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"eslint": "^6.5.1",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.16.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10"
},
"dependencies": {}
}