1
+ {
2
+ "name" : " react-deep-match" ,
3
+ "version" : " 1.0.0" ,
4
+ "description" : " a deep regex match component for react" ,
5
+ "main" : " lib/index.js" ,
6
+ "types" : " lib/index.d.js" ,
7
+ "scripts" : {
8
+ "build" : " webpack --define process.env.NODE_ENV=\" 'production'\" " ,
9
+ "build:dist" : " webpack -p --output-path=\" ./dist\" " ,
10
+ "prepublish" : " npm run build" ,
11
+ "start" : " webpack-dev-server --config ./demo/webpack.config.js"
12
+ },
13
+ "keywords" : [
14
+ " react-deep-match" ,
15
+ " deep-match" ,
16
+ " highlight" ,
17
+ " match" ,
18
+ " react" ,
19
+ " typescript"
20
+ ],
21
+ "repository" : {
22
+ "type" : " git" ,
23
+ "url" : " https://github.com/dt-fe/react-deep-match.git"
24
+ },
25
+ "bugs" : {
26
+ "url" : " https://github.com/dt-fe/react-deep-match/issues"
27
+ },
28
+ "homepage" : " https://github.com/dt-fe/react-deep-match" ,
29
+
30
+ "license" : " MIT" ,
31
+ "devDependencies" : {
32
+ "@types/react" : " ^15.0.22" ,
33
+ "@types/react-dom" : " ^0.14.23" ,
34
+ "@types/webpack-env" : " ^1.13.0" ,
35
+ "awesome-typescript-loader" : " ^3.1.2" ,
36
+ "css-loader" : " ^0.28.0" ,
37
+ "react" : " ^15.5.4" ,
38
+ "react-dom" : " ^15.5.4" ,
39
+ "style-loader" : " ^0.16.1" ,
40
+ "typescript" : " ^2.2.2" ,
41
+ "webpack" : " ^2.4.1" ,
42
+ "webpack-dev-server" : " ^2.4.2"
43
+ }
44
+ }
0 commit comments