forked from SnailSword/san-long-list
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 952 Bytes
/
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
{
"name": "san-long-list",
"version": "0.0.1",
"description": "A san component that support big data list with high scroll performance.",
"main": "index.js",
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"publish": "concurrently \"npm run build\" \"npm publish\"",
"demo-dev": "concurrently \"babel demo/src --watch --out-dir demo/lib\" \"rollup -c -w\" \"python3 -m http.server 8126\""
},
"repository": "https://github.com/SnailSword/san-long-list",
"license": "MIT",
"dependencies": {
"san": "*"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.3",
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"concurrently": "^4.1.0",
"rollup": "^1.1.0",
"rollup-plugin-babel": "^4.3.0",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-node-resolve": "^4.0.0",
"rollup-plugin-uglify": "^6.0.1"
}
}