-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
53 lines (53 loc) · 1.54 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
49
50
51
52
53
{
"name": "supper",
"description": "A blazingly fast multimedia manager",
"private": true,
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --open --config web/webpack/webpack.dev.js",
"build": "webpack --config web/webpack/webpack.prod.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tympanix/supper.git"
},
"author": "",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/tympanix/supper/issues"
},
"homepage": "https://github.com/tympanix/supper#readme",
"devDependencies": {
"axios": "^0.18.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.11",
"favicons-webpack-plugin": "0.0.9",
"file-loader": "^1.1.11",
"flag-icon-css": "^3.3.0",
"html-webpack-plugin": "^3.2.0",
"install": "^0.10.4",
"mini-css-extract-plugin": "^0.4.5",
"miqu": "^0.1.0",
"node-sass": "^4.11.0",
"npm": "^5.10.0",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-router-scroll-memory": "^1.0.4",
"react-tabs": "^2.3.0",
"react-transition-group": "^2.6.1",
"sass-loader": "^6.0.7",
"style-loader": "^0.21.0",
"svg-url-loader": "^2.3.2",
"uglifyjs-webpack-plugin": "^1.3.0",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.2.1",
"webpack-merge": "^4.2.1"
}
}