1
Showing
.DS_Store
0 → 100644
File added
.eslintrc.js
0 → 100644
.gitignore
0 → 100644
MD.js
0 → 100644
mock/common.js
0 → 100644
This diff is collapsed.
mock/index.js
0 → 100644
mock/main.js
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | ||
"name": "sparkproject-1614590528477", | ||
"version": "1.0.0", | ||
"private": true, | ||
"scripts": { | ||
"dev": "spark dev --type h5", | ||
"prod": "spark build --type h5 --env prod", | ||
"build": "spark build --type h5 --env build", | ||
"tb": "spark build --type taobao" | ||
}, | ||
"dependencies": { | ||
"@spark/api-base": "^2.0.7", | ||
"@spark/projectx": "^2.0.5", | ||
"@spark/share": "^2.0.41", | ||
"@spark/ui": "^2.0.8", | ||
"@spark/utils": "^2.0.17", | ||
"css-loader": "^3.6.0", | ||
"duiba-utils": "^1.0.2", | ||
"postcss-loader": "^3.0.0", | ||
"prettier": "^2.0.5", | ||
"qs": "^6.9.4", | ||
"react": "^16.4.1", | ||
"react-dom": "^16.4.1", | ||
"react-redux": "^5.0.7", | ||
"redux": "^4.0.0", | ||
"redux-thunk": "^2.3.0", | ||
"style-loader": "^1.2.1", | ||
"svgaplayerweb": "^2.3.1" | ||
}, | ||
"eslintConfig": { | ||
"parser": "babel-eslint" | ||
}, | ||
"devDependencies": { | ||
"babel-eslint": "^10.1.0", | ||
"eslint": "^7.22.0", | ||
"eslint-plugin-react": "^7.22.0", | ||
"mockjs": "^1.1.0" | ||
} | ||
} |
public/index.html
0 → 100644
sparkrc.js
0 → 100644
src/api/apicfg.js
0 → 100644
src/api/index.js
0 → 100644
src/app.jsx
0 → 100644
src/app.less
0 → 100644
src/resconfig/res.js
0 → 100644
src/resconfig/resList.js
0 → 100644
This diff is collapsed.
src/utils/eventBus.js
0 → 100644
src/utils/share.js
0 → 100644
src/utils/svga.js
0 → 100644
src/utils/toast.js
0 → 100644
This diff is collapsed.
src/utils/viewCtrl.js
0 → 100644
This diff is collapsed.
Please register or sign in to comment