-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
43 lines (43 loc) · 1.04 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
{
"private": true,
"scripts": {
"build": "rollup -c",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yongjun21/st-scrolly.git"
},
"keywords": [
"vue",
"react",
"react hooks",
"scrollytelling",
"Straits Times"
],
"author": "Yong Jun",
"license": "MIT",
"bugs": {
"url": "https://github.com/yongjun21/st-scrolly/issues"
},
"homepage": "https://github.com/yongjun21/st-scrolly#readme",
"devDependencies": {
"@vuepress/plugin-google-analytics": "^1.1.0",
"lerna": "^3.22.1",
"rollup": "^1.19.3",
"rollup-plugin-buble": "^0.19.8",
"rollup-plugin-commonjs": "^10.0.2",
"rollup-plugin-css-only": "^1.0.0",
"rollup-plugin-sass": "^1.2.2",
"rollup-plugin-vue": "^5.0.1",
"sass": "^1.22.9",
"sass-loader": "^7.1.0",
"svelte": "^3.12.1",
"vue-template-compiler": "^2.6.11",
"vuepress": "^1.5.2"
},
"dependencies": {
"@st-graphics/scrolly": "^0.0.4"
}
}