-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
165 lines (165 loc) · 4.57 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
{
"name": "at-ui-nerv",
"version": "0.4.4-0",
"description": "AT-UI for Nerv",
"main": "dist/at.nerv.js",
"scripts": {
"precommit": "lint-staged",
"commitmsg": "validate-commit-msg",
"commit": "git-cz",
"test:karma": "COVERAGE=true karma start karma.conf.js --single-run",
"test:karma:watch": "karma start karma.conf.js --no-single-run",
"lint": "tslint -p tsconfig.json --project",
"lint-staged": "lint-staged",
"dev": "node ./build/site/dev.js",
"dist": "npm run build:component&npm run build:site",
"build:component": "node ./build/component/build.js",
"build:lan": "node ./build/component/build.js lan",
"build:site": "node ./build/site/build.js"
},
"lint-staged": {
"*.{js,jsx}": [
"eslint --fix",
"git add"
],
"*.{ts,tsx}": [
"tslint --fix",
"git add"
]
},
"validate-commit-msg": {
"types": [
"feat",
"fix",
"docs",
"style",
"refactor",
"perf",
"test",
"chore",
"revert",
"ci",
"build"
],
"warnOnFail": false,
"maxSubjectLength": 100,
"helpMessage": ""
},
"files": [
"dist/*",
"src",
"typings"
],
"repository": {
"type": "git",
"url": "git+https://github.com/NervJS/at-ui-nerv.git"
},
"keywords": [
"Nerv"
],
"author": "O2Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/NervJS/at-ui-nerv/issues"
},
"homepage": "https://github.com/NervJS/at-ui-nerv#readme",
"dependencies": {
"at-ui-style": "^1.5.0",
"classnames": "^2.2.5",
"copy-to-clipboard": "^3.0.8",
"popper.js": "^1.14.3",
"react-transition-group": "~2.3.1"
},
"peerDependencies": {
"nervjs": "^1.2.8"
},
"devDependencies": {
"@babel/core": "^7.0.0-beta.38",
"@babel/plugin-proposal-decorators": "^7.0.0-beta.44",
"@babel/plugin-transform-react-jsx": "^7.0.0-beta.38",
"@babel/preset-env": "^7.0.0-beta.38",
"@mapbox/jsxtreme-markdown-loader": "^0.7.0",
"@types/classnames": "^2.2.3",
"@types/jasmine": "^2.6.0",
"@types/react-transition-group": "^2.0.6",
"@types/sinon": "^2.3.3",
"@types/webpack-env": "^1.13.5",
"autoprefixer": "^7.2.5",
"babel-eslint": "^8.2.1",
"babel-loader": "8.0.0-beta.0",
"babel-plugin-module-resolver": "^3.0.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-preset-stage-0": "^6.24.1",
"chalk": "^2.3.0",
"clean-webpack-plugin": "^0.1.17",
"commitizen": "^2.10.1",
"coveralls": "^3.0.2",
"cross-env": "^5.1.3",
"css-loader": "^0.28.9",
"cz-conventional-changelog": "^2.1.0",
"es3ify-webpack-plugin": "0.0.1",
"eslint": "^4.15.0",
"eslint-config-standard": "^11.0.0-beta.0",
"eslint-config-standard-jsx": "^4.0.2",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-react": "^7.5.1",
"eslint-plugin-standard": "^3.0.1",
"file-loader": "^1.1.6",
"html-webpack-plugin": "^2.30.1",
"html-withimg-loader": "^0.1.16",
"husky": "^0.14.3",
"isparta": "^4.1.0",
"isparta-loader": "^2.0.0",
"istanbul": "^0.4.5",
"istanbul-instrumenter-loader": "^3.0.1",
"jasmine": "^2.9.0",
"jest": "^23.4.1",
"jquery": "^3.3.1",
"json-loader": "^0.5.7",
"karma": "^2.0.5",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage-istanbul-reporter": "^2.0.1",
"karma-jasmine": "^1.1.1",
"karma-jasmine-diff-reporter": "^1.1.1",
"karma-jasmine-matchers": "^3.7.0",
"karma-sauce-launcher": "^1.2.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "0.0.32",
"karma-typescript": "^3.0.12",
"karma-webpack": "^2.0.9",
"lerna": "^2.11.0",
"lint-staged": "^6.0.0",
"markdown-it-react-loader": "0.0.9",
"nerv-test-utils": "^1.2.5-beta.3",
"nervjs": "1.3.12",
"node-sass": "^4.9.1",
"ora": "^2.1.0",
"postcss": "^6.0.16",
"postcss-loader": "^2.0.10",
"react-markdown-loader": "^1.1.14",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"sass-loader": "^6.0.6",
"sinon": "^4.2.0",
"style-loader": "^0.19.1",
"ts-loader": "^3.2.0",
"tslint": "^5.9.1",
"tslint-react": "^3.4.0",
"typescript": "^2.6.2",
"url-loader": "^0.6.2",
"validate-commit-msg": "^2.14.0",
"webpack": "^3.12.0",
"webpack-dev-server": "^2.11.0",
"webpack-merge": "^4.1.1",
"webpack-zepto": "0.0.1",
"yaml-loader": "^0.5.0"
},
"typings": "typings/index.d.ts",
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
}
}