-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
105 lines (105 loc) · 3.01 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"name": "fresh-space-x",
"version": "1.0.0",
"description": "",
"main": "index.js",
"jest": {
"automock": false,
"setupFiles": [
"./jestSetup.js"
],
"moduleNameMapper": {
"\\.(css|styl|less|sass|scss|png|jpg|ttf|woff|woff2)$": "identity-obj-proxy"
},
"snapshotSerializers": [
"enzyme-to-json/serializer"
]
},
"scripts": {
"start": "npm run dev",
"prod": "npm run clean && NODE_ENV=production webpack -p",
"dev": "webpack-dev-server",
"test": "jest --no-cache",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"clean": "rimraf ./dist/css/ ./dist/js/ ./dist/img/ ./dist/hot/",
"flow": "./node_modules/.bin/flow"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.1",
"babel-jest": "^22.4.3",
"babel-loader": "^7.1.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"cross-env": "^5.1.3",
"css-loader": "^0.28.9",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"enzyme-to-json": "^3.3.3",
"eslint": "^4.16.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-flowtype": "^2.42.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.1.0",
"exports-loader": "^0.6.4",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.6",
"flow-bin": "^0.63.1",
"flow-remove-types": "^1.2.3",
"identity-obj-proxy": "^3.0.0",
"image-webpack-loader": "^3.3.1",
"imports-loader": "^0.7.1",
"jest": "^22.4.3",
"jest-fetch-mock": "^1.5.0",
"node-sass": "^4.5.3",
"react-test-renderer": "^16.3.0",
"regenerator-runtime": "^0.11.1",
"rimraf": "^2.6.1",
"sass-loader": "^6.0.6",
"style-loader": "^0.19.1",
"url-loader": "^0.6.2",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.11.1"
},
"dependencies": {
"babel-runtime": "^6.23.0",
"empty": "^0.10.1",
"es6-promise": "^4.2.2",
"file-system": "^2.2.2",
"history": "^4.7.2",
"moment": "^2.20.1",
"npm-check-updates": "^2.14.0",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-player": "^1.1.1",
"react-redux": "^5.0.6",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-router-redux": "^4.0.8",
"react-toggle": "^4.0.2",
"redux": "^3.7.2",
"redux-saga": "^0.16.0",
"reset-css": "^2.2.0",
"whatwg-fetch": "^2.0.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Adam-Leos/know-your-weather.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Adam-Leos/know-your-weather/issues"
},
"homepage": "https://github.com/Adam-Leos/know-your-weather#readme"
}