-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.28 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
{
"name": "recast.ly",
"version": "1.1.0",
"description": "Making YouTube with React and ES6",
"author": "Hack Reactor <[email protected]>",
"license": "UNLICENSED",
"private": true,
"scripts": {
"test": "live-server --open=./SpecRunner.html --port=8081",
"start": "live-server",
"compile": "webpack -d --watch"
},
"dependencies": {
"babel-core": "6.24.1",
"babel-plugin-react": "1.0.0",
"babel-preset-react": "6.24.1",
"bootstrap": "^4.0.0-alpha.2",
"enzyme-redux": "^0.1.7",
"jquery": "^3.3.1",
"lodash": "^4.6.1",
"popper.js": "^1.12.9",
"react": "^15.6.1",
"react-dom": "^15.4.2",
"react-redux": "^5.0.6",
"redux": "^3.6.0",
"redux-thunk": "2.2.0",
"thunk": "0.0.1"
},
"devDependencies": {
"babel-cli": "^6.6.5",
"babel-core": "6.24.1",
"babel-loader": "7.0.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "6.24.1",
"chai": "^3.5.0",
"enzyme": "2.8.2",
"exports-loader": "0.6.4",
"mocha": "^5.2.0",
"react-addons-test-utils": "15.6.0",
"react-dom": "0.14.9",
"redux-mock-store": "1.2.3",
"redux-test-utils": "0.1.2",
"sinon": "1.15.4",
"uglifyjs-webpack-plugin": "0.4.3",
"webpack": "2.6.1"
}
}