-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.25 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
{
"name": "TestParser",
"version": "1.0.0",
"description": "Parse news and allows to edit them",
"scripts": {
"dev": "webpack --watch",
"build": "cross-env NODE_ENV=production webpack --progress --profile --colors",
"start": "npm i && npm run build && node server/app.js"
},
"dependencies": {
"@types/react": "^16.0.2",
"@types/react-dom": "^15.5.3",
"body-parser": "^1.17.2",
"express": "^4.15.4",
"is-url": "^1.2.2",
"jsdom": "^11.1.0",
"mongoose": "^4.11.7",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-flip-move": "2.9.14",
"react-toolbox": "^2.0.0-beta.12",
"request-promise": "^4.2.1"
},
"devDependencies": {
"autoprefixer": "7.1.1",
"awesome-typescript-loader": "3.1.3",
"babel-preset-env": "1.5.2",
"cross-env": "5.0.1",
"css-loader": "0.28.4",
"extract-text-webpack-plugin": "^2.1.2",
"node-sass": "4.5.3",
"postcss-cssnext": "3.0.2",
"postcss-loader": "2.0.6",
"sass-loader": "6.0.6",
"style-loader": "0.18.2",
"tslint": "5.4.3",
"typescript": "2.4.1",
"webpack": "3.0.0"
},
"jest": {
"moduleFileExtensions": [
"ts",
"tsx",
"js"
]
},
"browserslist": [
"last 3 version",
"ie >= 10"
]
}