-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.7 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) · 1.7 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
59
60
61
62
{
"name": "attackerator2.0",
"version": "1.0.0",
"description": "",
"main": "./dist/app.bundle.js",
"scripts": {
"start": "node server.js",
"postinstall": "webpack -p",
"dev": "webpack-dev-server --inline --hot",
"lint": "eslint .",
"test": "jest",
"test:watch": "jest --watchAll"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Attackerator/attackerator2.0.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Attackerator/attackerator2.0/issues"
},
"homepage": "https://github.com/Attackerator/attackerator2.0#readme",
"dependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.0",
"babel-preset-react": "^6.24.1",
"clean-webpack-plugin": "^0.1.16",
"cors": "^2.8.4",
"css-loader": "^0.28.5",
"dotenv": "^4.0.0",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^0.11.2",
"html-webpack-plugin": "^2.30.1",
"morgan": "^1.9.0",
"node-sass": "^4.5.3",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"react-test-renderer": "^15.6.1",
"redux": "^3.7.2",
"redux-devtools-extension": "^2.13.2",
"sass-loader": "^6.0.6",
"style-loader": "^0.19.0",
"superagent": "^3.6.0",
"uglifyjs-webpack-plugin": "^0.4.6",
"url-loader": "^0.5.9",
"uuid": "^3.1.0",
"webpack": "^3.5.5",
"webpack-dev-server": "^2.7.1"
},
"devDependencies": {
"deep-freeze": "0.0.1",
"eslint": "^4.9.0",
"jest": "^21.2.1",
"redux-devtools-extension": "^2.13.2"
}
}