-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.45 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": "notes",
"version": "0.1.0",
"private": true,
"dependencies": {
"@babel/core": "^7.4.3",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.4.3",
"@babel/preset-flow": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@effector/babel-plugin": "^0.0.3",
"@effector/babel-plugin-react": "^0.0.3",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.5",
"core-js": "2.6.5",
"css-loader": "^2.1.1",
"draft-convert": "^2.1.4",
"draft-js": "^0.10.5",
"effector": "^0.18.6",
"effector-react": "^0.18.7",
"eslint": "^5.16.0",
"eslint-plugin-react": "^7.12.4",
"eslint-plugin-react-hooks": "^1.6.0",
"firebase": "^5.9.1",
"html-webpack-plugin": "^3.2.0",
"linaria": "^1.3.1",
"medium-draft": "^0.5.12",
"postcss-modules": "^1.4.1",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react-router-dom": "^4.2.2",
"react-tiny-popover": "^3.4.2",
"rxjs": "^6.4.0",
"style-loader": "^0.23.1",
"terser-webpack-plugin": "^1.2.3",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.1"
},
"scripts": {
"start": "webpack-dev-server",
"build": "export NODE_ENV=production && webpack",
"postbuild": "cp dist/index.html dist/200.html",
"lint": "eslint src/**/*.js",
"test": "echo 'still no tests'"
},
"browserslist": [
"last 2 versions"
],
"devDependencies": {
"surge": "^0.20.3",
"webpack-dev-server": "^3.3.1"
}
}