-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.98 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (63 loc) · 1.98 KB
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
54
55
56
57
58
59
60
61
62
63
{
"name": "starter-kit-react",
"version": "1.0.0",
"description": "Starter Kit React",
"main": "src/index.js",
"private": true,
"scripts": {
"test": "mocha --require @babel/register src/**/*.test.js",
"dev": "node_modules/.bin/webpack-dev-server --hot --config webpack.config.js --progress --env.enviroment development",
"build": "node_modules/.bin/webpack --config webpack.config.js --progress --env.enviroment production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wdna-com/starter-kit-react.git"
},
"keywords": [],
"author": "WDNA.com",
"homepage": "https://wdna.com",
"dependencies": {
"axios": "0.17.1",
"jquery": "3.3.1",
"react": "16.6.3",
"react-dom": "16.8.5",
"react-hot-loader": "4.8.0"
},
"devDependencies": {
"@babel/core": "7.1.2",
"@babel/plugin-proposal-class-properties": "7.0.0",
"@babel/plugin-syntax-dynamic-import": "7.2.0",
"@babel/plugin-transform-async-to-generator": "7.3.4",
"@babel/polyfill": "7.2.5",
"@babel/preset-env": "7.1.0",
"@babel/preset-react": "7.0.0",
"@babel/register": "7.0.0",
"babel-cli": "6.24.1",
"babel-eslint": "10.0.1",
"babel-loader": "8.0.4",
"babel-plugin-react-hot-loader": "3.0.0-beta.6",
"chai": "4.2.0",
"clean-webpack-plugin": "0.1.16",
"copy-webpack-plugin": "4.6.0",
"css-loader": "2.1.1",
"eslint": "5.8.0",
"eslint-config-airbnb": "17.1.0",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-jsx-a11y": "6.1.2",
"eslint-plugin-react": "7.11.1",
"extract-text-webpack-plugin": "4.0.0-beta.0",
"file-loader": "3.0.1",
"html-webpack-plugin": "3.2.0",
"imports-loader": "0.7.1",
"lowdb": "1.0.0",
"mocha": "6.0.2",
"script-loader": "0.7.0",
"style-loader": "0.23.1",
"url-loader": "0.5.9",
"webpack": "4.25.1",
"webpack-cli": "3.1.2",
"webpack-dev-middleware": "3.4.0",
"webpack-dev-server": ">=3.1.10",
"webpack-hot-middleware": "2.24.3"
}
}