-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 1.1 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
{
"name": "site-archifiltre",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"flow": "flow",
"test": "echo \"Error: no test specified\" && exit 1",
"buildDev": "webpack --progress --mode development",
"buildProd": "webpack --progress --mode production",
"devServer": "webpack-dev-server --mode development",
"watchBuildDev": "webpack --watch --progress --mode development",
"start": ""
},
"repository": {
"type": "git",
"url": "git+.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "/issues"
},
"homepage": "#readme",
"devDependencies": {
"babel-core": "6.26.0",
"babel-loader": "7.1.3",
"babel-preset-env": "1.6.1",
"babel-preset-react": "6.24.1",
"copy-webpack-plugin": "4.5.1",
"html-webpack-plugin": "3.2.0",
"webpack-dev-server": "3.1.1",
"webpack-cli": "2.0.4",
"webpack": "4.1.0"
},
"dependencies": {
"immutable": "4.0.0-rc.9",
"react": "16.0.0",
"react-dom": "16.0.0",
"react-slick": "0.23.1",
"babel-plugin-transform-object-rest-spread" : "6.26.0"
}
}