first commit
Showing
.DS_Store
0 → 100644
File added
.gitignore
0 → 100644
README.md
deleted
100644 → 0
dist/main.js
0 → 100644
dist/main.js.map
0 → 100644
index.html
0 → 100644
package.json
0 → 100644
{ | ||
"name": "sparkweb", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "webpack.config.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git@gitlab2.dui88.com:wanghongyuan/sparkweb.git" | ||
}, | ||
"keywords": [], | ||
"author": "", | ||
"license": "ISC", | ||
"devDependencies": { | ||
"@types/react": "^16.9.35", | ||
"@types/react-dom": "^16.9.8", | ||
"source-map-loader": "^1.0.0", | ||
"ts-loader": "^7.0.5", | ||
"typescript": "^3.9.3", | ||
"webpack": "^4.43.0", | ||
"webpack-cli": "^3.3.11" | ||
}, | ||
"dependencies": { | ||
"react": "^16.13.1", | ||
"react-dom": "^16.13.1" | ||
} | ||
} |
src/components/Hello.tsx
0 → 100644
src/index.tsx
0 → 100644
tsconfig.json
0 → 100644
webpack.config.js
0 → 100644
Please register or sign in to comment