-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.33 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
{
"repository": {},
"license": "MIT",
"scripts": {
"deploy": "webpack --mode production",
"watch": "webpack --mode development --watch"
},
"dependencies": {
"apollo-boost": "^0.4.3",
"emojione": "^4.5.0",
"graphql": "^14.4.2",
"phaser": "^3.18.1",
"phaser3-bitmapline": "github:cznrhubarb/phaser3-bitmapline#master",
"phaser3-nineslice": "github:cznrhubarb/phaser3-nineslice#master",
"phoenix": "file:deps/phoenix",
"phoenix_html": "file:deps/phoenix_html",
"ramda": "^0.26.1",
"react": "^16.8.6",
"react-apollo": "^2.5.8",
"react-dom": "^16.8.6",
"react-markdown": "^4.1.0",
"react-router-dom": "^5.0.1"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.0",
"babel-plugin-ramda": "^2.0.0",
"copy-webpack-plugin": "^4.5.0",
"css-loader": "^2.1.1",
"file-loader": "^4.1.0",
"jest": "^24.8.0",
"mini-css-extract-plugin": "^0.4.0",
"node-sass": "^4.12.0",
"optimize-css-assets-webpack-plugin": "^4.0.0",
"react-masonry-css": "^1.0.12",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"uglifyjs-webpack-plugin": "^1.2.4",
"webpack": "4.28.4",
"webpack-cli": "^3.2.1"
}
}