-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.13 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
{
"name": "camera-model",
"version": "0.0.1",
"description": "Camera model visualization",
"scripts": {
"client-dev": "webpack-dev-server -d --inline --progress --config webpack/webpack.client.dev-server.ts",
"build": "webpack --progress --mode production --config webpack/webpack.client.prod.ts"
},
"keywords": [],
"author": "Ed Nemeretsky <iddqdr2d2@gmail.com>",
"license": "MIT",
"devDependencies": {
"@types/katex": "^0.10.1",
"@types/react": "^16.8.12",
"@types/react-dom": "^16.8.3",
"@types/react-redux": "^7.0.6",
"@types/uuid": "^3.4.4",
"@types/webpack": "^4.4.27",
"@types/webpack-dev-server": "^3.1.5",
"html-webpack-plugin": "^3.2.0",
"katex": "^0.10.1",
"memoize-one": "^5.0.4",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-redux": "^6.0.1",
"redux": "^4.0.1",
"three": "^0.103.0",
"three-orbitcontrols": "^2.102.1",
"ts-loader": "^5.3.3",
"ts-node": "^8.0.3",
"typesafe-actions": "^4.0.0",
"typescript": "^3.4.1",
"uuid": "^3.3.2",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.2.1"
}
}