-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
78 lines (78 loc) · 2.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "vstda",
"version": "0.1.0",
"description": "REACT100 Assignment - VSTDA",
"main": "server/index.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"@sendgrid/mail": "^6.3.1",
"axios": "^0.16.1",
"babel": "^6.3.26",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.1",
"babel-preset-airbnb": "^1.0.1",
"babel-preset-react": "^6.24.1",
"bluebird": "^3.5.0",
"body-parser": "^1.18.3",
"chai": "^3.5.0",
"dotenv": "^6.1.0",
"ejs": "^2.6.1",
"expect": "^1.20.2",
"express": "^4.16.3",
"json-loader": "^0.5.4",
"less": "^3.8.1",
"lodash": "^4.17.10",
"lodash-webpack-plugin": "^0.10.2",
"morgan": "^1.9.1",
"nightmare": "^3.0.1",
"nightmare-react-utils": "^1.0.4",
"react": "^15.6.2",
"react-dom": "^15.3.2",
"sass": "^1.15.1",
"sendgrid": "^5.2.3",
"serve-favicon": "^2.5.0",
"webpack": "^3.6.0"
},
"devDependencies": {
"axios-mock-adapter": "^1.6.1",
"babel": "^6.3.26",
"babel-loader": "^7.1.1",
"babel-preset-airbnb": "^1.0.1",
"babel-preset-react": "^6.24.1",
"babel-register": "^6.4.3",
"chai-as-promised": "^5.3.0",
"chai-http": "^4.2.0",
"csx": "^4.0.0",
"enzyme": "^2.4.1",
"eslint": "^3.15.0",
"eslint-config-airbnb": "^12.0.0",
"eslint-config-loopback": "^4.0.0",
"eslint-plugin-import": "^1.16.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-lodash-fp": "^2.1.3",
"eslint-plugin-react": "^6.2.0",
"file-loader": "^0.11.2",
"less": "^3.8.1",
"less-plugin-autoprefix": "^1.5.1",
"mocha": "^5.2.0",
"react-addons-test-utils": "^15.6.0",
"sinon": "^1.17.6",
"sinon-chai": "^2.8.0",
"url-loader": "^1.1.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/origincodeacademy/startnow-react100-vstda.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/origincodeacademy/startnow-react100-vstda/issues"
},
"homepage": "https://github.com/origincodeacademy/startnow-react100-vstda#readme",
"directories": {
"test": "test"
},
"author": ""
}