-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.58 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
{
"name": "vue-trigger",
"version": "1.0.10",
"description": "A library based on vue3.0 for creating scroll-based animation with HTML attributes and CSS variables.",
"main": "dist/index.js",
"scripts": {
"dev": "cross-env NODE_ENV=develop rollup -c rollup.config.js --watch",
"build": "rollup -c rollup.config.js",
"tsbulid": "tsc"
},
"author": "kakachake",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/kakachake/vue-trigger.git"
},
"devDependencies": {
"@babel/cli": "^7.11.6",
"@babel/core": "^7.11.6",
"@babel/polyfill": "^7.11.5",
"@babel/preset-env": "^7.11.5",
"@babel/preset-typescript": "^7.10.4",
"@types/node": "^16.11.6",
"@types/webpack-env": "^1.16.3",
"@typescript-eslint/parser": "^4.2.0",
"babel-preset-latest": "^6.24.1",
"cross-env": "^7.0.3",
"eslint": "^7.9.0",
"eslint-plugin-prettier": "^3.1.4",
"generate-source-map": "0.0.5",
"prettier": "^2.1.2",
"prettier-eslint": "^11.0.0",
"prettier-eslint-cli": "^5.0.0",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-require-context": "^1.0.1",
"rollup-plugin-require-context2": "^1.0.1",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.27.2",
"rollup-plugin-uglify": "^6.0.4",
"typescript": "^4.0.3",
"vue": "^2.6.14"
},
"dependencies": {
"string-random": "^0.1.3",
"rgb-color": "^2.1.2"
},
"browser": "dist/index.js"
}