-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage (copy).json
92 lines (92 loc) · 2.68 KB
/
package (copy).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
{
"name": "portfolio",
"version": "2.0.1",
"description": "",
"main": "./src/js/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/joetm/jonaso.de.git"
},
"scripts": {
"watch": "webpack --watch",
"build": "webpack -p",
"start": "node_modules/.bin/webpack-dev-server --open",
"test": "jest",
"test:watch": "jest --watch"
},
"jest": {
"setupTestFrameworkScriptFile": "node_modules/jest-enzyme/lib/index.js",
"unmockedModulePathPatterns": [
"react",
"enzyme",
"jasmine-enzyme"
],
"moduleNameMapper": {
"\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/__mocks__/fileMock.js",
"\\.(css|less)$": "<rootDir>/__mocks__/styleMock.js"
},
"roots": [
"src"
]
},
"keywords": [
"portfolio"
],
"author": "JO",
"license": "ISC",
"bugs": {
"url": "https://github.com/joetm/jonaso.de/issues"
},
"homepage": "https://github.com/joetm/jonaso.de#readme",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-jest": "^20.0.3",
"babel-loader": "^6.2.7",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-react-html-attrs": "^2.1.0",
"babel-plugin-transform-class-properties": "^6.18.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-es2015-destructuring": "^6.23.0",
"babel-plugin-transform-es2015-parameters": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.16.0",
"copy-webpack-plugin": "^4.3.1",
"css-loader": "^0.25.0",
"enzyme": "^2.9.1",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.10.0",
"flow-bin": "^0.48.0",
"jasmine-core": "^2.8.0",
"jasmine-enzyme": "^2.0.0",
"jest": "^17.0.3",
"jest-enzyme": "^2.0.0",
"json5": "^0.5.1",
"json5-loader": "^0.6.0",
"karma": "^1.7.1",
"postcss-loader": "^1.3.1",
"react-test-renderer": "^15.6.2",
"react-to-html-webpack-plugin": "^2.2.0",
"style-loader": "^0.13.1",
"typescript": "^2.6.2",
"url-loader": "^0.5.7",
"webpack": "^1.13.3",
"webpack-dev-server": "^1.16.2"
},
"dependencies": {
"foundation-sites": "^6.4.3",
"material-ui": "^0.16.1",
"react": "^15.6.2",
"react-addons-test-utils": "^15.6.2",
"react-click-outside": "^2.3.1",
"react-dom": "^15.6.2",
"react-icons": "^2.2.7",
"react-lazyload": "^3.2.0",
"react-redux": "^5.0.6",
"react-select": "^1.1.0",
"react-tap-event-plugin": "^2.0.1",
"redux": "^3.7.2",
"whatwg-fetch": "^2.0.3"
}
}