-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
85 lines (85 loc) · 2.25 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
{
"name": "masas",
"version": "0.0.1",
"description": "front end of masas",
"main": "bundle.js",
"directories": {
"test": "test"
},
"dependencies": {
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-2": "^6.3.13",
"babel-preset-stage-3": "^6.5.0",
"babelify": "^7.2.0",
"cssy": "^2.1.0",
"exorcist": "^0.4.0",
"flexboxgrid": "^6.3.0",
"jplayer": "^2.9.2",
"jquery": "^2.2.1",
"js-cookie": "^2.1.0",
"paper": "0.9.25",
"radium": "^0.16.5",
"react": "^0.14.6",
"react-autocomplete": "^1.2.1",
"react-dom": "^0.14.6",
"react-infinite-scroll": "^0.1.5",
"react-komposer": "^1.3.0",
"react-nouislider": "^1.14.0",
"react-redux": "^4.0.6",
"react-router": "^2.0.0-rc5",
"react-sidebar": "^2.1.1",
"react-swipe": "^5.0.3",
"redux": "^3.0.6",
"redux-devtools": "^3.0.1",
"redux-thunk": "^2.0.1",
"soundcloud": "^3.1.0",
"swipe-js-iso": "^2.0.3",
"swiper": "3.0.0",
"whatwg-fetch": "^1.0.0"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-jest": "^9.0.0",
"babel-loader": "^6.2.8",
"babel-plugin-dead-code-elimination": "^1.0.2",
"babel-plugin-react-transform": "^2.0.2",
"babel-plugin-rewire": "^1.0.0-rc-1",
"babel-plugin-transform-dead-code-elimination": "^2.2.1",
"babel-plugin-transform-flow-strip-types": "^6.14.0",
"babel-preset-es2015": "*",
"babel-preset-react": "*",
"babel-rewire-plugin": "^0.1.0",
"eslint": "^3.5.0",
"eslint-config-standard": "^6.0.0",
"eslint-plugin-promise": "^2.0.1",
"eslint-plugin-react": "^6.2.0",
"eslint-plugin-standard": "^2.0.0",
"flow-bin": "^0.32.0",
"jest-cli": "*",
"livereactload": "^3.0.0",
"react-addons-test-utils": "0.14.6",
"react-proxy": "^1.1.8",
"redux-mock-store": "^1.0.2",
"watchify": "^3.7.0"
},
"scripts": {
"test": "jest"
},
"jest": {
"unmockedModulePathPatterns": [
"<rootDir>/node_modules/react",
"<rootDir>/node_modules/react-dom",
"<rootDir>/node_modules/react-addons-test-utils"
],
"testPathDirs": [
"<rootDir>/frontend"
],
"testFileExtensions": [
"jsx",
"js"
]
},
"author": "",
"license": "ISC"
}