-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.11 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
{
"name": "BigPrimeNumbersDotCom.github.io",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"webpack:dev": "webpack --watch",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BigPrimeNumbersDotCom/BigPrimeNumbersDotCom.github.io.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/BigPrimeNumbersDotCom/BigPrimeNumbersDotCom.github.io/issues"
},
"homepage": "https://github.com/BigPrimeNumbersDotCom/BigPrimeNumbersDotCom.github.io#readme",
"devDependencies": {
"babel-core": "^6.17.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.16.0",
"babel-preset-react": "^6.16.0",
"es6-promise": "^4.0.5",
"eslint": "^3.8.0",
"eslint-loader": "^1.5.0",
"eslint-plugin-import": "^2.0.1",
"eslint-plugin-react": "^6.4.1",
"flow-bin": "^0.27.0",
"isomorphic-fetch": "^2.2.1",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react-router": "^2.8.1",
"webpack": "^1.13.2"
}
}