-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 946 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
{
"name": "recast.ly",
"version": "1.1.0",
"description": "Making YouTube with React and ES6",
"author": "Hack Reactor <[email protected]>",
"license": "UNLICENSED",
"private": true,
"scripts": {
"start": "npx babel . --out-dir=compiled --presets=@babel/preset-react --ignore=node_modules,compiled --source-maps=inline --watch & npx live-server",
"test": "live-server --open=./SpecRunner.html --port=8081"
},
"dependencies": {
"bootstrap": "^4.5.3",
"jquery": "^3.5.1 ",
"lodash": "^4.17.20",
"prop-types": "^15.7.2",
"react": "^16.14.0",
"react-dom": "^16.14.0"
},
"devDependencies": {
"@babel/cli": "^7.12.1",
"@babel/core": "^7.12.3",
"@babel/plugin-transform-react-jsx": "^7.18.10",
"@babel/preset-react": "^7.12.1",
"chai": "^4.2.0",
"live-server": "^1.2.1",
"mocha": "^8.2.1",
"react-test-renderer": "^16.14.0",
"sinon": "^9.2.1"
}
}