-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
43 lines (43 loc) · 1.03 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
{
"name": "floor-plan-editor",
"version": "0.1.0",
"private": true,
"engines": {
"node": "12.x"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "tslint --project .",
"lint:fix": "tslint --fix --project ."
},
"dependencies": {
"next": "9.1.7",
"@zeit/next-workers": "1.0.1-canary.1",
"@zeit/next-css": "1.0.1",
"@babel/plugin-proposal-decorators": "7.8.0",
"worker-loader": "2.0.0",
"react": "16.12.0",
"react-dom": "16.12.0",
"react-ioc": "1.0.0",
"mobx-react": "6.1.5",
"mobx": "5.15.2",
"next-images": "1.3.0",
"debounce": "1.2.0",
"three": "0.112.1",
"next-offline": "4.0.6",
"react-sidebar": "3.0.2",
"firebase": "7.6.2",
"react-firebaseui": "4.0.0"
},
"devDependencies": {
"@types/node": "13.1.6",
"@types/react": "16.9.17",
"@types/react-dom": "16.9.4",
"@types/debounce": "1.2.0",
"@types/react-sidebar": "3.0.0",
"tslint": "5.20.1",
"typescript": "3.7.4"
}
}