-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 922 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": "kevins-wheels-virtual-dom",
"version": "0.1.0",
"description": "自己造轮子,实现virtual dom及dom diff",
"main": "index.js",
"scripts": {
"build": "node node_modules/webpack/bin/webpack.js --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KevinHu-1024/kevins-wheels-virtual-dom.git"
},
"author": "kevin",
"license": "MIT",
"bugs": {
"url": "https://github.com/KevinHu-1024/kevins-wheels-virtual-dom/issues"
},
"homepage": "https://github.com/KevinHu-1024/kevins-wheels-virtual-dom#readme",
"devDependencies": {
"@types/babel-core": "^6.7.14",
"@types/webpack": "^2.2.16",
"babel-core": "^6.25.0",
"babel-loader": "^7.0.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.5.2",
"webpack": "^2.6.1"
},
"dependencies": {}
}