init
parents
Showing
meta.json
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | ||
"name": "@spark/disk-turntable", | ||
"version": "1.0.27", | ||
"main": "dist/bundle.js", | ||
"types": "types/index.d.ts", | ||
"license": "MIT", | ||
"scripts": { | ||
"dev": "npm-run-all -p -r dev:**", | ||
"dev:me": "spark package pack -s src -o test/src/bundle.js -w", | ||
"dev:test": "cd test && npm run dev", | ||
"build": "gr && tsc --outDir 'src-js' -t es2017 -d --declarationDir 'types' --jsx preserve && node scripts/copy-others.js 'src-js'", | ||
"pack": "spark package pack -s src -o dist/bundle.js -p", | ||
"declare": "tsc -d --declarationDir 'types' --emitDeclarationOnly", | ||
"pub": "npm run build && spark package publish -s src" | ||
}, | ||
"dependencies": { | ||
"db-react-helper": "^1.0.2" | ||
}, | ||
"devDependencies": { | ||
"@types/react": "^16.9.56", | ||
"fs-extra": "^9.0.1", | ||
"less": "^4.1.0", | ||
"npm-run-all": "^4.1.5", | ||
"tslib": "^2.0.1", | ||
"typescript": "^4.1.3" | ||
}, | ||
"meta": "{\"id\":\"disk-turntable\",\"name\":\"圆形转盘\",\"type\":0,\"desc\":\"实现了圆形转盘\",\"exports\":[]}" | ||
} |
readme-tpl.md
0 → 100644
readme.md
0 → 100644
scripts/copy-others.js
0 → 100644
src-js/helper.js
0 → 100644
src-js/index.jsx
0 → 100644
src-js/index.less
0 → 100644
src-js/meta.json
0 → 100644
src/env.d.ts
0 → 100644
src/helper.ts
0 → 100644
src/index.less
0 → 100644
src/index.tsx
0 → 100644
src/meta.json
0 → 100644
test/.gitignore
0 → 100644
test/MD.js
0 → 100644
test/config/scripts/utils.js
0 → 100644
test/mock/drawPrize.js
0 → 100644
test/mock/index.js
0 → 100644
test/oss.config.js
0 → 100644
test/package.json
0 → 100644
test/public/favicon.ico
0 → 100644
3.78 KB
test/public/index.html
0 → 100644
test/px.config.json
0 → 100644
test/sparkrc.js
0 → 100644
test/sparkrescfg.json
0 → 100644
test/src/App.jsx
0 → 100644
test/src/App.less
0 → 100644
test/src/Test.jsx
0 → 100644
test/src/Test.less
0 → 100644
test/test.iml
0 → 100644
test/yarn.lock
0 → 100644
This diff is collapsed.
tsconfig.json
0 → 100644
types/helper.d.ts
0 → 100644
types/index.d.ts
0 → 100644
yarn.lock
0 → 100644
This diff is collapsed.