-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.88 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
{
"name": "@dcasia/vue-aos",
"version": "1.0.2",
"description": "Implementing animation on scroll based on Vue 3",
"main": "dist/vue-aos.umd.min.js",
"files": [
"dist"
],
"scripts": {
"build": "vue-cli-service build --target lib ./src/index.ts",
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dcasia/vue-aos.git"
},
"keywords": [
"aos",
"animation",
"vue",
"scroll"
],
"author": "Ryan Wu",
"license": "ISC",
"bugs": {
"url": "https://github.com/dcasia/vue-aos/issues"
},
"homepage": "https://github.com/dcasia/vue-aos#readme",
"devDependencies": {
"@dcasia/aos": "^3.0.2",
"@types/aos": "^3.0.3",
"@typescript-eslint/eslint-plugin": "^4.9.1",
"@typescript-eslint/parser": "^4.9.1",
"@vue/cli-plugin-babel": "^4.5.9",
"@vue/cli-plugin-eslint": "^4.5.9",
"@vue/cli-plugin-typescript": "^4.5.9",
"@vue/cli-service": "^4.5.9",
"@vue/compiler-sfc": "^3.0.4",
"@vue/eslint-config-standard": "^6.0.0",
"@vue/eslint-config-typescript": "^7.0.0",
"babel-loader": "^8.2.2",
"eslint": "^7.15.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^5.0.0",
"eslint-plugin-vue": "^7.2.0",
"lodash.kebabcase": "^4.1.1",
"sass": "^1.30.0",
"sass-loader": "^10.1.0",
"stylelint": "^13.8.0",
"stylelint-config-recommended-scss": "^4.2.0",
"stylelint-scss": "^3.18.0",
"stylelint-webpack-plugin": "^2.1.1",
"time-fix-plugin": "^2.0.7",
"typescript": "^4.1.3",
"vue": "^3.0.4"
}
}