-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.12 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.12 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
{
"name": "client",
"version": "1.0.0",
"description": "Client for MyHomeworkSpace.",
"devDependencies": {
"buble": "0.20.0",
"buble-loader": "0.5.1",
"clean-webpack-plugin": "3.0.0",
"copy-webpack-plugin": "5.1.1",
"cross-env": "7.0.2",
"css-loader": "3.4.2",
"eslint": "6.8.0",
"eslint-plugin-react": "7.19.0",
"eslint-plugin-react-hooks": "3.0.0",
"html-webpack-plugin": "4.2.0",
"mini-css-extract-plugin": "0.9.0",
"mocha": "8.2.1",
"optimize-css-assets-webpack-plugin": "5.0.3",
"stylus": "0.54.8",
"stylus-loader": "3.0.2",
"webpack": "4.46.0",
"webpack-cli": "3.3.11",
"webpack-dev-server": "3.11.2",
"webpackbar": "^5.0.0-3"
},
"scripts": {
"lint": "eslint --ext js,jsx .",
"lint:fix": "eslint --fix --ext js,jsx .",
"test": "mocha",
"dev": "cross-env NODE_ENV=development webpack-dev-server",
"dist": "cross-env NODE_ENV=production webpack -p"
},
"dependencies": {
"compromise": "13.11.3",
"compromise-dates": "2.2.1",
"compromise-numbers": "1.4.0",
"linkstate": "1.1.1",
"moment": "2.29.1",
"mousetrap": "^1.6.5",
"preact": "10.5.12",
"preact-router": "3.2.1"
}
}