-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.27 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": "@zhike/sa-hoc-wrapper",
"version": "1.1.1",
"description": "智课神策业务打点数据包",
"main": "build/index.js",
"scripts": {
"build": "rm -rf ./build ./dist && webpack --config webpack.config.build.js",
"start": "mkdir -p dist && cp sa.js dist && webpack --config webpack.config.js && webpack-dev-server --open"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zhike-team/sa-hoc-wrapper.git"
},
"keywords": [
"zhike"
],
"author": "zhike",
"license": "ISC",
"bugs": {
"url": "https://github.com/zhike-team/sa-hoc-wrapper/issues"
},
"homepage": "https://github.com/zhike-team/sa-hoc-wrapper#readme",
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-decorators": "^7.8.3",
"@babel/plugin-transform-arrow-functions": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"@babel/preset-react": "^7.9.4",
"babel-loader": "^8.1.0",
"html-webpack-plugin": "^4.3.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0"
},
"dependencies": {
"@babel/runtime": "^7.9.6",
"react": "^16.13.1",
"react-dom": "^16.13.1"
}
}