-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
82 lines (82 loc) · 2.35 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
72
73
74
75
76
77
78
79
80
81
82
{
"name": "Animaris",
"description": "webview api mock",
"version": "1.0.0",
"author": "lizheming <secretlzm007@gmail.com>",
"scripts": {
"compile": "webpack --mode=development",
"start": "node development.js",
"test": "THINK_UNIT_TEST=1 nyc ava test/ && nyc report --reporter=html",
"lint": "eslint src/",
"lint-fix": "eslint --fix src/"
},
"dependencies": {
"css-loader": "^0.28.11",
"less-loader": "^4.1.0",
"phpass": "^0.1.1",
"style-loader": "^0.20.3",
"think-cache": "^1.0.0",
"think-cache-file": "^1.0.8",
"think-logger3": "^1.0.0",
"think-model": "^1.0.0",
"think-model-mysql": "^1.0.0",
"think-mongo": "^1.0.8",
"think-router-rest": "^1.0.4",
"think-session": "^1.0.0",
"think-session-file": "^1.0.5",
"think-view": "^1.0.0",
"think-view-nunjucks": "^1.0.1",
"thinkjs": "^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.0.0-beta.44",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.44",
"@babel/preset-env": "^7.0.0-beta.44",
"@babel/preset-react": "^7.0.0-beta.44",
"ant-design-pro": "^1.2.1",
"antd": "^3.4.0",
"ava": "^0.18.0",
"babel-loader": "^8.0.0-beta.2",
"babel-plugin-import": "^1.7.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-polyfill": "^6.26.0",
"eslint": "^4.2.0",
"eslint-config-think": "^1.0.0",
"eslint-plugin-react": "^7.7.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^1.1.11",
"less": "^3.0.1",
"nyc": "^7.0.0",
"react": "^16.3.1",
"react-dom": "^16.3.1",
"react-router-dom": "^4.2.2",
"think-watcher": "^3.0.0",
"url-loader": "^1.0.1",
"webpack": "^4.5.0",
"webpack-cli": "^2.0.14"
},
"repository": "https://github.com/lizheming/animaris.git",
"license": "MIT",
"engines": {
"node": ">=6.0.0"
},
"readmeFilename": "README.md",
"thinkjs": {
"metadata": {
"name": "Animaris",
"description": "webview api mock",
"author": "lizheming <secretlzm007@gmail.com>",
"babel": false
},
"projectName": "Animaris",
"templateName": "standard",
"cacheTemplatePath": "/Users/lizheming/.think-templates/standard",
"clone": false,
"isMultiModule": false
},
"apidoc": {
"title": "Animaris API 接口文档",
"url": "/api",
"sampleUrl": "/api"
}
}