forked from maciej3031/comixify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.35 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
{
"name": "comixify",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config ./frontend/client/webpack.config.js",
"build:watch": "webpack --config ./frontend/client/webpack.config.js --watch",
"build:prod": "webpack --env.production --config ./frontend/client/webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maciej3031/comixify.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/maciej3031/comixify/issues"
},
"homepage": "https://github.com/maciej3031/comixify#readme",
"dependencies": {
"axios": "^0.18.0",
"babel": "^6.23.0",
"babel-core": "^6.7.*",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.6.*",
"babel-preset-flow": "^6.23.0",
"babel-preset-react": "^6.5.*",
"babel-preset-stage-0": "^6.3.13",
"babel-register": "^6.18.0",
"css-loader": "^0.28.7",
"lodash": "^4.17.11",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-dropzone": "^5.0.1",
"react-spinners": "^0.4.5",
"react-youtube": "^7.7.0",
"style-loader": "^0.23.0",
"uglifyjs-webpack-plugin": "^1.2.5"
},
"devDependencies": {
"webpack": "^4.20.2",
"webpack-cli": "^3.1.0",
"webpack-merge": "^4.1.4"
}
}