-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 845 Bytes
/
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
{
"name": "ausnz",
"version": "1.0.0",
"description": "",
"private": true,
"scripts": {
"build": "nwb build-react-app",
"clean": "nwb clean-app",
"start": "nwb serve-react-app",
"test": "nwb test",
"test:watch": "nwb test --server"
},
"keywords": [
"travel",
"australia",
"new",
"zealand"
],
"devDependencies": {
"autoprefixer": "^6.4.1",
"classnames": "^2.2.5",
"cssnano": "^3.7.5",
"nwb": "0.11.x",
"precss": "^1.4.0",
"react": "^15.3.2",
"react-addons-update": "^15.3.2",
"react-dom": "^15.3.2",
"react-google-maps": "^4.11.0",
"react-redux": "^4.4.5",
"redux": "^3.6.0",
"redux-devtools": "^3.3.1",
"redux-logger": "^2.6.1",
"redux-thunk": "^2.1.0",
"sanitize-html": "^1.13.0"
},
"author": "gotdibbs",
"license": "MIT"
}