-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.45 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.45 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": "reddit-loopback-react-angular",
"version": "1.0.0",
"main": "server/server.js",
"engines": {
"node": ">=4"
},
"scripts": {
"lint": "eslint .",
"start": "node .",
"posttest": "npm run lint",
"test": "karma start",
"build": "webpack --config webpack.prod.js"
},
"dependencies": {
"angular": "^1.6.7",
"angular-mocks": "^1.6.7",
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.3",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"compression": "^1.0.3",
"cors": "^2.5.2",
"eslint-plugin-react": "^7.5.1",
"expect": "^21.2.1",
"helmet": "^1.3.0",
"jasmine": "^2.8.0",
"jasmine-core": "^2.8.0",
"karma": "^1.7.1",
"karma-chrome-launcher": "^2.2.0",
"karma-cli": "^1.0.1",
"karma-jasmine": "^1.1.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.6",
"loopback": "^3.0.0",
"loopback-boot": "^2.6.5",
"loopback-component-explorer": "^5.0.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"serve-favicon": "^2.0.1",
"sourcemap": "^0.1.0",
"strong-error-handler": "^2.0.0",
"webpack": "^3.9.1",
"webpack-merge": "^4.1.1"
},
"devDependencies": {
"eslint": "^3.19.0",
"eslint-config-loopback": "^8.0.0",
"nsp": "^2.1.0"
},
"repository": {
"type": "",
"url": ""
},
"license": "UNLICENSED",
"description": "reddit-loopback-react-angular"
}