-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.59 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
{
"name": "waonder",
"version": "1.0.0",
"description": "A visual journey experiment",
"author": "Luisa Teixeira",
"license": "MIT",
"scripts": {
"start": "NODE_ENV=development webpack serve --config webpack/webpack.dev.js",
"build": "NODE_ENV=production webpack --config webpack/webpack.prod.js",
"deploy:prod": "yarn build && cd public && gcloud app deploy --project=waonder-161522 app.yaml"
},
"dependencies": {
"@vimeo/player": "^2.0.1",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"immutable": "^3.8.1",
"node-uuid": "^1.4.7",
"normalize.css": "^8.0.1",
"normalizr": "^3.2.1",
"path": "^0.12.7",
"react": "^15.4.2",
"react-addons-css-transition-group": "^15.4.2",
"react-dom": "^15.4.2",
"react-redux": "^5.0.2",
"react-router": "3.0.2",
"redux": "^3.6.0",
"redux-immutable": "^4.0.0",
"redux-thunk": "^2.2.0",
"stream-browserify": "^3.0.0",
"whatwg-fetch": "^3.6.2"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"babel-loader": "^9.1.2",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.3",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.7.2",
"postcss": "^8.4.21",
"postcss-loader": "^7.0.2",
"react-hot-loader": "next",
"redux-logger": "^2.8.1",
"sass": "^1.58.0",
"sass-loader": "^13.2.0",
"style-loader": "^3.3.1",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1"
}
}