-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.74 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
{
"name": "@onlyheartt9/t-map",
"version": "1.0.11",
"description": "map",
"main": "dist/index.common.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "rollup -w -c scripts/config.js --sourcemap --environment TARGET:web-full-prod",
"dev1": "rollup -w -c scripts/config.js --sourcemap --environment TARGET:web-runtime-cjs-prod",
"build": "node scripts/build.js",
"upload": "npm publish --access=public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/onlyheartt9/T-Map.git"
},
"keywords": [
"T-Map"
],
"author": "challenger",
"license": "MIT",
"bugs": {
"url": "https://github.com/onlyheartt9/T-Map/issues"
},
"homepage": "https://github.com/onlyheartt9/T-Map#readme",
"dependencies": {
"ol": "^6.6.0"
},
"devDependencies": {
"@babel/core": "^7.11.4",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-decorators": "^7.14.5",
"@babel/plugin-proposal-optional-chaining": "^7.11.0",
"@babel/plugin-transform-modules-commonjs": "^7.10.4",
"@babel/preset-env": "^7.11.0",
"babel-jest": "^26.3.0",
"babel-plugin-external-helpers": "^6.22.0",
"clean-css": "^5.1.3",
"cross-env": "^7.0.2",
"jest": "^26.4.1",
"rollup": "^2.26.5",
"rollup-plugin-alias": "^2.2.0",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-buble": "^0.19.8",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-css-only": "^3.1.0",
"rollup-plugin-flow-no-whitespace": "^1.0.0",
"rollup-plugin-img": "^1.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-replace": "^2.2.0",
"ts-jest": "^26.2.0",
"webpack": "~4.44.1",
"webpack-dev-server": "^3.11.0"
}
}