-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.26 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
{
"name": "sfs-briefing",
"version": "0.1.0",
"description": "Blueprint editor for spaceflight simulator",
"scripts": {
"start": "webpack-dev-server --mode=development --hot --open",
"build": "webpack --mode=production",
"lint": "eslint src"
},
"repository": {
"type": "git",
"url": "https://github.com/aziaziazi/sfs-briefing.git"
},
"keywords": [
"sfs",
"spaceflight simulator",
"blueprint",
"bp editor"
],
"author": "Camille Gabrieli",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-styled-components": "^1.10.7",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"file-loader": "^6.0.0",
"html-webpack-plugin": "^4.3.0",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.16.1",
"webpack-cli": "^3.0.8",
"webpack-dev-server": "^3.1.4"
},
"dependencies": {
"konva": "^7.0.3",
"mobx": "^5.15.4",
"mobx-react": "^6.2.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-ga": "^3.1.2",
"react-konva": "^16.13.0-3",
"styled-components": "^5.1.1",
"use-image": "^1.0.6"
}
}