-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
71 lines (71 loc) · 2.12 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
{
"name": "react-amap-component",
"version": "1.1.1",
"description": "",
"main": "lib/component/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npm run clean && webpack --config webpack.config.js",
"clean": "rimraf dist",
"compile": "rimraf dist && tsc",
"prepublish": "npm run build && npm run compile",
"dev": "node bin/dev-server",
"gulpCss": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/free-axh/react-amap-component.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/free-axh/react-amap-component/issues"
},
"homepage": "https://github.com/free-axh/react-amap-component#readme",
"dependencies": {
"@babel/preset-env": "^7.4.3",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.3.3",
"@types/react": "^16.8.14",
"@types/react-dom": "^16.8.4",
"babel-core": "^6.26.3",
"babel-loader": "^7.0.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^2.1.1",
"less": "^3.9.0",
"less-loader": "^4.1.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"source-map-loader": "^0.2.4",
"style-loader": "^0.23.1",
"ts-loader": "^5.3.3"
},
"devDependencies": {
"@types/es6-promise": "^3.3.0",
"babel-eslint": "^10.0.1",
"babel-preset-stage-0": "^6.24.1",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-alloy": "^1.4.2",
"eslint-loader": "^2.1.2",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.12.4",
"eslint-plugin-typescript": "^0.14.0",
"glup": "^1.0.14",
"gulp-autoprefixer": "^6.1.0",
"gulp-concat": "^2.6.1",
"gulp-cssmin": "^0.2.0",
"gulp-rename": "^1.4.0",
"html-webpack-plugin": "^3.2.0",
"rimraf": "^2.6.3",
"typescript": "^3.4.5",
"typescript-eslint-parser": "^22.0.0",
"uglifyjs-webpack-plugin": "^2.1.2",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.3.1",
"webpack-merge": "^4.2.1"
}
}