-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 1.82 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
61
62
63
64
65
66
67
68
69
70
71
{
"name": "emwewb-ssr",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"release": "standard-version"
},
"repository": {
"type": "git",
"url": ""
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog-emsoft"
}
},
"dependencies": {
"@1msoft/kant-ui": "0.1.6",
"antd": "^3.9.2",
"axios": "^0.19.0",
"express": "4.17.1",
"isomorphic-unfetch": "^3.0.0",
"less": "2.7.2",
"mobx": "^5.9.0",
"mobx-react": "^6.1.1",
"mobx-react-lite": "^1.1.1",
"next": "7.0.2",
"next-page-transitions": "^1.0.0-beta.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-router": "5.0.1",
"typewriter-effect": "2.8.2"
},
"devDependencies": {
"@babel/cli": "7.5.5",
"@babel/core": "7.5.5",
"@babel/plugin-proposal-class-properties": "^7.5.0",
"@babel/plugin-proposal-decorators": "^7.4.4",
"@babel/preset-env": "7.5.5",
"@commitlint/cli": "7.6.0",
"@commitlint/config-conventional": "7.6.0",
"@zeit/next-less": "^1.0.1",
"babel-eslint": "10.0.2",
"babel-plugin-import": "^1.12.0",
"cz-conventional-changelog-emsoft": "1.0.1",
"dotenv": "^8.0.0",
"dotenv-webpack": "1.7.0",
"eslint": "6.0.1",
"eslint-config-emsoft": "1.0.0",
"eslint-loader": "2.2.1",
"eslint-plugin-react": "7.14.2",
"eslint-plugin-react-hooks": "1.6.1",
"file-loader": "^4.0.0",
"husky": "2.2.0",
"less-vars-to-js": "1.3.0",
"mockjs": "1.0.1-beta3",
"next-images": "latest",
"null-loader": "2.0.0",
"terser-webpack-plugin": "^1.3.0",
"url-loader": "^2.0.1",
"webpack-filter-warnings-plugin": "1.2.1"
}
}