-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
45 lines (45 loc) · 1.27 KB
/
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
39
40
41
42
43
44
45
{
"name": "githubtut",
"version": "1.0.0",
"description": "Git tutorial",
"main": "index.html",
"dependencies": {
"font-awesome": "^4.7.0",
"is-fullwidth-code-point": "^1.0.0",
"number-is-nan": "^1.0.1",
"object-assign": "^4.1.1",
"sweetalert": "^1.1.3"
},
"devDependencies": {
"all-contributors-cli": "^5.4.1",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.24.1",
"bc-console": "0.0.2",
"gh-pages": "^2.0.1",
"parse-github-url": "^1.0.2",
"remote-origin-url": "^1.0.0",
"webpack": "^4.23.1",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"c9": "webpack-dev-server --mode development --open --host $IP --port $PORT",
"build": "webpack --mode production",
"deploy": "node deploy-to-github.js",
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/Manten/githubtut.git"
},
"keywords": [
"tutorial"
],
"author": "Manten-Dev",
"license": "ISC",
"homepage": "https://bitbucket.org/Manten/githubtut#readme"
}