This repository was archived by the owner on May 12, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.67 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.67 KB
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
{
"name": "bubble-flutter",
"version": "1.0.0",
"description": "bubble flutter animation.",
"main": "lib/bubble-flutter.js",
"scripts": {
"build": "webpack --config build/webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chihai-chuck/bubble-flutter.git"
},
"keywords": [
"bubble",
"flutter"
],
"author": "ChiHai-Chuck <chuck@chihai.me>",
"license": "MIT",
"bugs": {
"url": "https://github.com/chihai-chuck/bubble-flutter/issues"
},
"homepage": "https://github.com/chihai-chuck/bubble-flutter#readme",
"dependencies": {
"color": "^3.1.1"
},
"devDependencies": {
"autoprefixer": "^7.2.6",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.6",
"babel-helper-vue-jsx-merge-props": "^2.0.3",
"babel-loader": "^7.1.5",
"babel-plugin-component": "^1.1.1",
"babel-plugin-jsx-v-model": "^2.0.3",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-plugin-transform-vue-jsx": "^3.7.0",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-0": "^6.24.1",
"babel-register": "^6.26.0",
"eslint": "^4.19.1",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^1.9.0",
"uglifyjs-webpack-plugin": "^1.3.0",
"webpack": "^3.12.0"
},
"engines": {
"node": ">= 8.0.0",
"npm": ">= 6.0.0"
},
"browserslist": [
"Chrome >= 20",
"iOS >= 9",
"Android >= 4",
"ie >= 9"
]
}