-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.86 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
{
"name": "cityconnect",
"scripts": {
"clean": "rm package-lock.json && rm -rf ./node_modules",
"dev": "next",
"build": "next build",
"start": "next start",
"test": "jest"
},
"dependencies": {
"@babel/runtime": "^7.9.2",
"@material-ui/core": "^4.9.11",
"@zeit/next-css": "^1.0.1",
"a11y-react-emoji": "^1.1.1",
"babel-preset-env": "^1.7.0",
"bootstrap": "^4.4.1",
"core-js": "^3.6.5",
"eslint": "^6.7.2",
"final-form": "^4.19.1",
"jquery": "^3.5.0",
"next": "^9.3.5",
"next-compose-plugins": "^2.2.0",
"next-images": "^1.4.0",
"next-transpile-modules": "^3.2.0",
"openlayers": "^4.6.5",
"radium": "^0.26.0",
"rc-slider": "^9.2.4",
"react": "^16.12.0",
"react-animations": "^1.0.0",
"react-bootstrap": "^1.0.1",
"react-dom": "^16.12.0",
"react-final-form": "^6.4.0",
"react-image": "^2.2.1",
"react-openlayers": "^0.3.0",
"react-redux": "^7.1.3",
"react-scrollbars-custom": "^4.0.21",
"redux": "^4.0.4"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.7",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-export-default-from": "^7.8.3",
"@babel/plugin-transform-proto-to-assign": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.8.3",
"@babel/plugin-transform-strict-mode": "^7.8.3",
"@babel/preset-env": "^7.9.5",
"@babel/preset-flow": "^7.8.3",
"@babel/preset-react": "^7.9.4",
"babel-eslint": "^10.1.0",
"babel-jest": "^25.4.0",
"babel-loader": "^8.1.0",
"babel-plugin-add-module-exports": "^1.0.2",
"babel-plugin-dev-expression": "^0.2.2",
"babel-plugin-inline-svg": "^1.0.1",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.15.1",
"jest": "^24.9.0",
"redux-devtools": "^3.5.0",
"redux-devtools-extension": "^2.13.8"
}
}