-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.78 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
{
"name": "popcorn",
"version": "0.1.0",
"private": true,
"dependencies": {
"bootstrap": "^4.3.1",
"moment-timezone": "^0.5.26",
"react": "^16.8.5",
"react-bootstrap": "^1.0.0-beta.9",
"react-dom": "^16.8.5",
"react-ionicons": "^3.0.1",
"react-scripts": "2.1.8",
"react-seat-picker": "^1.2.0",
"surge": "^0.21.3"
},
"scripts": {
"prettier:write": "./node_modules/.bin/prettier --write './src/**/*{.js,.jsx,.scss}'",
"prettier:check": "./node_modules/.bin/prettier --check './src/**/*{.js,.jsx,.scss}'",
"docker:build": "docker build -t popcorn:dev .",
"docker:run": "docker run -v ${PWD}:/app -v /app/node_modules -p 3001:3000 --rm popcorn:dev",
"start": "HTTPS=false react-scripts start",
"build": "react-scripts build",
"deploy": "./node_modules/.bin/surge --domain https://popcorn.surge.sh",
"test": "react-scripts test",
"eject": "react-scripts eject",
"fullstack": "concurrently --kill-others -n \"react,dotnet\" -c \"magenta,blue\" \"npm run start\" \"cd ../popCornCinemaApi/popCornCinemaApi && dotnet run\" "
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"enzyme": "^3.9.0",
"concurrently": "^4.1.2",
"enzyme-adapter-react-16": "^1.13.2",
"fetch-mock": "^7.3.3",
"gh-pages": "^2.0.1",
"jquery": "^3.3.1",
"moment": "^2.24.0",
"nock": "^10.0.6",
"node-sass": "^4.11.0",
"popper.js": "^1.14.7",
"prettier": "1.18.2",
"react-crud-table": "0.0.8",
"react-date-picker": "^7.8.2",
"react-google-login": "^5.0.4",
"react-icons": "^3.7.0",
"react-router": "^5.0.1",
"react-router-dom": "^5.0.1",
"react-test-renderer": "^16.8.6",
"react-tooltip": "^3.11.1",
"react-use-form-state": "^0.11.0",
"tachyons": "^4.11.1"
}
}