-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 941 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
31
32
33
34
35
36
37
38
{
"name": "TypeCommand",
"version": "1.0.0",
"description": "[Type Command Live][TypeCommand]",
"main": "webpack.config.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/david-mcafee/TypeCommand.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/david-mcafee/TypeCommand/issues"
},
"homepage": "https://github.com/david-mcafee/TypeCommand#readme",
"dependencies": {
"babel-core": "^6.18.2",
"babel-loader": "^6.2.7",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"lodash": "^4.17.21",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react-modal": "^1.5.2",
"react-router": "^3.0.0"
},
"devDependencies": {
"webpack": "^1.15.0",
"webpack-cli": "^5.0.1"
}
}