-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.74 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
54
55
56
57
58
59
60
{
"name": "notes",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"client": "webpack-dev-server --config=scripts/webpack.config",
"build": "webpack --config=scripts/webpack.config --prod",
"server": "nodemon index.js"
},
"devDependencies": {
"autoprefixer": "9.1.0",
"babel-cli": "6.26.0",
"babel-core": "6.26.3",
"babel-eslint": "8.2.6",
"babel-loader": "7.1.5",
"babel-plugin-syntax-dynamic-import": "6.18.0",
"babel-plugin-transform-object-rest-spread": "6.26.0",
"babel-preset-env": "1.7.0",
"babel-preset-react": "6.24.1",
"browser-sync": "2.24.6",
"browser-sync-webpack-plugin": "2.2.2",
"clean-webpack-plugin": "0.1.19",
"copy-webpack-plugin": "4.5.2",
"css-loader": "1.0.0",
"eslint": "5.2.0",
"eslint-loader": "2.1.0",
"eslint-plugin-react": "7.10.0",
"file-loader": "1.1.11",
"html-webpack-plugin": "3.2.0",
"node-sass": "4.9.2",
"nodemon": "1.18.3",
"optimize-css-assets-webpack-plugin": "5.0.0",
"postcss-loader": "3.0.0",
"progress-webpack-plugin": "0.0.20",
"sass-loader": "7.0.3",
"style-loader": "0.21.0",
"tar": ">=4.4.2",
"url-loader": "1.0.1",
"webpack": "4.16.3",
"webpack-cli": "3.1.0",
"webpack-dev-server": "3.1.5"
},
"dependencies": {
"axios": "0.18.0",
"babel-plugin-transform-class-properties": "6.24.1",
"express": "4.16.3",
"lodash": "4.17.10",
"mini-css-extract-plugin": "0.4.1",
"pouchdb-browser": "7.0.0",
"prop-types": "15.6.2",
"react": "16.4.1",
"react-addons-css-transition-group": "15.6.2",
"react-dom": "16.4.1",
"react-router-dom": "4.3.1",
"redux": "4.0.0",
"sw-toolbox": "3.6.0"
}
}