-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.54 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.54 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "forkmeon.github.io",
"version": "1.1.17",
"description": "Fork me on Github Generator",
"keywords": [
"github"
],
"homepage": "http://forkmeon.github.io",
"repository": {
"type": "git",
"url": "https://github.com/forkmeon/forkmeon.github.io.git"
},
"scripts": {
"dev": "webpack-dev-server",
"prepublish": "npm run build",
"lint": "eslint src lib",
"build": "cross-env NODE_ENV=production webpack -p"
},
"main": "./dist/ribbon.js",
"pre-commit": [
"lint"
],
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.17.0",
"babel-loader": "^7.1.2",
"babel-plugin-istanbul": "^4.1.5",
"babel-preset-env": "^1.3.2",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.22.0",
"cross-env": "^5.1.1",
"css-loader": "^0.28.8",
"eslint": "^4.12.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-mocha": "^4.11.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-react": "~2.5.2",
"eslint-plugin-standard": "^3.0.1",
"highlight.js": "~8.3.0",
"istanbul-harmony": "~0.3.0",
"json-loader": "^0.5.2",
"less": "^2.7.3",
"less-loader": "^4.0.5",
"marked": "^0.3.7",
"mocha": "*",
"node-libs-browser": "^2.0.0",
"pre-commit": "*",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-logo": "^1.0.15",
"style-loader": "^0.19.1",
"webpack": "^3.5.3",
"webpack-dev-server": "^2.7.1"
},
"licenses": "MIT"
}