forked from evangelischeomroep/poms-lookup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.4 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
{
"name": "poms-lookup",
"version": "1.0.0",
"private": true,
"devDependencies": {
"babel-eslint": "^7.2.3",
"enzyme": "^2.9.1",
"react-addons-test-utils": "^15.6.2",
"react-scripts": "^0.9.5",
"redbox-react": "^1.6.0",
"standard": "^8.6.0"
},
"dependencies": {
"axios": "^0.15.3",
"clean-css": "^4.1.11",
"deep-extend": "^0.5.1",
"diff": "^4.0.1",
"eslint": "^4.18.2",
"extend": "^3.0.2",
"forwarded": "^0.1.2",
"fstream": "^1.0.12",
"is-my-json-valid": "^2.17.2",
"lodash.merge": "^4.6.2",
"macaddress": "^0.2.9",
"marked": "^0.3.18",
"merge": "^1.2.1",
"mime": "^1.4.1",
"no-case": "^2.3.2",
"npo-api-interceptor": "^1.9.0",
"querystringify": "^2.0.0",
"react": "^15.6.2",
"react-addons-shallow-compare": "^15.6.2",
"react-dom": "^15.6.2",
"react-virtualized": "^8.11.4",
"sshpk": "^1.13.2",
"stringstream": "^0.0.6",
"tar": "^4.4.13",
"tough-cookie": "^2.3.3",
"tunnel-agent": "^0.6.0",
"url-parse": "^1.4.3",
"url-search-params": "^0.6.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "standard && react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"lint": "standard",
"lint-fix": "standard --fix"
},
"standard": {
"parser": "babel-eslint",
"ignore": [
"build/*"
]
}
}