-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.26 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
46
47
{
"name": "react-frontend",
"version": "0.1.0",
"description": "react will change the world",
"main": "index.js",
"scripts": {
"test": "jest",
"lint": "eslint .",
"build": "webpack",
"watch": "webpack-dev-server --inline --hot"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TheLiterati/Narratus-React.git"
},
"author": "Allie Grampa, Caleb Wells",
"license": "MIT",
"bugs": {
"url": "https://github.com/TheLiterati/Narratus-React/issues"
},
"homepage": "https://github.com/TheLiterati/Narratus-React#readme",
"dependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.4",
"eslint": "^4.4.1",
"eslint-plugin-react": "^7.1.0",
"extract-text-webpack-plugin": "^3.0.0",
"html-webpack-plugin": "^2.30.1",
"node-sass": "^4.5.3",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-router-dom": "^4.1.2",
"sass-loader": "^6.0.6",
"superagent": "^3.5.2",
"webpack": "^3.5.1",
"webpack-dev-server": "^2.7.0"
},
"devDependencies": {
"babel-jest": "^20.0.3",
"enzyme": "^2.9.1",
"jest": "^20.0.4",
"react-test-renderer": "^15.6.1"
}
}